At 9:33 AM -0500 10/6/07, Chris Davis wrote:
>I see, so the element using overflow (#cast) is caught up in the 
>float as well, and part of its height is hidden by the floated 
>element (in this case the #marquee div). Does that sound right?
>
>Since the #cast element is the only one that uses overflow:auto, I 
>simply cleared it with clear:both. Please let me know if this has 
>improved the page: http://monna-vanna.com/cast/
>
>Chris

It fails not only with Safari for the Mac, but also FireFox. In FF, 
the scroll bar is about 1em to the right of the scroll box.

Perhaps setting a class width for textarea might work.

textarea.bios
        {
        width: 50em;
        height: 20em;
        }

I do that commonly and never encounter such problems.

Cheers,

tedd


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

Reply via email to