Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/10/2010, 15:24
Avatar de vbonive
vbonive
 
Fecha de Ingreso: septiembre-2010
Mensajes: 86
Antigüedad: 13 años, 7 meses
Puntos: 0
Respuesta: Problemas de relaciones en ccs

Hola amigo gracias por tu respuestay ayuda pero si el div esta dentro de la botonera se llama botonera e monte de esta forma pero no me funciona por que me descudro todos los botones:

/*Botonera*/
.botonera li {
font-size: 1em;
text-align:center;
position: fixed; bottom: 0px; left: 0px;z-index: -1;
}
.botonera ul {
font-size: 1em;
list-style: url(none) none;
}
.botonera ul, li {
margin: 0;
padding: 0;
text-indent: 0;
ALK
}
.botonera ul li {
display: inline;
float: left;
position: static;
background-color: #FFFFFF;
width: 141px;
margin: 0;
background-position: center center;
font-size: 11px;
font-style: normal;
}
.botonera ul li a {
text-align:center;
background-image:url(menu/Botonera.jpg);
font-family: Arial, Helvetica, sans-serif;
color: #000;
text-decoration: none;
font-size: 1.5em;
display: block;
width: 130px;
padding: 12px 5px;
}
.botonera ul li a:hover, ul li a:active {
color:#33CC00;
background-image:url(menu/Botonera2.jpg);
background-position: center center;
background-repeat: no-repeat;
}
.botonera ul li ul {
position: absolute;
display: none;
z-index:1000;
}
.botonera ul li ul li {
display: list-item;
float: none;
margin: 0;
}
.botonera ul li ul li a {
font-size: 1.15em;
background-color: #F7F7F7;
color: #000000;
text-align:left;
width:140px;
}
.botonera body {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-image: url(tutifri.jpg);
background-repeat: no-repeat;
background-color: #FFF;
}
#botonera{
background-color: #CCC;
color: #FFFFFF;
font-size:12pt;
font-weight: bold;
background-position: center center;
list-style-type: none;
top: 20px;
left: 3px;
clip: rect(20px,auto,auto,auto);
text-align: center;
height: 43px;
width: 847px;
padding: 3px;

}
/*Fin de la Botonera Principal*/