shlomi asaf wrote:
> http://dogma.co.il/shlomi/for_cssD.html

> as you can see, the textarea pokes out, and i don't know how to fix 
> it. i putted at the end of the div - a BR with clear:both i 
> overflow:auto my #frm i cant find an answer except giving #frm a 
> height, a thing i try to avoid.

The textarea is absolute positioned, so clearing it won't work.

You may try adding...

#frm{
padding-bottom: 100px;
}

...or something of that nature, to create a suitable space for it.

You can also redefine everything into floats and flow, and avoid
absolute positioning. That'll make clearing work.

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to