OZONE Asylum
Forums
DHTML/Javascript
cursor position
This page's ID:
28384
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
[small][code]<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'> <html> <head> <style type='text/css'> .details { display:none; position:relative; top:1em; left:-.5em; background:pink; padding:.25em;} } </style> <script type='text/javascript'> detailsHandle = null function showdetails( where ) { // search the 'details' around the tag that called this function while( where && where.className!='details' ) where = where.nextSibling; // toggle the display of the new 'details' if( where ) where.style.display = where.style.display!='inline'?'inline':'none'; // hide the previous 'details' if( detailsHandle && where!=detailsHandle ) detailsHandle.style.display = 'none'; // remember the handle of the new 'details' detailsHandle = where document.body.id = document.body.id; // force a redraw, don't ask } </script> </head> <body> <ul> <li> <a href='#' onclick='showdetails(this)'>community</a> <div class='details'> <a href='http://en.wikipedia.org/wiki/community'>wikipedia:community</a> </div> </li> <li> <a href='#' onclick='showdetails(this)'>management</a> <div class='details'> <a href='http://en.wikipedia.org/wiki/management'>wikipedia:management</a> </div> </li> <li> <a href='#' onclick='showdetails(this)'>blogs</a> <div class='details'> <a href='http://en.wikipedia.org/wiki/blogs'>wikipedia:blogs</a> </div> </li> </ul> </body> </html>[/code][/small]Still unclear ? [url=http://www.p01.org/][sigrotate][img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_love.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_love_small.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_charly.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_dk.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_reason.gif[/img]|[img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_galaxy.gif[/img][/sigrotate][/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »