[Typo3] Conditional comment in <HEAD>

Thomas Axelsen thomas at [REM]kspace[OVE].dk
Sun Nov 6 19:31:16 CET 2005


Hi

Using Templavoila with template which includes following code:

<!--[if IE]>
<style type="text/css">
#sizer {
	width:expression(document.body.clientWidth > 1280 ? "290px" : "50%" );
}
</style>
<![endif]-->

Problem is that templavoila removes the condition so output is:

<style type="text/css">
#sizer {
	width:expression(document.body.clientWidth > 1280 ? "290px" : "50%" );
}
</style>

Any hints as to why this happens?

Thanks
Thomas Axelsen



More information about the TYPO3-english mailing list