Forum Moderators: open
My website has a rough layout at the top of the page as shown below:
{logo image}.....{small ad text link}.....{vertical list of 5 links} .....{nav links}
.......................{small ad image}
{breadcrumb}
Essentially every element is a link of some description.
In firefox 2.0.0.7 the logo image, small ad text link, top 3 vertical list of 5 links and the small ad image do not have their links working.
In IE7 all ok
Because of the grouping I at first suspected that I must have an adblock extension operating in firefox - but I don't. The HTML is very simple for example the code for logo image looks like this
<div id="logo">
<a href="/" title="Some Title"><img src="/images/logo.gif" alt="Some Alt" border="0" width="300" height="51" /></a>
</div>
I've tried putting in Javascript onclick events but this does not help.
Any ideas?