I think you should specify which IE (e.g. 6, 7, or even 8 :) I always use different stylesheets for IE6 and IE7: <!--[if gte IE 7]> <style type="text/css">@import "link to/ie7.css";</style> <![endif]--> <!--[if IE 6]> <style type="text/css">@import "link to/ie6.css";</style> <script defer type="text/javascript" src="link to/pngfix.js"></script> <![endif]-->
lte = lower than or equal gte = greater than or equal
Read more here: http://www.spyka.net/tutorials/IE-conditional-comments
kalanta
2008-11-05 11:51
you can use default.css for all browsers (Firefox, Opera...) except IE.