He hecho un menú con un programa (sothink dhtml menú) el cual me da un codigo en javascript y tres archivos JS mas todas la imagenes necesarias:
mi css es este;
Código:
y tengo este codigo;<style type="text/css"> .fondoweb { background-image: url('../fondos/fondo11.jpg'); } .bannertaekwondo { background-image: url('../banners/banner%20taekwondo.jpg'); border-spacing: 0px; } .cabezadelcuerpo { background-image: url('../cabezadelcuerpo.png'); font-family: Calibri; font-size: 20px; color: #EF6B4D; text-decoration: underline; } .cabezaeventos { background-image: url('../cabezaeventos.png'); font-family: Calibri; font-size: 18px; color: #EF6B4D; text-decoration: underline; text-align: center; }
Código:
y com ya he dicho varios archivos JScript, me gustarias saber si se puede aplicar el menú al css y de que manera.<script type="text/javascript"> <!-- stm_bm(["menu7aae",900,"","blank.gif",0,"","",0,0,250,0,1000,1,0,0,"","",0,0,1,1,"default","hand","",1,25],this); stm_bp("p0",[1,4,0,0,0,2,0,0,100,"progid:DXImageTransform.Microsoft.RandomDissolve(,enabled=0,Duration=0.20)",12,"",-2,90,0,0,"#D8D8D8","transparent","",3,0,0,"#CCCCCC","",-1,-1,0,"","surround21_t.gif",3,"",-1,-1,0,"","surround21_r.gif",3,"",-1,-1,0,"","surround21_b.gif",3,"",-1,-1,0,"","surround21_l.gif",3,"surround21_tl.gif","surround21_tr.gif","surround21_br.gif","surround21_bl.gif",22,22,22,22,22,22,22,22]); stm_ai("p0i0",[0,"DHTMLMenu Product News","","",-1,-1,0,"","_self","","","","",0,0,0,"","",0,0,0,1,1,"#d88843",0,"#c0cbab",0,"","",3,3,0,0,"#5AA2C1","#000000","#FFFFFF","#FFFFFF","bold 8pt Arial","bold 8pt Arial",0,0,"","","","",0,0,0],163,30); stm_ai("p0i1",[6,1,"#CCCCCC","",160,1,0]); stm_aix("p0i2","p0i0",[0,"Four versions for \r\ndifferent languages","","",-1,-1,0,"","_self","","","","",0,0,0,"","",-1,-1,0,1,1,"#d88843",0,"#c0cbab",0,"","",3,3,0,0,"#5AA2C1","#000000","#FFFFFF","#FFFFFF","8pt Arial","8pt Arial"],163,0); stm_bp("p1",[1,2,5,0,0,2,0,0,79,"stEffect(\"slip\")",-2,"stEffect(\"slip\")",-2,89,0,0,"#D8D8D8","transparent","",3,1,2,"#a2ad8c"]); stm_aix("p1i0","p0i2",[0,"Current Version: \r\nSothink DHTMLMenu 6.5","","",-1,-1,0,"#","_self","","","","",0,0,0,"","",0,0,0,1,1,"#c0cbab",0,"#d88843",0,"060428line.gif"],193,0); stm_aix("p1i1","p0i1",[6,1,"#CCCCCC","file:///D|/Program%20Files/SourceTec/Sothink%20DHTML%20Menu%209/",193]); stm_aix("p1i2","p1i0",[0,"English Version"],193,0); stm_aix("p1i3","p1i1",[]); stm_aix("p1i4","p1i0",[0,"French Version(5.2)"],193,0); stm_aix("p1i5","p1i1",[]); stm_aix("p1i6","p1i0",[0,"Simplified/Traditional\r\nChinese Version "],193,0); stm_ep(); stm_aix("p0i3","p0i1",[]); stm_aix("p0i4","p0i2",[0,"Add new samples for V6.x"],163,0); stm_bpx("p2","p1",[]); stm_aix("p2i0","p1i0",[0,"New Arrivals "],193,0); stm_aix("p2i1","p1i1",[]); stm_aix("p2i2","p1i0",[0,"General Samples "],193,0); stm_aix("p2i3","p1i1",[]); stm_aix("p2i4","p1i0",[0,"Functional Samples "],193,0); stm_ep(); stm_aix("p0i5","p0i1",[]); stm_aix("p0i6","p0i2",[0,"Know limitations of \r\nunregistered version "],163,0); stm_bpx("p3","p1",[]); stm_aix("p3i0","p1i0",[],193,0); stm_aix("p3i1","p1i1",[]); stm_aix("p3i2","p1i2",[],193,0); stm_aix("p3i3","p1i1",[]); stm_aix("p3i4","p1i4",[],193,0); stm_aix("p3i5","p1i1",[]); stm_aix("p3i6","p1i6",[],193,0); stm_ep(); stm_aix("p0i7","p0i1",[]); stm_aix("p0i8","p0i2",[0,"Unofficial Sothink DHTMLMenu\r\n Resource Site(thanks to Bill Pitt)","","",-1,-1,0,"#","_self","","","","",0,0,0,"","",0,0,0,1,1,"#d88843",0,"#c0cbab",0,"","",3,3,0,0,"#5AA2C1 #000000 #000000","#CCCC00"],163,0); stm_ep(); stm_em(); //--> </script>
Muchas gracias.