<img src="" galleryimg="no">

Browser
  • IE
Type

The galleryimg attribute of the IMG element specifies whether or not to display the image toolbar.


<img src="example.gif" alt="Example" galleryimg="no">

Attribute Value Explanation
galleryimg=" " yes image-toolbar is displayed (default)
no image-toolbar is not displayed

Extension attribute. (Non standard attribute)

Image-toolbar
The image-toolbar is used in MSIE 6.

Example


<p><img src="image/toolbar.gif" alt="Example"> Default</p>

<p><img src="image/toolbar.gif" alt="Example" galleryimg="no"> Not displayed</p>

Output

Example Default

Example Not displayed