Yossarian
09-20-2006, 01:56 PM
Hi there,
I've been battling with this all day (which, since I'm in uk is about 10 hours).
Website here: http://paidiasoftware.co.uk/overflowbug/outputtest.html
css here: http://paidiasoftware.co.uk/overflowbug/basic.css
Now this is a stripped down version of what I'm doing - I had it looking fine in firefox but it will look fugly just now because I'm trying to nail the one issue.
If you look at the page and click in the middle + drag, you'll see that there is content to the right that isn't being shown. I want a scrollbar to appear at the bottom of the page to allow the user to access the data to the right.
Now, I can hear you say "use overflow:scroll" and I've tried that. But it doesn't show the scrollbar unless i manually force the height of the content panel to a fixed height. ie - If I put "height:400;" inside the "* html #content_panel {" area of my css, then I get a scrollbar horizontally as I require.
this solution is no good for me though,
I want the page to be able to stretch vertically. If a user has a browser that is longer than 768 high, the 'height:400' looks rubbish because all the content is squished.
So..
long story short
how do i change my css to have the page be as long as the user's web browser allows but have a scrollbar horizontally.
Can anyone help me? I'm going nuts with this!
Cheers!
I've been battling with this all day (which, since I'm in uk is about 10 hours).
Website here: http://paidiasoftware.co.uk/overflowbug/outputtest.html
css here: http://paidiasoftware.co.uk/overflowbug/basic.css
Now this is a stripped down version of what I'm doing - I had it looking fine in firefox but it will look fugly just now because I'm trying to nail the one issue.
If you look at the page and click in the middle + drag, you'll see that there is content to the right that isn't being shown. I want a scrollbar to appear at the bottom of the page to allow the user to access the data to the right.
Now, I can hear you say "use overflow:scroll" and I've tried that. But it doesn't show the scrollbar unless i manually force the height of the content panel to a fixed height. ie - If I put "height:400;" inside the "* html #content_panel {" area of my css, then I get a scrollbar horizontally as I require.
this solution is no good for me though,
I want the page to be able to stretch vertically. If a user has a browser that is longer than 768 high, the 'height:400' looks rubbish because all the content is squished.
So..
long story short
how do i change my css to have the page be as long as the user's web browser allows but have a scrollbar horizontally.
Can anyone help me? I'm going nuts with this!
Cheers!