IE Overflow issue: not displaying scrollbars

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 20th, 2006, 19:13
New Member
Join Date: Sep 2006
Location: Glasgow, Scotland
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote

  #2 (permalink)  
Old Sep 20th, 2006, 20:39
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
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.
Reply With Quote
  #3 (permalink)  
Old Sep 20th, 2006, 20:42
New Member
Join Date: Sep 2006
Location: Glasgow, Scotland
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply

Tags
overflow, issue, displaying, scrollbars

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 03:12.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43