tamasys
Dec 19th, 2008, 04:37 AM
Hi,
I'm working on a three column layout in CSS/XHTML, with the middle column scrolling. For this I use
div#center {
overflow-y: scroll;
...
}
The problem is that the scrollbar always shows, rather than just when it is needed. This leaves an ugly white space in Firefox 3.0 for Mac (what I use), I'm not sure how other browsers handle it. Is there any way to fix this?
I'm working on a three column layout in CSS/XHTML, with the middle column scrolling. For this I use
div#center {
overflow-y: scroll;
...
}
The problem is that the scrollbar always shows, rather than just when it is needed. This leaves an ugly white space in Firefox 3.0 for Mac (what I use), I'm not sure how other browsers handle it. Is there any way to fix this?