remove right scrollbar?, how to? |
remove right scrollbar?, how to? |
Jan 9 2005, 08:21 PM
Post
#1
|
|
![]() mmm hmmm ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,591 Joined: Sep 2004 Member No: 47,325 |
Hi, I'm making a horizontal scroll layout. Is there anyway to remove the right scrollbar all together so you don't see it? And just have the bottom horizontal scrollbar? Thanks
|
|
|
|
![]() |
Jan 9 2005, 09:02 PM
Post
#2
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
Is that an actual scrollbar? That's scrollable? Or is it like.. unscrollable. You can use that "overflow-y: hidden" thing in your BODY class in your CSS.
|
|
|
|
Jan 9 2005, 09:25 PM
Post
#3
|
|
![]() mmm hmmm ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,591 Joined: Sep 2004 Member No: 47,325 |
QUOTE(x_angawhomps @ Jan 9 2005, 9:02 PM) Is that an actual scrollbar? That's scrollable? Or is it like.. unscrollable. You can use that "overflow-y: hidden" thing in your BODY class in your CSS. ahhhhh genius! Thanks a bunch! I would have never figured it out... or maybe by the time I did I would be.. Topic can be closed now. |
|
|
|
Jan 11 2005, 02:37 AM
Post
#4
|
|
![]() :hammer: ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,849 Joined: Mar 2004 Member No: 7,700 |
|
|
|
|
souldreamers remove right scrollbar? Jan 9 2005, 08:21 PM
electric shock For.. xanga? Jan 9 2005, 08:23 PM
x_angawhomps Insert this in the div:
overflow-y: hidden; Jan 9 2005, 08:32 PM
souldreamers QUOTE(x_angawhomps @ Jan 9 2005, 8:32 PM)Inse... Jan 9 2005, 08:38 PM
avalon* yeah i did that, just stick it somewhere in your c... Jan 9 2005, 09:06 PM![]() ![]() |