Hola , pues sigo dando vueltas para que mi menu se vea en ie6 y no consigo nada , he probado los parches que hay en web y o no lo hago bien o algo falla , ¿me hechais una mano por favor?
www.elejimos.com
| |||
compatibilad ie6 Hola , pues sigo dando vueltas para que mi menu se vea en ie6 y no consigo nada , he probado los parches que hay en web y o no lo hago bien o algo falla , ¿me hechais una mano por favor? www.elejimos.com |
| |||
Respuesta: compatibilad ie6 podrias empezar por pegar el code de lo que necesitas compatibilizar.. aqui son programadores no adivinos |
| |||
Respuesta: compatibilad ie6 Gracias por contestar hidek , pero esque no se que tengo que compatibilizar , yo tengo una web que estoy creando y puse un menu el cual cuando me meto con ie6 , no funciona, se ve de forma rara y no salen los links , si fueras tan amable dime qe archivo debo de poner aqui para que me lo veais. un saludo |
| |||
Respuesta: compatibilad ie6 Hola... no hay nadie que me heche una manita? he intentado de todo, hasta me he instalado el ie6 en el ordenador , para probar , pero el menu sigue sin funcionar , ya no se que hacer. ayuda porfa. un saludo www.elejimos.com |
| ||||
Respuesta: compatibilad ie6 Hola: Yo no tengo IE6 así que dificilmente puedo ayudarte, solo puedo indicarte los ejemplos de menús que hay en las FAQ's de CSS, que se que funcionan en IE6, igual te sirve alguno adaptándolo a tu página. Saludos. |
| |||
Respuesta: compatibilad ie6 ya , esque es totalmente diferente , el codigo de mi menu , a los que he visto en los ejemplos. na borrare el menu completo y hare uno con el codigo de uno de los ejemplos que me habeis dado. |
| |||
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; } |