AlfieWebDevTips Homefor new and experienced developers
[Home Home] [Web Development Web Development ] [Code Generators Code Generators ] [Resources Resources ] [Contact Us Contact ] |WebDevTips Privacy Privacy |
Print This Page

You are here : Home - Web Development - IE Image Bar

IE Image Bar



internet explorer toolbarIf you use newer versions of Internet Explorer you may have seen this appear over your prized images. It does have its uses but what if you use a lot of images and don't want it appearing all the time or you may only want it to appear on certain images.

Here's the answer.
To disabe the image bar completely use the following meta tag.

<meta http-equiv="imagetoolbar" content="no">

To enable the toolbar on certain images use...

<img src="YOUR_PIC.SOMETHING" galleryimg="yes">

To disable the toolbar on certain images use...

<img src="YOUR_PIC.SOMETHING" galleryimg="no">

Thats all there is to it :)






Google
 

[back to top of page]   

[labelled with icra -  - this link will open in a new window] [RSS Content]

[Copyright © WebDevTips]