Tengo un sitio con un menú que tiene bullets. Pero no los hice como bullets sino como imágenes de fondo, todo bien pero como siempre en el explorer da broncas y la imágen desaparece a veces. El problema parece ser el peekaboo http://www.positioniseverything.net/.../peekaboo.html, aunque las propuestas de solución no corrigen el problema.
Alguién tiene una respuesta a este mugroso dilema?
La liga es esta:
http://www.percepcionunitaria.org
Y este es el código del menú:
Código:
.menu{ position:relative; float:right; width:180px; margin:0px 0 30px; color:#000; padding:10px 0 10px 25px; background:#FFDD44; line-height: 1.3em; } .menu p{ font-size:8pt; margin:0 0 1em; padding:0; word-spacing: 0.2em; } .menu a:link, .menu a:visited{ text-decoration:none; color:#000; } .menu a:hover{ color:#FF5500; text-decoration:underline; } .temas{ list-style:none; margin:0; padding:0; font-size:10pt; font-weight:bold; } .temas ul, .temas li{ padding:0; } .temas li{ background:url(../img/vineta.gif) no-repeat left center; text-indent:1em; margin-left:-1em; } .temas a:link, .temas a:visited{ text-decoration:none; color:#000; font-weight:bold; } .temas a:hover{ color:#FF5500; text-decoration:underline; } .deshabilitado{ color:#666; font-style:italic; } .deshabilitado a{ text-decoration:none; color:#666; }