CSS problem

Out of context: Reply #6

  • Started
  • Last post
  • 9 Responses
  • doctor0

    Thanks, you're totally right. It doesn't work even when I fix it though.

    Actually I can't make IE 6 parse any CSS in the stylesheet placed within the conditional tags, no matter what.

    <!--<[if IE 6]>
    <link href="style/ie6_compatibility.css" type="text/css" rel="stylesheet" media="screen" />
    <![endif]-->

    CSS:

    #logo {
    display: none !important;
    }

    This *really* ought to work, right?

View thread