This is a discussion on "IE Overflow issue: not displaying scrollbars" within the Web Page Design section. This forum, and the thread "IE Overflow issue: not displaying scrollbars are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
IE Overflow issue: not displaying scrollbars
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
IE Overflow issue: not displaying scrollbars
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. I have tried all the overflow-x options offered here: http://msdn.microsoft.com/workshop/...s/overflowx.asp I think the scrollbars ARE being shown, but off the bottom of the screen - ie the DIV thinks it is at the top so it is showing scrollbars lower than it should - off the screen in fact. I think I need a way to let the div know that it isn't at the top of the screen or that it's height is screen height -us X pixels Can anyone help me? I'm going nuts with this! Cheers David |
|
|
|
|||
|
Re: IE Overflow issue: not displaying scrollbars
To be honest, I've had a look at your assortment of xhtml and css and it's a nightmare to figure out what you are trying to do. You really shouldn't need all those position: absolute;'s in there and you shouldn't need those negative margins. I strongly suggest that you rethink your structure so that things are flowing more naturally, then we might be able to figure out what is going on. |
|
|||
|
Re: IE Overflow issue: not displaying scrollbars
The negative margins were an aid to centre things, but I take your comments on board. If I can't crack it (and if noone else can) then i'll try to simplify things before seeking further comment.
|
![]() |
| Tags |
| overflow, issue, displaying, scrollbars |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Aligning scrollbars | Ola | JavaScript Forum | 4 | Feb 29th, 2008 16:16 |
| Problem with IE Scrollbars | abis123 | Web Page Design | 1 | Oct 13th, 2007 22:01 |
| how do i get scrollbars on resize | huminuh83 | Flash & Multimedia Forum | 0 | Apr 4th, 2007 04:39 |
| Scrollbars in Firefox | ChrisTheSoul | Web Page Design | 1 | Nov 24th, 2006 15:38 |
| Web site bugs - Displaying issue | Clorinde | Web Page Design | 9 | Aug 14th, 2006 15:15 |