Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

css and mac ie

Status
Not open for further replies.

ckennerdale

Programmer
Dec 23, 2000
158
GB
I have this css-
<style type=&quot;text/css&quot;>
p.text {color: #666666; font-size: 10px; font-family: verdana;}
p.text2 {color: #000000; font-size: 22px; font-family: verdana;}
p.text3 {color: #013E7D; font-size: 10px; font-family: verdana;}
p.title {color: #000000; font-size: 10px; font-family: verdana; }
p.date {color: #999999; font-size: 10px; font-family: verdana; }
a:link {color: #000000; font-size: 10px font-family: verdana;}
a:visited {color: #000000; font-size: 10px; font-family: verdana;}
a:hover {color: #568702; font-size: 10px; font-family: verdana;}
</style>

It works fine in ns, ie pc and ie versions 5.0 for mac , but later versions ignore the formatting.

Any ideas? Thaks in advance Caspar Kennerdale
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top