[css-d] Firefox BODY problems?

2007-08-12 Thread Matt Pusateri
Ok, I'm stumped. I'm working on a simple page and for some reason, some basic styling I'm applying to the BODY tag here works fine in IE-Win, but not in Firefox. http://mattmedia.net/lab/kc1.htm Specifically, it's ignoring the background styling and my changes to the padding margin...

Re: [css-d] Firefox BODY problems?

2007-08-12 Thread Amy Drayer
Dear Matt: You used !-- -- inside the styles instead of /* */ to make a comment: style type=text/css !-- !-- Structure Basic Layout -- html, body { font-family:Georgia, serif; color:#66; padding, margin, border:0; background-image:url(dot11.gif);