show/hide this revision's text 3 edited tags
show/hide this revision's text 2 Changed sample to code formatting so style sheet was visible

OK, if anyone could help me with this I'd be much appreciative. If you copy and paste the following and open up in IE or Firefox

`

  • Item

    <div style="border: solid 1px navy; float: left;">
    <ul>
        <li>Item 1
  • Item </li> <li>Item 2
  • Item </li> <li>Item 3
  • Item </li> <li>Item 4
  • Item </li> <li>Item 5

Some </li> </ul> </div> <div style="background-color: blue;"><p>Some Text

Another </p><p>Another paragraph

`</p></div>

Why does the second div which has a blue background expand to be behind the first div that contains the list of items? How do I get it to really float next to the first div?

show/hide this revision's text 1

Working with DIV's & CSS

OK, if anyone could help me with this I'd be much appreciative. If you copy and paste the following and open up in IE or Firefox

`

  • Item 1
  • Item 2
  • Item 3
  • Item 4
  • Item 5

Some Text

Another paragraph

`

Why does the second div which has a blue background expand to be behind the first div that contains the list of items? How do I get it to really float next to the first div?