Michael Wilson wrote:
> If I have to use a box model hack (BMH), rather than a conditional
> comment, I prefer the following [01]:
> * html foo { /* Selector recognized by IE only */
> height: 100%; /* Value for IE5.x/Win and IE6.x/Win QM */
> hei\ght: auto; /* Value for IE6/Win */
> }
I believe it is worth mentionning that IE5 Mac would also apply that second
declaration.
> Conditional comments are a pretty well know and documented technique,
You may find this useful:
http://www.positioniseverything.net/articles/multiIE.html
Thierry | http://www.TJKDesign.com
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************