Hello,
I want to have alternate padding for IE browsers.
I have the statement:
This is enclosed in comments so other browsers don't see it but IE doesn't see it either.Code:<!-- <![if IE]> <style> div.blahblah { padding: 5px 13px 10px 9px; } </style> <![endif]> -->
If I remove the comment tags then IE sees it but then so do all the other browsers.
What am I doing wrong?
Thanks


Reply With Quote
Bookmarks