[TYPO3-templavoila] html comments and TV

Vladimir Podkovanov podkovanov at gmail.com
Wed Jan 23 14:44:30 CET 2008


2008/1/23, Dmitry Dulepov [typo3] <dmitry at typo3.org>:
>
> You need to care only for MSIE6. MSIE6 has "filter" CSS attribute and AlphaImageLoader for using with PNGs.

Yeah, my script does exactly that - assigning style with filter
property, and by the way it works in MSIE 5.5 too (and a lot of user
using this browser - 4.3% in Russia - http://globalstats.hotlog.ru/).
Anyway the point here is that this handling should be applied only to
IE5.5-6 and so we need proper detection, conditional comments offer
good way as needed code visible only for target browser.

>
> You can your own text above TYPO3 copyright. See "config" section in TSRef for more information.
>

I know this, but if I want to comment out some part of html template -
I can't do this. HTML comments is part of html standard and TYPO3's
core itself putting many comments inside page, i.e. when inserting
plugins etc., so I see no reason why web developer can't include own
template's comments in output.

-rgds-
Vladimir


More information about the TYPO3-project-templavoila mailing list