How do I get rid of a vertical scrollbar. My site is just 1 pixel to wide and I want to get rid of the vertical scrollbar cuz it looks stupid. The page does need a horizontal scrollbar so cant do scroll="no".
Vertical scrollbar
Started by Liesjuh, May 21 2006 06:48 AM
2 replies to this topic
#1
Posted 21 May 2006 - 06:48 AM
#2
Posted 21 May 2006 - 07:06 AM
you know vertical is...
^
|
|
|
and horizontal is
-------> right? Cuz if your site was 1px too wide then you want to get rid of the horizontal.
Also, you shouldnt try to hide the problem. Instead try and fix it. But anyway here it is:
For IE you can use:
for firefox there is no solution to my knoledge, however you could try using :
^
|
|
|
and horizontal is
-------> right? Cuz if your site was 1px too wide then you want to get rid of the horizontal.
Also, you shouldnt try to hide the problem. Instead try and fix it. But anyway here it is:
For IE you can use:
overflow-x:hidden;
for firefox there is no solution to my knoledge, however you could try using :
overflow: none;
#3
Posted 23 May 2006 - 02:39 PM
ah yes, forgot that. But I desided to dont do it, cuz there are people with smaller screen resolutions sow its pretty irritating if they cant scroll >_>
Thanx for your help anyway
Thanx for your help anyway
Edited by Liesjuh, 23 May 2006 - 02:39 PM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
