Click to See Complete Forum and Search --> : overflow


PeOfEo
08-29-2003, 04:59 PM
I want to have a scrollable div, and the problem is when I set overflow:scroll; I get a h-scroll bar too and it doesnt wrap so the user will have a huge h-scroll bar. I was going to use overflow:auto; which will just make a v-scroll bar, but the problem is on IE it is not read the same way and it just treats auto like visible. Is there any code I can use to set overflow:scroll; but disable the h-scroll bar?

DaveSW
08-30-2003, 03:36 AM
I believe Pierre found the same problem.

I think you have to nest a 90% width div inside, and perhaps use overflow-x:hidden; or something like that. Perhaps Pierre will post his test site - I've lost the address. I believe it's somewhere in one of his posts somewhere.

PeOfEo
08-30-2003, 10:10 AM
whos Pierre? Whats his email addy, I can ask him about it.

DaveSW
08-30-2003, 10:45 AM
http://forums.webdeveloper.com/member.php?s=&action=getinfo&userid=764

If you go for the 'search for all posts by this user' you'll find the thread we worked it out in.

PeOfEo
08-30-2003, 08:09 PM
Hey thanks, I looked for him on the members list but I did not know which pierre you ment thanks for the link I found what I was looken for I bookmarked it and Ill play with it in a little while.

Pierre Rouillet
08-31-2003, 08:00 AM
hello

I guess you found the discussion Dave referred to. If not: it is http://forums.webdeveloper.com/showthread.php?s=&threadid=15229.

I just started a new thread, presenting some results and workarounds on the issue, and asking a new question. You can find it at css>overflow and borders / MSIE WinXP, or directly at
http://forums.webdeveloper.com/showthread.php?s=&threadid=16489

PeOfEo
08-31-2003, 05:40 PM
Thanks! Ill jump right on all the div nesting and the new overflow settings right when I get my stupid margins to work on mozilla and ie at the same time :D