Mike Smith wrote:
>>
>>
>>
>>     
>
>
> Thank you very much for the IE6 fix, but I don't understand the "cc"
> comment.
>   

RE: <http://magazine.jhsph.edu/2009/spring/index.html>

In the head of the document, you have two conditional comments.

This one target IE/6:
<!--[if IE 6]>
...
<![endif]-->

And this one targets, IE/8, IE/7, IE/6. Do you need to hack the 
compliant browser, IE/8.0?
<!--[if IE]>
...
<![endif]-->

Please see:
<http://reference.sitepoint.com/css/conditionalcomments>
And, scroll down to the use of CCs in "hacks" and "hack management" on 
this page:
<http://www.satzansatz.de/cssd/onhavinglayout.html>




______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to