Text not lining up with floated image in IE but is in Firefox and Netscape

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tgmurray
    New Member
    • Aug 2007
    • 5

    Text not lining up with floated image in IE but is in Firefox and Netscape

    Hi everyone.

    I am getting the results I would like in Firefox and Netscape but unfortunately not in IE7.

    My problem is that my uordered lists is not lining up with an image that has been floated left. The problem does not exist in Firefox and Netscape.

    The url for my site is http://geocities.com/terrance.murray/veggies/


    --
    Thanks,
    Terry
  • entertainmentliveuk
    New Member
    • Aug 2007
    • 9

    #2
    Originally posted by tgmurray
    Hi everyone.

    I am getting the results I would like in Firefox and Netscape but unfortunately not in IE7.

    My problem is that my uordered lists is not lining up with an image that has been floated left. The problem does not exist in Firefox and Netscape.

    The url for my site is http://geocities.com/terrance.murray/veggies/


    --
    Thanks,
    Terry
    Can you post the code you are using please.
    [HTML]
    <img
    src="img.gif"
    style="float:le ft ; padding-right:5px ; height:50px ; width:50px ; "
    title="image title"
    />
    <ul>
    <li> Test 1</li>
    <li> Test 2</li>
    <li> Test 3</li>
    </ul>
    [/HTML]
    as a guess.

    Comment

    Working...