View Single Post
  #8 (permalink)  
Old Jun 7th, 2006, 12:29
herkalees's Avatar
herkalees herkalees is offline
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: More troubles with Firefox

Quote:
Originally Posted by boscomilo
Thanks Herkalees.
It worked. I tried the negative margins previously. It worked in Firefox but messed up IE. Any thoughts on why my h1, h2, etc don't work in Firefox.

The CSS I've written is:
h1, {
background-color: #000;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
font-size: 20px;
}

But I get default headings in Firefox.
Try removing the red comma I highlighted in your quote.
Reply With Quote