365cosas
pooopppeitas
Este es un menu flotante en Java
Some links:
EL PRIMER ENLACE EL PRIMER ENLACE; EL PRIMER ENLACE; EL PRIMER ENLACE; EL PRIMER ENLACE;
Some links:
EL PRIMER ENLACE EL PRIMER ENLACE; EL PRIMER ENLACE; EL PRIMER ENLACE; EL PRIMER ENLACE;
|
||||||||
|
|||||||
|
|
Last updated: 01 Aug 2008
Absolute Floating Menu Close Link/Button
The javascript demonstrated on this page is a close button/link option for the
Absolute Floating Menu
script.
Script demonstration
Click the buttons to show/hide the floating menu box.Show the floating menu Hide the floating menu Script source code
To use the script perform the following steps:
<script type="text/javascript"><!--
/* Script by: www.jtricks.com
* Version: 20080801
* Latest version:
* www.jtricks.com/javascript/navigation/floating_close.html
*/
floatingMenu.hide = function()
{
floatingMenu.menu.style.display='none';
return false;
}
floatingMenu.show = function()
{
floatingMenu.menu.style.display='block';
return false;
}
//--></script>
<button onclick="floatingMenu.show()">Show</button> <button onclick="floatingMenu.hide()">Hide</button> <a href="#" onclick="return floatingMenu.show()">Show</a> <a href="#" onclick="return floatingMenu.hide()"">Hide</a> Browser compatibility
The javascript snippet above was tested on the following user agents:
| |||||||||||||||||||||||||||||||||||||||
| |||||||

