Saludos,
disculpen me gustaria en lo posible si me pueden ayudar con este problema:
Utilizo el lightwindow para mostrar imagenes, pero me los presenta muy amplias en IE y el FF funciona OK, a que se puede deber esto, de antemano muchas gracias.
<td width="33%" align="center" style=" border:1px dotted #9fadb5;" valign="top">
<?php $foto="../imagenes/albumes/".$prm002."/".$crow["nomb_foto"]; ?>
<a href="<?php echo $foto; ?>" class="lightwindow page-options" rel="Album[Comites]" title="<?php echo basename(html_entity_decode($crow["nomb_foto"]),".jpg"); ?>" caption="<?php echo basename(html_entity_decode($crow["nomb_foto"]),".jpg"); ?>" author="EAS" params="lightwindow_show_images=2">
<img src="<? echo $crow['path'].'/',$crow['nomb_foto'];?>"width="104" height="98" border="0" align="middle">
</a>
<br/>
<span class="piefoto"><font color="#90bd02"><strong><? echo basename(html_entity_decode(substr($crow["nomb_foto"],0,10)),".jpg"); ?></strong></font></span></td>