hscroll
hscroll
- Started
- Last post
- 5 Responses
- kR4dr
is it possible to remove the hscroll and keep the vscroll? in a regular window. no fancy stuff.
- lvl_thirteen0
sure. if you use an i frame...or a js set window size
- kR4dr0
yeah, but for exemple: I'd like to fit a 1500x5000 pic on a 1024x786 screen. but I _don't_ want a hscroll, but the vscroll is necessary :p anyone know if it's possible?
- lvl_thirteen0
i don't think it is possible if the image is larger vertically because i don't think you can only turn off vertical scroll bars...but you know i am not sure. sorry, but someone will probably be able to help you.
- kpl0
set the image you want as a background. Then put in an invisible gif with a width of 1 px, height of whatever you want.
- kR4dr0
I solved it:
BODY style="overflow-x:hidden;overflo...
just in case anyone's wondering :p