I have this tag:
<div style="visibili ty=hidden" id='hints'>
but the following commands(for onMouseOver event):
document.hints. visibility = 'show' or
document.hints. visibility ='visible'
isn't working.
I'm using netscape 6.0.
<div style="visibili ty=hidden" id='hints'>
but the following commands(for onMouseOver event):
document.hints. visibility = 'show' or
document.hints. visibility ='visible'
isn't working.
I'm using netscape 6.0.
Comment