Horizontal Scroll??? |
![]() ![]() |
Horizontal Scroll??? |
Jun 13 2005, 02:46 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 45 Joined: May 2005 Member No: 139,883 |
I'm trying to get a div layer to scroll horizontally instead of vertically.
Does anyone here know how to do that? |
|
|
|
| *mipadi* |
Jun 13 2005, 03:08 PM
Post
#2
|
|
Guest |
Fill it up with enough content horizontally that it won't fit in its assigned area or on the screen, and it should add a scrollbar automatically.
|
|
|
|
| *mona lisa* |
Jun 13 2005, 04:50 PM
Post
#3
|
|
Guest |
Won't this work?
CODE <style type="text/css">
div { overflow-y: none; </style> |
|
|
|
Jun 13 2005, 06:56 PM
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
^ That would only disable vertical overflow, not make it scroll horizontally.
Type with no spaces between the words.... That's the only way I can think of. |
|
|
|
![]() ![]() |