- Impact
- 17
hey
im using css more and more now, but its a pain.
In firefox, it displays fine, in ie it doesnt. Ive read on w3 schools that the code im using works in ie v3 +, so ive no idea whats wrong. Pretty much, its the text size.
The code is:
in firefox, the text size is small and nice, in ie, it is the same size as firefox's medium, and the x-small is the same size as firefox's small.
Which is annoying. has anyone got any suggestions?
oh, and also, how do i set the font in css? ive tried font-family: Veranda; , font: Veranda; and font-face: Veranda;, but none worked.
cheers if anyone can help, theres NP$ in it for anyone that does
im using css more and more now, but its a pain.
In firefox, it displays fine, in ie it doesnt. Ive read on w3 schools that the code im using works in ie v3 +, so ive no idea whats wrong. Pretty much, its the text size.
The code is:
Code:
font.maintext{
color: #FFFFFF;
font-size: small;
}
font.footertext{
color: #FFFFFF;
font-size: x-small;
}
in firefox, the text size is small and nice, in ie, it is the same size as firefox's medium, and the x-small is the same size as firefox's small.
Which is annoying. has anyone got any suggestions?
oh, and also, how do i set the font in css? ive tried font-family: Veranda; , font: Veranda; and font-face: Veranda;, but none worked.
cheers if anyone can help, theres NP$ in it for anyone that does













