Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/10/2012, 07:29
debalde69
 
Fecha de Ingreso: octubre-2012
Mensajes: 4
Antigüedad: 11 años, 6 meses
Puntos: 0
Respuesta: IE y la web demo Cool jQuery Site Collapsing vertical Navigation

Pues vaya. Lo primero gracias por responder , te lo agradezco. El caso es que yo la cargo directamente en IE y va mal , no hago nada mas...No me habia fijado en las instrucciones/explicaciones del codigo , que estan debajo de la opcion de demo y download y en un momento dado dice :

-We will give each item a box shadow so that the layering becomes visible. (That does not work in IE yet, so you will have to add a border or some other background image that enhances this.)

The title in each menu element will have a dark background with a subtle shadow around:
01 span.cc_title{
02 color:#fff;
03 font-size:16px;
04 top:200px;
05 left:5px;
06 position:absolute;
07 padding:3px 0px;
08 background:#111;
09 width:130px;
10 display:block;
11 z-index:11;
12 -moz-box-shadow:1px 1px 4px #000;
13 -webkit-box-shadow:1px 1px 4px #000;
14 box-shadow:1px 1px 4px #000;
15 }

Seguramente estare haciendo algo mal pero la reseña esta si que comenta que en IE no va bien y hay que hacerle algun que otro cambio.Gracias de nuevo hasdpk.