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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

css on different platforms

Status
Not open for further replies.

boyfromoz

Technical User
Joined
Feb 1, 2001
Messages
469
Location
AU
OK. I'm biting the bulet and all my new sites will be style sheeted. Trouble is, though I can set a style sheet to load different values depeneding on platform or browser, I don't know what I should change them too.

eg.

is text bigger on a mac?

Is text smaller in netscape?

what about netscape on a mac and netscape on a pc.

Does anyone no of a resource that gives the values

eg 10pt text in ie6 on pc = 8pt text in ie5 on a mac,

Anyone?
 
1. use px instead of pt to define font size. px will give output in exact pixels.

2. regardless of browser, pt will size itself as per user preference example : yahoo uses pt instead of px. using ie 5.0+ click view --> text size and click the various options when you visit yahoo to learn how pt works

3. px on other hand is fixed. if you have your css defined in px you will notice that the size doesn't vary irrespective of text size settings
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top