[Ovillo] Background en menu contextual con listas

2007-03-05 Por tema David Castelló
Hola! Estoy haciendo un menu contextual (tras hacer click en el boton derecho se muestra el menu), y me gustaria darle un estilo similar a este: http://www.estandaresweb.es/imagenes/ejemplo_css_menu.jpg Fijaos que el menu tiene dos columnas, una donde estan las imagenes y otra donde aparecen los

Re: [Ovillo] Background en menu contextual con listas

2007-03-05 Por tema David Castelló
Hola! Ya lo corregi, y queda asi: style type=text/css #menu { list-style: none; margin: 0; padding: 0 } #menu li { background-image: url ( fondo_x.gif); background-repeat: repeat-y; padding: 4px; } #menu a { text-decoration: none; margin-left: 2%; } .imagen_left {