|
|
Drifting Designs Tutorials > > Coding > > HTML > > Disable Image ToolbarDisable Image Toolbar for Image When you hover over some images, especially large images, an image toolbar will come up looking like the one below -
Disable Image Toolbar for Webpage If you don't want it showing up on your images of your webpage, like I often don't, then use the code below. The code below will disable the image toolbar for all the images of your page. Enter the following code into the Head space of your webpage. Disable Image Toolbar for Image If, however, you want to disable the image toolbar for only a single image, rather than all the images on your webpage, use the code below. Place the code in the Body section of your webpage where you want the image to show up. Replace "yourimage.gif" with the URL of your image, and that's it! |
|
|||||||||||||