Thread: Weird IE bug?
View Single Post
  #10 (permalink)  
Old Sep 5th, 2006, 09:45
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Weird IE bug?

Just had another look at you page this morning.

The footer with images is there in both FF and IE now but I notice that the menu is not as complete in FF as in IE. Is this something you are working on?

Also, did you deliberately create the footer logos with anti aliasing OFF when you added the text because they do look a bit rough. They are also large enough such that in IE, when you have the cursor over them, the image toolbar automatically pops up if you don't have it turned off.

Most users won't be aware of how to turn this off and will find it annoying. The way round that is to place the following meta code in you pages:
Code: Select all
<meta http-equiv="imagetoolbar" content="no" />
Reply With Quote