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)
The image-toolbar is used in MSIE 6.
The coverage
<p><img src="image/toolbar.gif" alt="Example"> Default</p> <p><img src="image/toolbar.gif" alt="Example" galleryimg="no"> Not displayed</p>
Default
Not displayed