Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Nothing there in IE6/7 on Windows ... !?
Please take a look at http://www.inezvandenbergh.nl/txp/index.php
The page is HTML and CSS validated. Firefox, Chrome, Safari on Windows is OK … on the Mac everything al right!
What’s the matter here?
Offline
Re: Nothing there in IE6/7 on Windows ... !?
Don’t know why it’s happening, but I can confirm the “no show” behaviour on my IE 6…
Keith
Blyth, Northumberland, England
Capture The Moment
Offline
Re: Nothing there in IE6/7 on Windows ... !?
You’ve got <!--[if !IE]>-->
but not the right syntax for closing the conditional: <![endif]-->
. As it’s proprietary to IE only they are affected.
According to quirksmode.org it should be:
<!--[if IE 6]>
Special instructions for IE 6 here
<![endif]-->
Last edited by jakob (2009-01-24 22:41:31)
TXP Builders – finely-crafted code, design and txp
Offline
Re: Nothing there in IE6/7 on Windows ... !?
Oops … I use the conditional as part of the instructions in this article … but something has gone wrong with drag and dropping it, I guess! Thank you, Jakob!
BTW … the correct ending syntax is <!--<[endif]-->
… ;-)
[edit]
Mmm … that’s strange. The syntax is now correct (I think!) but there is still noting to see … !?
[edit]
Arrg … you’re totally right Jakob. It has to be <![endif]-->
and not <--![endif]-->
… then it’s wrong in the a list apart article too … :-0
Last edited by RedFox (2009-01-24 23:16:05)
Offline