← HTML + CSS

Erro no Opera e Chrome

Lida 1808 vezes

Offline

Tjda 
Membro
Mensagens 690 Gostos 9
Troféus totais: 31
Trófeus: (Ver todos)
Mobile User Windows User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3

Código: [Seleccione]
<?php
/**
* @version $Id: sobi2.details.tmpl.php 4987 2009-04-03 11:05:29Z Radek Suski $
* @package: Sigsiu Online Business Index 2
* ===================================================
* @author
* Name: Sigrid & Radek Suski, Sigsiu.NET
* Email: sobi@sigsiu.net
* Url: http://www.sigsiu.net
* ===================================================
* @copyright Copyright (C) 2006 - 2009 Sigsiu.NET (http://www.sigsiu.net). All rights reserved.
* @license see http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL.
* You can use, redistribute this file and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation.
*/

/*please do not remove this line */
defined'_SOBI2_' ) || ( trigger_error("Restricted access"E_USER_ERROR) && exit() );

/* ------------------------------------------------------------------------------
 * This is the template for the Details View
 * ------------------------------------------------------------------------------
 */
?>

<?php HTML_SOBI::renewal$config,$mySobi ); ?>
<table>
 <tbody>
  <tr>
   <td>
    <div style="background:#f7f7f7; border:1px; border-color:#ebebeb; padding-bottom:2px;">
     <p style="text-align: center;">
      <?php echo $img?>
     </p>
    </div>
   </td>
  </tr>
 </tbody>
</table>
<div style="margin-bottom:5px; margin-top:5px; background:#f7f7f7; border:1px; border-color:#ebebeb;">
 <h1 align="left">
  <?php echo $mySobi->title?>
 </h1>
</div>
<p>
 <img style="margin-top:4px; margin-right: 2px; margin-bottom: 2px; margin-left: 10px; float: right;" src="http://biovolts.com/imagens/Sobredotado-(ve).jpg" alt="gow3-mini" width="300" height="250" />
</p>
<p style="text-align: justify;">
 <?php echo $fieldsFormatted['field_conteudo']; ?>
</p>
<table class="sobi2DetailsFooter" width="100%">
 <tr>
  <td>
  <?php HTML_SOBI::editButtons($config,$mySobi); ?>
  </td>
 </tr>
</table>
<div style="background:#f7f7f7; border:1px; border-color:#ebebeb;">
 <p style="padding-left:5px; padding-top:4px; padding-bottom:4px;">
  <?php echo $fieldsFormatted['field_genero']; ?> |   
  <?php echo $fieldsFormatted['field_produtora']; ?> |
  <?php echo $fieldsFormatted['field_lanamento']; ?> |
  <?php echo $fieldsFormatted['field_preo']; ?>
 </p>
</div>
<div style="background:url(http://mg.biovolts.com/components/com_sobi2/plugins/reviews/images/fundo.png); border:1px; border-color:#ebebeb; margin-top:5px; margin-bottom:1px;">
 <p>
  Avaliação do Autor
 </p>
</div>
<table width="100%" border="0px" align="left" bordercolor="#ebebeb";>
 <tbody>     
  <tr>
   <td style="width: 113px; background: url(http://mg.biovolts.com/components/com_sobi2/plugins/reviews/images/fundo.png);">
        <?php echo $fieldsFormatted['field_pontuao']; ?>
   </td>
   <td style=" width: 496px; background: url(http://mg.biovolts.com/components/com_sobi2/plugins/reviews/images/fundo.png);">
        <?php echo $fieldsFormatted['field_som']; ?>
        <?php echo $fieldsFormatted['field_graficos']; ?>
        <?php echo $fieldsFormatted['field_longevidade']; ?>
        <?php echo $fieldsFormatted['field_jogabilidade']; ?>
   </td>
  </tr>
 </tbody>
</table>
<table width="100%">
 <tbody>
  <tr>
   <td>
    <div style="margin-top: 5px; border: 1px; border-color: #ebebeb; background: url(http://mg.biovolts.com/components/com_sobi2/plugins/reviews/images/fundo.png);">
     <p style="padding-top: 5px; padding-bottom: 5px; padding-left: 5px; font-size: 16px;">
      Avaliação dos Leitores
     </p>
    </div>
    <div>
     <?php echo $plugins['reviews']; ?>
    </div>
   </td>
  </tr>
 </tbody>
</table>
 

 A ultima table deste código abre ao lado da anterior no Opera e Chrome, alguém sabe o que estou a fazer mal ? ela devia abrir por baixo !