Skip to main content

Search and Top Navigation

#5919 closed bug (notabug)

Opened August 10, 2010 05:53PM UTC

Closed August 23, 2010 06:10PM UTC

Last modified October 11, 2012 09:15PM UTC

IE Errors on this webpage might cause it to work incorrectly

Reported by: wildfiremoto Owned by:
Priority: minor Milestone:
Component: ui.core Version: 1.8.3
Keywords: Cc:
Blocked by: Blocking:
Description

www.lsfiore.com

Windows Intenet Explorer

'document.getElementById(...)' is null or not an object

index.htm Line 16

Code: 0 Char: 2


<script type="text/javascript"><!----><![CDATA[><!--

sfHover = function() {

var sfEls = document.getElementById("nav").getElementsByTagName("LI");

for (var i=0; i<sfEls.length; i++) {

sfEls[i].onmouseover=function() {

this.className+=" sfhover";

}

sfEls[i].onmouseout=function() {

this.className=this.className.replace(new RegExp(" sfhover\\\\b"), "");

}

}

}

if (window.attachEvent) window.attachEvent("onload", sfHover);

//--><!]]></script>

<style>


Please help with this error. I cannot find a fix or workaround.

Thanks in advance

Attachments (0)
Change History (2)

Changed August 23, 2010 06:10PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

This has nothing to do with jQuery UI.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted