|
Posted by vunet.us on 03/06/07 16:36
On Mar 6, 11:30 am, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
> vunet...@gmail.com wrote:
> > How can I hide scrollbars which appear in my floating div element with
> > CSS property overflow:auto? I do need to use auto overflow. Thank you.
>
> And if the content exceeds the alloted space how do you propose the user
> is to access the content? Maybe you want 'overflow: hidden'?
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com
I do need overflow auto as it is a fix to Mozilla bug
https://bugzilla.mozilla.org/show_bug.cgi?id=167801. However, I am
going to create a JS function to resize div if content goes outside of
the visual box, I guess, unless there is a better way.
[Back to original message]
|