You are here: Reference > HTML > attributes > galleryImg (img, input:image)

galleryImg attribute (img, input:image)

Browser support:
7
Sets whether the My Pictures toolbar in Internet Explorer is enabled for the current img.
This attribute is deprecated. The My Pictures toolbar is not available from Internet Explorer 7, therefore the galleryImg attribute is obsolete, do not use it!
JavaScript page for this attribute: galleryImg. You can find other example(s) there.

Possible values:

String that sets the state of the menu.
false
Image toolbar is disabled.
no
Image toolbar is disabled.
true
Default. Image toolbar is enabled.
yes
Image toolbar is enabled.
Default: true.

Example HTML code 1:

This example illustrates the use of the galleryImg attribute:
<img src="picture.gif" height="100px" width="100px" galleryimg="yes" />
Move your mouse-pointer over the image! The image toolbar should be shown at the top left position of the image.
Did you find this example helpful? yes no

Supported by tags:

External links:

User Contributed Comments

Post Content

Post Content