code for horizonal scroll box. |
![]() ![]() |
code for horizonal scroll box. |
Oct 18 2008, 11:16 PM
Post
#1
|
|
![]() JOOWEE<3 ![]() ![]() ![]() ![]() Group: Member Posts: 116 Joined: Aug 2008 Member No: 680,398 |
does anyone know a code for a scroll box that scrolls horizontally ? if you get what i mean. haha :D
|
|
|
|
Oct 18 2008, 11:25 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Here:
CODE <div style="width:300px; height:150px; overflow-x:auto; overflow-y:hidden;"> CONTENT. </div> Mind you, it won't really scroll sideways unless you don't add spaces between words. You know, like when you receive a comment on MySpace. It only extends to the right if you have a comment that's really long like "Happy birthdayyyyyyyyyy..." and the y kept on going. Plus, if your content goes beyond the height of the DIV, the rest of it won't be seen because you're only hiding the vertical scrollbar. You're not actually disabling it. |
|
|
|
Oct 18 2008, 11:32 PM
Post
#3
|
|
![]() JOOWEE<3 ![]() ![]() ![]() ![]() Group: Member Posts: 116 Joined: Aug 2008 Member No: 680,398 |
Here: CODE <div style="width:300px; height:150px; overflow-x:auto; overflow-y:hidden;"> CONTENT. </div> Mind you, it won't really scroll sideways unless you don't add spaces between words. You know, like when you receive a comment on MySpace. It only extends to the right if you have a comment that's really long like "Happy birthdayyyyyyyyyy..." and the y kept on going. Plus, if your content goes beyond the height of the DIV, the rest of it won't be seen because you're only hiding the vertical scrollbar. You're not actually disabling it. thank you (: |
|
|
|
Oct 18 2008, 11:33 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
No problem. PM me if you need this reopened. Topic closed & moved.
|
|
|
|
![]() ![]() |