Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Div Scrolling
kvarnerexpress
post Nov 6 2005, 04:12 PM
Post #1


Super Member
*********

Group: Members
Posts: 407
Joined: 13-December 04
Member No.: 2,696



I've got the following line in an html page before a table that has lots of rows and columns:

Code:

CODE
<div style="HEIGHT: 500px; WIDTH: 1000px; OVERFLOW: auto">



That works perfectly in IE and FF to give me vertical and horizontal scrollbars. But what I really want is to size the horizontal scrollbar so it takes up 100% of the screen regardless of how big the screen is.

So, I tried changing 1000px to 100% like this:
Code:

CODE
<div style="HEIGHT: 500px; WIDTH: 1000px; OVERFLOW: auto">




Well, that works the way I would expect in FF (perfect) but in IE I do not get any horizontal scrollbar. Any idea how to tinker with it (without using frames) so I get the horizontal scrollbar in IE too?

kvarnerexpress
__________________
Go to the top of the page
 
+Quote Post
arboc7
post Nov 6 2005, 08:34 PM
Post #2


Advanced Member
*******

Group: Members
Posts: 123
Joined: 5-September 05
Member No.: 11,522



All I can think of is that you might try "overflow: scroll;" instead of auto...let me know if that works.

Good luck!
Go to the top of the page
 
+Quote Post
truefusion
post Nov 6 2005, 09:42 PM
Post #3


Ephesians 6:10-17
Group Icon

Group: [MODERATOR]
Posts: 1,896
Joined: 22-June 05
From: The World of Gentoo
Member No.: 8,528
T17 GFX Crew



Arboc7's suggestion should do it, but i believe IE doesnt show the scrollbar when placed on "auto", unless scrolling is required. Thus, why they call it "auto".
Go to the top of the page
 
+Quote Post
Tyssen
post Nov 6 2005, 09:49 PM
Post #4



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



Horizontal scrollbars are a bad thing. Why would you actually want one?
Go to the top of the page
 
+Quote Post
arboc7
post Nov 7 2005, 04:09 AM
Post #5


Advanced Member
*******

Group: Members
Posts: 123
Joined: 5-September 05
Member No.: 11,522



I missed horizontal scrollbars...really, why do you want them?
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics


 



- Lo-Fi Version Time is now: 8th September 2008 - 11:09 AM