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

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: css-design@googlegroups.com
To unsubscribe: css-design-unsubscr...@googlegroups.com

Reply via email to