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> |
|
|
|
singitbabyyy Remove Bottom Scrollbar Aug 23 2005, 01:48 AM
Maestro Hmm. Or maybe you can try this:
CODE<body sty... Aug 23 2005, 06:53 AM
jh008 QUOTE(alvin_ward155 @ Aug 23 2005, 7:53 AM)Hm... Aug 23 2005, 07:12 AM![]() ![]() |