PDA

View Full Version : Firefox Issues


Daniel Davis
28th February 2006, 02:15
I, like many others I know, use Firefox (http://getfirefox.com) as my browser instead of what I guess is the default, Internet Explorer. The problem is that on the American View page the coding does not display correctly in Firefox.
This image (http://www.theamericanview.com/resources/template_footer_background.gif) displays across the middle of the page, obscures text, and generally looks bad. Just thought y'all should know.

Jeffrey Butler
28th February 2006, 10:37
Firefox users actually make up close to 20 % of our viewers (19% to be exact).

I believe, and it may not really matter, that this is a display issue with Firefox - the code is correct - but it's being mis-interpreted by the browser. I have a few work-arounds that I'm going to try, but it may "fix itself."

Like I said - it's annoying no matter what the reason; but I hope to have a fix soon.

Thanks...cbx

Jeffrey Butler
22nd March 2006, 10:07
Shazaam!

html, body
{
min-height: 100%;
margin: 0px; padding: 0px;
}

body
{
background: #FFF URL('template_footer_background.gif') left bottom repeat-x;
}

All fixed :D :D