Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/11/2009, 20:07
Avatar de iimeh
iimeh
 
Fecha de Ingreso: septiembre-2009
Mensajes: 25
Antigüedad: 14 años, 7 meses
Puntos: 2
Respuesta: Problema con IE y Agenda PHP

ok bno gracias por tu consejo pero ia encontre media solucion y aunke si tenias razon no es del php, es de el php k incrusta la tabla

--------------------------------------------------------------------------------------------------
codigo original

//check if the date is today
if($date_form == $today)
{
echo ' class="today"';
}

//check if any event stored for the date
if(array_key_exists($day,$events))
{
//adding the date_has_event class to the <td> and close it
echo '<div class="date_has_event"><font color="red"><strong>'.$day.'</strong></font>';

//adding the eventTitle and eventContent wrapped inside <span> & <li> to <ul>
echo '<div class="events"><ul><strong>'.$events[$day].'</strong></ul></div></td>';
}
else

-----------------------------------------------------------------------------
la linea anterior hay k cambiarla por esta

//check if the date is today
if($date_form == $today)
{
echo ' class="today>"';
}

//check if any event stored for the date
if(array_key_exists($day,$events))
{
//adding the date_has_event class to the <td> and close it
echo ' class="date_has_event"><font color="red"><strong>'.$day.'</strong></font>';

//adding the eventTitle and eventContent wrapped inside <span> & <li> to <ul>
echo '<div class="events"><ul><strong>'.$events[$day].'</strong></ul></div></td>';
}
else

hay k recordar dejar el spacio en la clase date event porque si no quedaria

<tdclass=xxxxxxxx> y esta sentencia no existe debe quedar <td class=xxx> a mi me paso y me hiso sufrir jajajaja


ahora el ultimo detalle ocurre k en IE no se ve los div arriba de la tabla es decir k cada evento se ve cortado por la siguiente celda estoy deacuerdo k debe ser en el css ese problema pero seguire buscando o esperar a k me muevan de foro, cualkier cosa les aviso si keda