Implement :first-child for IE6

Posted by beThinker | Posted in CSS Hack | Posted on 10-10-2009

Lots of CSS hack for :first-child but I used this one because it work. I’m using list tag for my menu and it look like this in the HTML.

1
2
3
4
5
6
<ul>
    <li id="imageBorder">Menu1</li>
    <li id="imageBorder">Menu2</li>
    <li id="imageBorder">Menu3</li>
    <li id="imageBorder">Menu4</li>
</ul>

Read the rest of this entry »