Author Topic: How do I stop the toolbar from showing  (Read 4252 times)

0 Members and 1 Guest are viewing this topic.

Offline silverfish

  • Pre-Newbie
  • Posts: 6
    • View Profile
How do I stop the toolbar from showing
« on: June 17, 2005, 12:39:00 PM »
There is a toolbar that shows up when ever the mouse is over the photo.  How do I prevent the toolbar from appearing?  I know there is a code I have to add, but where do i add it to?

Offline RoadDogg

  • Sr. Member
  • ****
  • Posts: 488
    • View Profile
    • Düsipixel
Re: How do I stop the toolbar from showing
« Reply #1 on: June 17, 2005, 12:48:53 PM »
Do you mean the imagetoolbar in IE6 ?
Add this line
Code: [Select]
<meta http-equiv="imagetoolbar" content="no">in your header.html
For support requests please don´t forget link to your Gallery/to phpinfo.php
Code: [Select]
<?
phpinfo()
?>
safe_mode must turned OFF
Please check Error Messages

Offline silverfish

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: How do I stop the toolbar from showing
« Reply #2 on: June 17, 2005, 12:58:30 PM »
cool. Thanks.