OZONE Asylum
Forums
DHTML/Javascript
DD menu issue - hiding div layer
This page's ID:
29362
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I don't know much about JS, but this'll probably work: [code]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title></title> <style type="text/css"> #foo { width: 300px; height: 300px; background: fuchsia; } </style> </head> <body> <div id="foo"></div> <script type="text/javascript"> var foo = document.getElementById('foo'); foo.onmouseout = function () { foo.style.display = 'none'; } </script> </body> </html>[/code] poi will probably stop by and give you a 7-char source that can do it. :p
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »