Nov 22, 2009

Div Scrolling

free web hosting
Open Discussion > MODERATED AREA > Computers > Programming Languages > HTML, XML etc..

Div Scrolling

kvarnerexpress
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
__________________

Comment/Reply (w/o sign-up)

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

Good luck!

Comment/Reply (w/o sign-up)

truefusion
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".

Comment/Reply (w/o sign-up)

Tyssen
Horizontal scrollbars are a bad thing. Why would you actually want one?

Comment/Reply (w/o sign-up)

arboc7
I missed horizontal scrollbars...really, why do you want them?

Comment/Reply (w/o sign-up)

(G)LL

Horizontals arent bad if you plan to have them - whats bad is when you get them because of poor design and planning.

 Horizontal scrolling websites are awesome :)

And as far as the posters question goes --

<div style="HEIGHT: 500px; WIDTH: 100%; OVERFLOW: scroll;">

try that?



Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)


Searching Video's for div, scrolling
See Also,
advertisement


Div Scrolling

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com