|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am using an linked style sheet to render the font styles of my site. These fonts are displayed as they should be in IE 6, however in IE 5 the size of the font's seems to be ignored with all the other elements of the style being applies such as colour.
I am using % to determine the size, e.g. font-size: 70%. Anyone got any ideas? |
|
#2
|
||||
|
||||
|
Do you declare an initial font size, i.e. what the 100% would be?
Don't know whether that would be the problem, just a shot in the dark. Jamie |
|
#3
|
|||
|
|||
|
no, the body tag is declared first with a font size as 70%. As I said all the other elements of the style are being applied except the size.
|
|
#4
|
||||
|
||||
|
Try setting
Code:
body
{
font-size: small
}
Code:
body
{
font-size: 12pt
}
Hope that answers your question. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > CSS font sizes in IE 5 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|