Jump to content

Disabling Browser's scrollbars


Endrew

Recommended Posts

What you can do it put the image in a div, set a hight and width and set the overflow to hidden, then there won't be any scroll bars and the image might be clipped.

[code]<div style="width:100px;height:100px;overflow:hidden;">Img here</div>[/code]

Just replace the px amount with the one that you want.

Hope this helped.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.