I have used the mouseover command that produces two links to appear when the mouse is moved over the image.
When I move my mouse off the image the two links still remain. How do i get the the onMouseOut Commnd to make them, disappear?
I have used the mouseover command that produces two links to appear when the mouse is moved over the image.
When I move my mouse off the image the two links still remain. How do i get the the onMouseOut Commnd to make them, disappear?
Code:onmouseout="document.getElementById('link1').style.visibility = hidden; document.getElementById('link2').style.visibility = hidden;"
Last edited by Twey; 09-07-2005 at 10:44 AM. Reason: Missing endquote
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
thanks for your very quick response. Just what i needed
Bookmarks