[Help] image not clickable on FF

jacobs

Power Member
Joined
Oct 10, 2008
Messages
530
Reaction score
153
Anyone good at this? I added the shipping logo on the header by editing the theme header, the problem is it's not clickable in FF but is in IE.

take a look:
Code:
http://blogoutfitadditions.cakesandbeyond.org/

+4 rep for anyone who helps.

Thanks!
 
Anyone good at this? I added the shipping logo on the header by editing the theme header, the problem is it's not clickable in FF but is in IE.

take a look:
Code:
http://blogoutfitadditions.cakesandbeyond.org/

+4 rep for anyone who helps.

Thanks!

Hey,

Firefox caches a site for some time, it will take some time till you see the changes. I just tested it and it works fine :).

Greetz
 
it works properly on
Code:
http://www.outfitadditions.com/

why don't you just copy paste code to your subdomain site
try that
 
If you move your mouse to the lower right corner of the image you'll notice it's clickable.
But it is behind some other containers that slightly overlap and so in FF you can't click the image - it's behind other elements.
Try to play with z-index:1 or move the image to one of the header's divs.
 
I had the same problem one time; it's hidden behind some other elements. I gave it position:absolute or position: relative and that brought it to the front.

Good luck.
 
Back
Top