Hola nuevamente traigo un menu que se colocara de tu lado izquierdo en forma de slider muy vistoso
Donde pegarlo en texto por encima
Ver Ej:
http://falconmedanos.webcindario.com/diseno/menulateral.html
Nota: ese pantallazo de colores no se preocupen solo fue que subi un archivo index en blanco pero a ponerlo en su web no pasa nada ya fue revisado...
Si lo deseas editar a tu gusto solo tienes que abrir el archivo que dice
http://img3.xooimage.com/files/9/c/7/slider_vertical_m...-147ff76-1689802.js
haz clic en la url y lo guardas en tu pc y puedes editar ojo fijate muy bien donde puedes editarlo aca te pongo el codigo
Código: // JavaScript Document
<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
MADE BY: AQUI PON LA URL DE TU WEB
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="BLACK";
hdrBGColor="#FF3399";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="BLACK";
linkOverBGColor="#FF3399";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="WHITE";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ACA EL TITULO DE LA PARTE VERTICAL"; // <IMG> tag supported. Put exact html for an image to show.
///////////////////////////
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["TEXTO"] //create header
ssmItems[1]=["TEXTO", "URL", ""]
ssmItems[2]=["TEXTO", "URL", ""]
ssmItems[3]=["TEXTO", "URL",""]
ssmItems[4]=["TEXTO", "URL", ""]
ssmItems[5]=["TEXTO", "URL", "_new"]
ssmItems[6]=["TEXTO", "URL", ""]
ssmItems[7]=["TEXTO", "URL/", ""]
ssmItems[8]=["TEXTO", "URL", ""]
ssmItems[9]=["TEXTO", "URL", ""]
ssmItems[10]=["TEXTO", "URL", "", 1, "no"] //create two column row
ssmItems[11]=["TEXTO", "URL", "",1]
ssmItems[12]=["TEXTO", "", ""] //create header
ssmItems[13]=["TEXTO", "URL", ""]
ssmItems[14]=["TEXTO", "URL", ""]
ssmItems[15]=["TEXTO", "URL", ""]
ssmItems[16]=["TEXTO", "URL", ""]
buildMenu();
//-->