Cool design
For one thing, put a valid DOCTYPE into your documents, at least go for HTML 4.01 Strict.
I dont' see any evidence in IE 6 that it is ignoring your stylesheet, it IS being used. Your problem lies in your use of font sizing like x-small and such. Each of the browsers is going to make x-small slightly differently. .IE especially.
To fix this, use REAL sizing, and NOT in PX. If you want 6pt text, use font-size: 37% or .375em. If you want 12px font size, use font-size: 75% or .75 em.
The BASE size for browsers is 16px (=100% and 1 em). 12/16 = 75% or .75 em.
Your design is going to break anyway if anyone with Firefox, Opera or Safari resize that tiny text to actually read it (not everyone is 15 with perfect eyesight). At least give IE users the OPTION to re-size the text by using % or em's for your font sizing.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
Last edited by LadynRed; 10-15-2006 at 02:43 PM..
|