ckennerdale
Programmer
Below is my CSS- which is in an external file-
The text on my pages are arraged by in line positioning and everything views perfectly on IE and NS on a PC. However on IE on Mac OS X then the client needs to set his browser settings to 90% text size for the text to be the same size as the PC- obviosuly this is an issue.
Does anyone have any ideas of a way rouns this?
Thanks
p.text {color: #333333; font-size: 10px; font-family: verdana, arial;}
a:link {color: #000000; font-size: 10px; font-family: verdana, arial;}
a:visited {color: #000000; font-size: 10px; font-family: verdana, arial;}
a:hover {color: #666633; font-size: 10px; font-family: verdana, arial;}
Caspar Kennerdale
The text on my pages are arraged by in line positioning and everything views perfectly on IE and NS on a PC. However on IE on Mac OS X then the client needs to set his browser settings to 90% text size for the text to be the same size as the PC- obviosuly this is an issue.
Does anyone have any ideas of a way rouns this?
Thanks
p.text {color: #333333; font-size: 10px; font-family: verdana, arial;}
a:link {color: #000000; font-size: 10px; font-family: verdana, arial;}
a:visited {color: #000000; font-size: 10px; font-family: verdana, arial;}
a:hover {color: #666633; font-size: 10px; font-family: verdana, arial;}
Caspar Kennerdale