Hello World,
I have image which is much larger in size and when i paste that image horizontal scrollbar automatically comes and i don't want that i would like to know how to hide the horizontal scrollbar even if my image exceed the required screen resolution?
it would be ok if vertical scrollbar remains but the horizontal scrollbar should be hidden.
i have tried inserting the following code.to hide the horizontal scrollbar but it hide the vertical scrollbar as well
Code:
body style="overflow-y:hidden" "overflow-x:hidden"
please help
Bookmarks