T
Thor
I've set the following style:
h6 { font-family: Arial; font-size: 14pt; color: #FFFFFF;
font-weight: bold;
text-align: center; border: 4 outset #FFE4B0; }
note: The background color is navy, hence the white text.
The border is just as expected with IE, but does not exist in Navigator or
Firefox. Do these browsers have a problem with borders, or is there a better
way to write the style?
In Navigator and Firefox, the font takes on the specified size and weight
but it turns into a serif font!
h6 { font-family: Arial; font-size: 14pt; color: #FFFFFF;
font-weight: bold;
text-align: center; border: 4 outset #FFE4B0; }
note: The background color is navy, hence the white text.
The border is just as expected with IE, but does not exist in Navigator or
Firefox. Do these browsers have a problem with borders, or is there a better
way to write the style?
In Navigator and Firefox, the font takes on the specified size and weight
but it turns into a serif font!