Click to See Complete Forum and Search --> : Links inactive in Firefox / Opera / Mozilla / Netscape - Okay in IE


Fedude
09-04-2005, 04:31 AM
Got something very strange going on with a site I built....

site is http://www.scorchingduathlons.co.nz

This was built back in April, no issues... there has been no changes in the structure of the site since then.

Over the last month or so, when browsing in Firefox occasionally the links would not work - source code all there, but nothing happening / registering when hovering to try and click on them.

In the last few days it now has become a full time issue in Firefox (and Mozilla / Opera and NEtscape) - but site is still okay in IE (!!!!)

The links are vaild and clickable while each page loads, but once page completed load links are gone

I have been trying to sort through the problem but my knowledge is not enough and I am stumped - what am I missing or don't know?

Thanks

Fedude

Fang
09-04-2005, 06:19 AM
The JavaScript is placing the footer, under certain circumstances, at the top of the page. :confused: Shouldn't it be at the bottom?
A consequence of this is the height of the footer is the full page height, in FF, thus covering all links and making them inoperable.
The height and position of the footer has to be changed.

Fedude
09-04-2005, 03:52 PM
Thanks Fang....

I had been banging my head and not getting anywhere in trying to resolve. Will kill the footer tonight and see if that fixes the situation...
I had a problem when testing the site on a local server, that I couldn't duplicate the effect as to what was happening on the 'real' site (everything always ran fine locally)

Much appreicated for the idea to resolve (especailly since I don't use the footer)