Quote:
Originally Posted by David
Code:
<div class="header">
<a href="http://www.sidebreak.com/" >
<img src="http://www.sidebreak.com/img/header.png" alt="Sidebreak.com" border="0" height="135" /></a>
</div><br />
I have no clue why, but for some reason the image isn't a link in Firefox, other than the upper few pixels. It doesn't even seem to recognize it as an image.
Any ideas?
|
Hi,
The div layer "top-nav" is overlapping the div "header ", so only the top few pixels that are overlapping are an active link. Firefox is very strict when it comes to things like this. You will have to reduce the width of "top-nav". If you get the webdeveloper toolbar for Firefox it will show things like this at the click of a button - by outlining the extents of selected elements.
Hope you get it working!
Regards
Jonathan