Hi all
I am trying to get a mouseover script to work,
when there is no doctype set the script works fine in all browsers I test, but the site looks like a dogs breakfast
However When i set the doctype to transitional (it has to be this doctype) Firefox and IE8 (&compat mode) work fine But Opera and the webkit browsers can only display the popup above the page fold, so if you scroll down the page and go over an image the popup appears above the visible page.
And I can't figure out why, there are a couple of instances of document.all in the code, but my attempts to replace these have broken the code, besides the fact it works in Firefox and not Opera makes me think that document.all is not the issue
Any help would be appreciated, even just telling me why a doctype would effect Javascript would be a help.