Hello,

on a new site I am woking on (http://www.fortuneinteractive.com/) in
Mozilla/FF. you get the horizontal and vertical scroll bar and I know
the reason why. It is because I am overflow:auto on my content div. I
added this after googling and finding this was a float clearing
solver.

the content div has the following CSS:

div>#text_area{/*hiding from IE*/
background:url(bg_text_area.jpg) repeat-y;
color:#333;
text-align:left;
border:0;
padding-top:2em;
margin:0;
height:100%;
overflow:auto;
}

full css

If I don't have the overflow:auto  in FF/moz the div doesn't extend
all the way to the footer like I want. Any suugestions on solving this
problem in Mozilla, FF?

full CSS:
http://www.fortuneinteractive.com/main.css

--
::Bruce::
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to