OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
Text Rollover without flicker
This page's ID:
28243
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
Actually if you want to use a static image for the help, you could simply do: CSS :[code]#movieContainer { background:url(help.jpg); width:580px; height:501px; }[/code]HTML :[code] <span onclick='toggleHelp()'>Help</span> <!-- *snip* (\/) oO (\/) *snap* --> <div id='movieContainer'> <object id='flashMovie' type='application/x-shockwave-flash' data="your.swf' ></object> </div>[/code]JavaScript :[code]function toggleHelp() { if( !document.getElementById ) return false; var movie = movie = document.getElementById( 'flashMovie' ); movie.style.display = movie.style.display!='none'?'none':''; return true; }[/code]Hope that helps, [url=http://www.p01.org/][img]http://poi.ribbon.free.fr/files/p01_ozoneasylum_sig_galaxy.gif[/img][/url] [small](Edited by [url=http://www.ozoneasylum.com/user/2185]poi[/url] on 07-23-2006 20:17)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »