Forum Moderators: open

Message Too Old, No Replies

Firefox blocking links on object at the top of the page

         

The_Tank

9:16 am on Oct 1, 2007 (gmt 0)

10+ Year Member



Hi

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?