gracias por responder pondré un poco de código ya que es mucho.
la imagen que tengo debajo es un slider de imágenes.
tengo IE 10.
Código CSS:
Ver original#contenedor_menu {
float: left;
width: 100%;
background-repeat: repeat-x;
}
.boton_menu {
font-family: "Myriad Pro";
font-size: 13px;
text-transform:capitalize;
color: #FFF;
width: auto;
height: 23px; /*distancia entre el menu y el slider*/
float: left;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #ffffff;
}
.boton_menu a:link{
font-family:"Myriad Pro";
font-size: 13px;
text-transform: capitalize;
color: #FFF;
/* font-weight:bold;*/
}
.boton_menu a:hover{
font-family: "Myriad Pro";
font-size: 13px;
text-transform: capitalize;
color: #333;
}
.boton_menu a:visited{
font-family: "Myriad Pro";
font-size: 13px;
text-transform: capitalize;
color: #333;
}
.boton_menu a:active{
font-family: "Myriad Pro";
font-size: 13px;
text-transform: capitalize;
color: #333;
}
/* Menú Superior Estilo */
.menu {
margin:1px;
list-style:none;
height:35px;
width:900px;
position:relative;
font-family:"Myriad Pro";
background-color:#d1d625;
}
y este es el del slider
Código CSS:
Ver original#slider_container_2 {
float: left;
margin: 0 0 0 -15px;
padding: 15px;
width: 700px;
}
.SliderName_2 {
float: left;
width: 700px; /*POCISION DE LA IMAGEN EN LA PANTALLA*/
height: 300px;/*DISTANCIA DE LA IMAGEN CON LOS BULLETS*/
overflow: hidden;
}
.SliderNamePrev_2 {
background: url(../img/left.png) no-repeat left center;
width: 35px;/*ditancia para presionar la flecha*/
height: 300px;/*ALTURA DE LA FLECHA IZQUIERDA*/
display: block;
position: absolute;
top: 0;
left: 0;
text-decoration: none;
}
no lo puedo poner online ya que hay javascript,css,html,php y el codigo es muy largo :(