In-CSS IE Hacks

li.filter ul li { margin-top: 5px; } /* any good browser :-) */
* html li.filter ul li { margin-top: 5px; } /* hack for IE6 */
*:first-child+html li.filter ul li { margin-top: 5px; } /* hack for IE7 */

This entry was posted in Web Design. Bookmark the permalink.

Leave a Reply