Basically I have a bunch of IMG tags wrapped in a bunch of divs, and some javascript to make them do rollovers. The page functions beautifully in IE and in Firefox, but Safari gives:
"TypeError: Result of expression 'ImageNavigateForum' [undefined] is not an object."
Where ImageNavigateForum is the ID tag of the 'img'. (a simmelar error occurs when rolling over any 'img' on the page.)
Neccisarry code follows:
<div id="NavigateForum" onmouseover="ImageNavigateForum.style.visibility='visible'" onmouseout="ImageNavigateForum.style.visibility='hidden'">
<a href="http://www.dmt-nexus.com/forum">
<img id="ImageNavigateForum" src="images\NavigateForum.jpg" class="hidden" alt="" />
</a>
there is a matching #NavigateForum entry in style.css
Somone knows the answer to this! Thankyou mysterious internet coders! Shoe