<img src="" galleryimg="no">
Browser |
|
---|---|
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)
The image-toolbar is used in MSIE 6.
- When you specified in the META element : This specifying is applied to all images in a document.
- When you specified in the IMG element : This specifying is applied to one image.
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
-
Default
Not displayed