digital_storm
02-08-2005, 04:41 AM
Hello
I have a strange problem, I have made a webbpage for a company and it looks good in IE, Safari NE (PC win XP) and for mac for me.
Im using an external stylesheet. The company that has ordered the page are having IE version 6.0.2900.2180 and the size of the text arent correct according them it seems like the stylesheet doesn't work correctly and I really dont know why?
The part of the stylesheet that doesn't work looks like:
--------------------------stylesheet--------------------------------
a {
font-size:10pt;
font-family:Verdana,Arial;
font-weight: normal;
padding: 0;
}
a.top:link {color:#ffffff;text-decoration:none; font-size:7pt;}
a.top:visited {color: #ffffff;text-decoration:none; font-size:7pt;}
a.top:hover {color: #ffffff; font-weight:normal; text-decoration:underline;}
a.top:active {color: #ffffff;}
---------------------------------------------------------------------
--------------------------html---------------------------------------
in the html i do <a class="top" href...>
-------------------------------------------------------------------
I really dont know what can be wrong?
Thanks for helping me!
/D_S
I have a strange problem, I have made a webbpage for a company and it looks good in IE, Safari NE (PC win XP) and for mac for me.
Im using an external stylesheet. The company that has ordered the page are having IE version 6.0.2900.2180 and the size of the text arent correct according them it seems like the stylesheet doesn't work correctly and I really dont know why?
The part of the stylesheet that doesn't work looks like:
--------------------------stylesheet--------------------------------
a {
font-size:10pt;
font-family:Verdana,Arial;
font-weight: normal;
padding: 0;
}
a.top:link {color:#ffffff;text-decoration:none; font-size:7pt;}
a.top:visited {color: #ffffff;text-decoration:none; font-size:7pt;}
a.top:hover {color: #ffffff; font-weight:normal; text-decoration:underline;}
a.top:active {color: #ffffff;}
---------------------------------------------------------------------
--------------------------html---------------------------------------
in the html i do <a class="top" href...>
-------------------------------------------------------------------
I really dont know what can be wrong?
Thanks for helping me!
/D_S