|
Catrine -> CSS and Firefox - <H1> works in IE but not in Firefox (1/7/2007 12:44:22)
|
WHY doesn't the headers work in Firefox, only in IE? I'm still trying to be good at using CSS, but it never works when I need it the most... The website is : http://www.blackcreekbsa.org/ and my CSS looks like this: body { font-family: Verdana, Arial, sans-serif; color: #000000; font-size:10pt; table-border-color-dark: rgb(204,153,102); font-family:Verdana; background-image: images/logos/Background.gif; } table { font-size: 10pt; font-family: Verdana, Arial, sans-serif; margin-top:0; margin-bottom:0 } a:link { color: green; text-decoration:none; } a:visited { color: green; text-decoration:none } a:active { color: #FF0000; } a:hover { text-decoration: underline; color: red; } } } h1 { font-family: Verdana, Arial, sans-serif; color: #000066; font-size:16pt; line-height:100%; word-spacing:0; margin-top:0; margin-bottom:0 } h2 { font-family: "Comic Sans MS", Verdana, Arial, sans-serif; color: #FF0000;word-spacing:0; line-height:100%; margin-top:0; margin-bottom:0 ; font-size:16pt; } h3 { font-family: Verdana, Arial, sans-serif; color: #000066; font-size:12pt; line-height:100%; word-spacing:0; margin-top:0; margin-bottom:0 } h4 { font-family: "Comic Sans MS"; color: #FF0000;word-spacing:0; line-height:100%; margin-top:0; margin-bottom:0 font-size:12pt; font-size:12pt } h5 { font-family: Verdana, Arial, sans-serif; color: rgb(255,153,0); } h6 { font-family: Verdana, Arial, sans-serif; color: rgb(51,102,204); } td {valign: top} hr { word-spacing: 0; text-align: center; margin: 2 3; } p { word-spacing: 0; margin-top: 0; margin-bottom: 0 }ul { line-height: 100%; margin-top: 0; margin-bottom: 0 } div.pagehead { font-family: Verdana, Arial, sans-serif; color: #000066; font-size:18pt; font-weight:bold; line-height:100%; word-spacing:0; margin-top:0; margin-bottom:0 } .month { font-size: 12pt; text-align:center; background-color:#999966; color:#FFFFFF } .dayNames { font-size: 8pt; text-align:center; font-weight:bold; background-color:#FFFFFF; color:#999966 } .dayNumbers { font-size: 8pt; text-align:right; background-color:#CCCC99 } .dayText { font-size: 8pt; text-align:left; vertical-align:top; } .otherMonth { font-size: 8pt; text-align:right; background-color:#CCCC99; color:#CCCC99; }
|
|
|
|