Hi, I'm kinda new to CSS. Well I've been using it for a while, for ie and firefox only, and only on pc. I just got a new mac, and everything looks totally different on safari, firefox, and ie for mac! I'm not sure what to do. On pc, I just use using firefox browser, and create a whole new style sheet for ie and use this code:
<!--[if gte IE 6]>
<link rel="stylesheet" type="text/css" href="iespecific.css" />
<![endif]-->
that's all I do. I'm pretty sure there is a better way.