
|
Iniciado por r_bradbury
para ayudarte más rápido mostranos el código, tanto del cuadro como del css
|
|
<select name="select" size="1" class="menu" onchange="cargaXML(this.value)"> <option selected="selected">Seccion...</option> <option value="001.html">Curriculum</option> <option value="002.html">Trayectoria</option> <option value="003.html">Comentario</option> </select> |
|
.menu { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #CC0000; background-color: #000000; text-decoration: none; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-align: left; } |
<select name="select" size="1" class="menu" onchange="cargaXML(this.value)">
<option selected="selected">Seccion...</option>
<option value="001.html">Curriculum</option>
<option value="002.html">Trayectoria</option>
<option value="003.html">Comentario</option>
</select>
.menu {
font-family: "Times New Roman", Times, serif;
font-size: 13px;
color: #993300;
background-color: #FFFFFF;
text-decoration: none;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-align: left;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
width: 140px;
margin-top: 5px;
}
.menu {
font:13px "Times New Roman", Times, serif;
color:#930;
background:#FFF;
border:0;
text-align:left;
width:140px;
margin-top:5px;
}
$(function(){
$(".menu").change(function(){
var s = $(this).val();
$("#c").load(s);
});
});

$(function(){
$(".menu").change(function(){
var s = $(this).val();
$("#c").load(s);
});
});
| Página 1 de 2 | · | 1 | 2 |
| Herramientas | Buscar en Tema |
| Desplegado | |
|
| Tema | Autor | Foro | Respuestas | Último mensaje |
| listas de correo | titi | LINUX y Software Libre | 5 | 01-sep-2008 23:03 |
| Autocompletar cuadro de texto en VB6??? | SirJeckill | Programación | 1 | 30-nov-2006 23:00 |
| mail en cuadro de texto | wsaynomore | Webmasters | 0 | 05-nov-2006 23:00 |
| Cuadro de dibujo | Indio10000 | General | 6 | 22-feb-2006 23:00 |
| listas incorrectas en el msn!! | Fantasma82 | Internet | 12 | 05-jul-2004 00:00 |