Search script knocks out JS menu - IE only
[Please forgive me if my terminology is not the best, JS is not my field.]
I use an off-the-shelf search engine on my site, and a wysiwsg generated JS
menu which have worked fine until I added an additional feature/script file
to the SE holding;
var d=getElement("highlight"); and
var JumpToFirstOccurance
All fine in FFox, but in IE7 this jump knocks out the opening of the menu.
Only this page still has the jump script active;
http://www.websitefoundry.co.uk/hosting.html
http://www.websitefoundry.co.uk/hosting.html?zoom_highlight=domains
A script/programming wise friend has found no errors in the generated
script, but he is not wise to browser bugs... any clues??
Note; I could not place activation of the SE highlight script in <body
onLoad > as it interfered even more with FF & IE, recommended alternative
was below </body>
-dE|_---
date: Thu, 5 Jun 2008 16:48:38 +0100
author: dE|_
|
Re: Search script knocks out JS menu - IE only
> All fine in FFox, but in IE7 this jump knocks out the opening of the menu.
Quick note: when you go to this link you will see a menu for a split second;
this is the static HTML alternative that sits under the scripted one.
> http://www.websitefoundry.co.uk/hosting.html?zoom_highlight=domains
A script in the body tag then hides it with annoying latency.
date: Thu, 5 Jun 2008 17:01:05 +0100
author: dE|_
|