This is enclosed in comments so other browsers don't see it but IE doesn't see it either.
If I remove the comment tags then IE sees it but then so do all the other browsers.
What am I doing wrong?
Thanks
02-07-2013, 07:21 AM
bakhtn
First of all remove the sytle tag and put it somewhere else. What are you exactly trying to do? if you have alternate padding for IE browsers then the condition should be <[if IE]>.
By the way also try <!--[if !IE]> -->. the ! not could be in the wrong place.