Intersoft WebCombo Documentation
How-to: Simulate inline text floating behavior as in previous version
See Also Send comments on this topic.
Intersoft WebCombo > Getting Started > Upgrading > Breaking Changes in WebCombo > User Interface > How-to: Simulate inline text floating behavior as in previous version

Glossary Item Box

In the previous section, you have learned how to enable text floating on the right side of WebCombo.

In this section, we will discuss how to enable the text floating on the left side as well to simulate the behavior of WebCombo.NET 3.x.

Simulate inline text floating behavior

  1. Wrap the inline text that appears on the left of WebCombo inside a DIV container.
  2. Set the DIV's style to "float: left"
  3. The result should look like the following:



    The layout in WebCombo.NET 4.0 that simulates previous version's behavior.
  4. The modified HTML should look like the following:



    The modified HTML to simulate left text floating.

See Also