Posted by John Hosking on 07/27/07 20:38
jakeatkins via WebmasterKB.com wrote:
> Gwin wrote:
>> <!--[if IE 6]><link rel="stylesheet" type="text/css" href="IE6styles.css"
>> /><![endif]-->
>
> How can I test for ANY IE browser, then have a different style.css file.
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="IEstyles.css" />
<![endif]-->
See, among others, http://www.quirksmode.org/css/condcom.html
Or http://www.positioniseverything.net/articles/cc-plus.html
Or even http://msdn2.microsoft.com/en-us/library/ms537512.aspx
>
> html { overflow-x: hidden; overflow:scroll; }
Why not just html { overflow-x:scroll; } ?
Or even html { } ?
>
> What's the simplest way of doing this?
See above.
--
John
Pondering the value of the UIP: http://blinkynet.net/comp/uip5.html
Navigation:
[Reply to this message]
|