Ver Mensaje Individual
  #12 (permalink)  
Antiguo 04/01/2010, 05:41
michelmin
 
Fecha de Ingreso: diciembre-2009
Mensajes: 56
Antigüedad: 14 años, 4 meses
Puntos: 0
Respuesta: compatibilad ie6

NADA he cambiado de menu y ahora me sale la barra del menu (ie6) pero ni me saqle centrada ni funcionan los drop horizontales.

supongo que este es el archivo que provoca el error en ie6 , le metido fixer y sigue igual.


/* IE6 css fixer v0.7: Sun, 03 Jan 2010 23:42:10 +0100 */

/* ============================================= */
/* safe settings */

/* add display:inline to floated elements */
* html .nav li,
* html .nav .select a,
* html .nav .select a:hover b, * html .nav .select li:hover a b,
* html .nav .select :hover .sub li a, * html .nav .current .show .sub li a {display:inline;}

/* fix negative margins */
* html .nav table {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
* html .nav table,
* html .nav {zoom:1;}
.nav {
height:35px;
position:relative;
font-family:arial, verdana, sans-serif;
font-size:11px;
width:100%;
z-index:100;
margin:0;
padding:0;
}

.nav .table {
display:table;
margin:0 auto;
}

.nav .select,
.nav .current {
margin:0;
padding:0;
list-style:none;
display:table-cell;
white-space:nowrap;
}

.nav li {
margin:0;
padding:0;
height:auto;
float:left;
}

.nav .select a {
display:block;
height:35px;
float:left;
font-weight:bold;
background: url(images/bg-bubplastic-button.gif);
padding:0 30px 0 30px;
text-decoration:none;
line-height:35px;
white-space:nowrap;
color:#FFFFFF;
}


.nav .select a:hover,
.nav .select li:hover a {
background: url(images/bg-bubplastic-h-gray.gif);
padding:0 0 0 15px;
cursor:pointer;
color:#FFFFFF;
}

.nav .select a b{
font-weight:bold;
}

.nav .select a:hover b,
.nav .select li:hover a b {
display:block;
float:left;
padding:0 30px 0 15px;
background:url(images/bg-bubplastic-h-gray.gif) right top;
cursor:pointer;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse;
margin:-1px;
font-size:1em;
width:0;
height:0;
}

.nav .sub {
display:table;
margin:0 auto;
padding:0;
list-style:none;
}

.nav .sub_active .current_sub a,
.nav .sub_active a:hover {
background:transparent;
color:#2b3238;
}

.nav .select :hover .select_sub,
.nav .current .show {
display:block;
position:absolute;
width:100%;
top:35px;
padding:0;
z-index:100;
left:0;
text-align:center;
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a,
.nav .current .show .sub li a {
display:block;
float:left;
background:transparent;
padding:0 10px 0 10px;
margin:0;
white-space:nowrap;
border:0;
color:#FFFFFF;
}

.nav .current .sub li.sub_show a {
color:#2b3238;
cursor:default;
}

.nav .select .sub li a {
font-weight:normal;
}

.nav .select :hover .sub li a:hover,
.nav .current .sub li a:hover {
visibility:visible;
color:#CC3;
}
td, th {
color : #fff;
font-family : Georgia, Times New Roman, Times, serif;
font-size : 16px;
}
body {
background-image : url(fondo3.jpg);
background-color : #666;
}
body, td, th {
color : #fff;
font-family : Georgia, Times New Roman, Times, serif;
font-size : 16px;
}
body {
background-image : url(fondo3.jpg);
background-color : #666;
}
a:link {
color : #0000ff;
}
a:visited {
color : #3366ff;
}
a:hover {
text-decoration : none;
}
a:active {
color : #ff0000;
}
a.hidden {
color : #000000;
}
a.hidden:visited {
color : #000000;
}
a.hidden:hover {
color : #0000cc;
}
a.hidden:active {
color : #000000;
}
a.nav:link {
color : #333333;
padding : 2px;
}
a.nav:visited {
color : #cccccc;
padding : 2px;
}
a.nav:hover {
color : #ffffff;
background-color : #666666;
padding : 2px;
}
a.menu {
font-family : arial, helvetica, sans-serif;
font-weight : bold;
text-decoration : underline;
}
a.menu:hover {
font-family : arial, helvetica, sans-serif;
font-weight : bold;
text-decoration : underline;
letter-spacing : 1px;
}
a.box {
padding : 3px;
background-color : #ffffff;
text-decoration : none;
border : medium solid #cccccc;
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
a.box:hover {
color : #000000;
padding : 3px;
text-decoration : none;
background-color : #666666;
border : medium solid #3366ff;
color : #ffffff;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
body {
font-family : Arial, Helvetica, sans-serif;
}
td {
font-family : Arial, Helvetica, sans-serif;
}
th {
font-family : Arial, Helvetica, sans-serif;
}