I figured it out.
The problem code:
[CODE=javascript]document.getEle mentById('about _us').visibilit y='visible';[/CODE]
The solution code:
[CODE=javascript]document.getEle mentById('about _us').style.vis ibility='visibl e';[/CODE]
I left out style.
Funny how that took me 45 minutes to see. ARRRG!
User Profile
Collapse
-
-
document.getElementById(toggle[i]) has no properties
I'm getting an error message in FF2.0:
document.getEle mentById(toggle[i]) has no properties
The goal of the script is, when I hover my mouse over an image, to make one div element visible while making all the others div elements in the array, hidden.
thisDocId is the element to avoid hiding.
This is the script:
[HTML]<script>
function makeHidden(this DocId) {
...
No activity results to display
Show More
Leave a comment: