Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/07/2006, 22:01
gapegito
 
Fecha de Ingreso: mayo-2006
Mensajes: 7
Antigüedad: 17 años, 11 meses
Puntos: 0
Si es posible te adjunto un ejemeplo, el secreto esta en la clave : overflow:hidden

<td align="center">
<div id="container" style="width:100px;height:236px;border:1px solid black;overflow:hidden">
<div id="content" style="position:relative;z-order=-1;top:-14px; left:-3px; width:100px">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100" height="236" id="FusionCharts" align>
<param name="movie" value="FI2_Thermometer.swf">
<param name="FlashVars" value="&amp;dataURL=Data1000.xml&amp;chartWidth=10 0&amp;chartHeight=250">
<param name="quality" value="High">
<param name="bgcolor" value="f7f7f4">
</object>
</div></div>
</td>