Hi, is my first time in WSG, and i hav a litter problem with my validation xhtml transitional.... i hav a litter trick for not IE navigators, like FF, Opera and NS... but when i try to validate the xhtml i had erros about this:
You can't use downlevel revealed conditional comments like this in valid code.
Conditional comments are only read by Internet Explorer. Downlevel hidden conditional comments are read by other browers treat them as valid HTML comment blocks, and thus they aren't parsed.
Instead, just remove the comments completely, so that
and put your IE stylesheet beneath it as an override stylesheet (inside downlevel hidden CCs). Naturally the problem with that is that you'll have to default any values you don't want set in IE that you have set in other browsers. Generally speaking that's OK, since IE takes all the important layout/style information from the one central master stylesheet and then just has its own separate stylesheet containing all the necessary IE hackery required to make it work.