[thelist] 'Clear Both' in my UL's & LI's not working in IE 7

David Laakso david at chelseacreekstudio.com
Thu Dec 30 19:04:17 CST 2010


On 12/29/10 9:21 PM, Rachell Coe wrote:
> http://www.dancinvineyards.com/Gallery/index.htm



The IE 6/7 hasLayout trigger is display: inline; on the li.

/* for IE/7 */

*:first-child+html #gallery li { display: inline; }

/* for IE/6 */

* html #gallery li { display: inline; }


Best,
~quasimodo
Paris

-- 
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/



More information about the thelist mailing list