|
Edge -> Changing Font Sizes, Colors, Etc. in Style Sheets (6/14/2006 17:20:23)
|
Please forgive me if this has been asked and answered before, but I have not been able to find an answer using various search keywords. I am very new to CSS, so I set up my external style sheet using abbeyvet's tuturial (very nice by the way [:)]), and decided to add different types of fonts. Changing font size and color etc. for the normal font "p" is straightforward. Any change to size and color works in both IE and FF. But I tried adding a different fonts and it works in IE, but not FF. Example: P {font-family: Verdana, Arial; font-weight: normal; font-size: 10pt; color: white;} P.2 {font-family: Verdana, Arial; font-weight: normal; font-size: 12pt; color: red;} If I specify "P.2"; it appears fine in IE, but in FF it will use the default "P". http://www.bennygordon.us/benny.htm How should I create different fonts like the headers do (H1, H2, H3, etc.)? Changing these works in both IE and FF as intended. Any help is appreciated. Thanks, Ed
|
|
|
|