horizontal scrollbar, how to remove? |
horizontal scrollbar, how to remove? |
Feb 23 2005, 01:50 AM
Post
#1
|
|
|
dmnfckr ![]() ![]() ![]() ![]() Group: Member Posts: 101 Joined: Feb 2005 Member No: 103,475 |
how do i remove the horizontal scrollbar in my site? i didn't have the horizontal scrollbar when i plugged in my codes.. but after i made some adjustments, the horizontal scrollbar appeared...
what could be wrong? thanks |
|
|
|
![]() |
Feb 23 2005, 02:42 AM
Post
#2
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
CODE <style type="text/css">
Body {overflow-x: hidden} </style> |
|
|
|
![]() ![]() |