Remove Bottom Scrollbar |
![]() ![]() |
Remove Bottom Scrollbar |
Aug 23 2005, 01:48 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Jul 2005 Member No: 185,156 |
If anyone out there could help me, I'd really appreciate it:
How do you get rid of the bottom scrollbars in my About Me section and General section? My Myspace! Thanks so much! |
|
|
|
Aug 23 2005, 02:11 AM
Post
#2
|
|
![]() hello, ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Aug 2005 Member No: 208,332 |
make sure all your div layers contain this
style="overflow-x:hidden;y:scroll;" example <div style="overflow-x:hidden;y:scroll;"></div> if youd rather do all the divs at once use this code CODE <style type="text/css">
div {overflow-x:hidden;y:scroll;} </style> |
|
|
|
Aug 23 2005, 06:53 AM
Post
#3
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Hmm. Or maybe you can try this:
CODE <body style="overflow-x: hidden">
|
|
|
|
Aug 23 2005, 07:12 AM
Post
#4
|
|
![]() hello, ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Aug 2005 Member No: 208,332 |
|
|
|
|
![]() ![]() |