Is this a bug in Webkit?

Check the 3rd item in the 2nd ordered list (or search for "Use the W, A, S,
and D"):
http://na.cityofheroes.com/en/freedom/user-guide/index.php

In other browsers the list-item bullet - "3." - is to the left of the image,
in Webkit browsers the floated image is to the left of the bullet.
I found a work around by enclosing the image and text in a div, and adding a
clear div before that parent div's closing tag.

ie:
<li>
    <div>
        <img style="float:left;" src="#.jpg" />
        Lorem ipsum dolor sit amet..
        <div style="clear:both;"></div>
    <div>
</li>

I tried searching for this, but didn't really find anything (or look that
hard either...).

Kevin
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to