Link to home
Start Free TrialLog in
Avatar of Stewones
Stewones

asked on

float problems with ie

Hello there!

in firefox the style float:right work perfect in the <td> structure of my pagination (1,2..) , but, in ie this not work.

in the code, this is the line for pagination
<td width="40%" valign="top" style="padding-top: 30px; float: right;"> {$p->show()}</td>

obs¹ im using the template engine Smarty
obs² {$p->show()} is output for my pagination.

www.webcube.com.br/cja/eventos/

Im Brazilian, sorry the bad english ;x
Regards,
Stewan.
<table width="738" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td width="521" valign="top" style="padding-right: 15px;"><table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td width="40%" valign="top"><img src="/{$app_folder}/images/title_eventos.png" /></td>
          <td width="40%" valign="top" style="padding-top: 30px; float: right;"> {$p->show()}</td>
          <td width="20%" align="right" valign="middle">{$voltar}</td>
        </tr>
      </table></td>
      <td width="217" rowspan="2" align="center" valign="top" >{include file="right.tpl"}</td>
    </tr>
    <tr>
      <td valign="top" style="padding-right: 15px; padding-left: 15px;">
      
      {if !$subPage }
            
            {section name=linha loop=$Eventos}
<p>
  <strong>" {$Eventos[linha].titulo} ({$Eventos[linha].data})</strong><br />
	<a href="/{$app_folder}/eventos/{$Eventos[linha].id}/">{$Eventos[linha].texto}</a>
</p><br />
{/section}
 
      {/if}
      
      
    
        
     </td>
    </tr>
  </table>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of David S.
David S.
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.