View Full Version : image help


ataina1200
07-20-2003, 11:02 PM
what if i have a really big image but i dont want a horizontal scroll bar and i cant put the image as a background?

kittycat
07-21-2003, 12:22 AM
If you don't want a horizontal scroll bar, why have the large image? That doesn't make a lot of sense...

style="overflow-x:hidden;"
if you add that to the <body> tag then it'll hide the horizontal scroll bar.