Jump to content
Fórum Script Brasil
  • 0

<td> não aceita fundo


Carlos Rocha

Question

Pessoal. Bom dia!

Tenho essa seguinte pagina principal:

<?php 
  header  ("Content-Type: text/html; charset=utf-8"); 
  include ("global/config/conexao.php");
  include ("global/config/constantes.php"); 
  include ("global/funcoes_php/foto_exibe.php"); 
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo titulo_empresa;?></title>
<?php  include ("global/config/campos_meta.php"); ?>
<link rel="stylesheet" type="text/css" href="global/config/body.css" /></link>
</head>
<body>
<table width="1000px" align="center">
  <tr><td align="center"><?php include("global/topo.php");   ?></td></tr>
  <tr><td align="center"><?php include("global/menu.php");   ?></td></tr>
  <tr><td align="left"><?php include("index_conteudo.php");   ?></td></tr>
  <tr><td align="center" class="basesite"><?php include("global/base.php");   ?></td></tr>
</table>
</body>
</html>
Na última <td> dessa tabela, tenho uma chamada à classe base site que coloca um fundo na pagina incluída. Mas o fundo não esta não esta aparecendo. Apenas as bordas da fundo aparecem. Mas, se eu retirar da pagina principal a chamada ao script css e colocar o css diretamente na TD aí funciona. Onde estará o erro? Segue o código do CSS
*
{
    background-color:#E1FFFC;    
}
body 
{    
 position:absolute;
 left:50%;
 width:1000px;
 margin-left:-500px;
 font-family: Arial, Helvetica, sans-serif;
 font-size:16px;
}
.basesite
{
  background-image:url("../../img/fundobase.png");
  background-repeat:no-repeat;
}
Segue o código do index_conteudo.php
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<table align="center">
 <tr>
  <td align="left" width="700px">
    <?php
     echo endereco_site." - ".tel_site;
     echo "<br />";
     echo www." - ".ano_site;
    ?>
  </td>
    <td align="right" width="300px">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="188,85" height="58,55" id="FlashID" title="Logo Carcleo">
        <param name="movie" value="img/logocarcleo.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="transparent" />
        <param name="swfversion" value="6.0.65.0" />
        <!-- Esta tag param solicita que os usuários com o Flash Player 6.0 r65 e versões posteriores baixem a versão mais recente do Flash Player. Exclua-o se você não deseja que os usuários vejam o prompt. -->
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- A tag object a seguir aplica-se a navegadores que não sejam o IE. Portanto, oculte-a do IE usando o IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="img/logocarcleo.swf" width="188,85" height="58,55">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="6.0.65.0" />
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- O navegador exibe o seguinte conteúdo alternativo para usuários que tenham o Flash Player 6.0 e versões anteriores. -->
          <div>
            <h4>O conte&uacute;do desta p&aacute;gina requer uma vers&atilde;o mais recente do Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Obter Adobe Flash player"  width="188,85" height="58,55"/></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
    </object></td>
  </tr>
</table>
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>

No aguardo.;

Edited by Carlos Rocha
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Na verdade você está chamando o *{} que engloba tudo, ou seja, ele vai deixar tudo preto, é por isso que você só ta vendo as bordas... eu aconselharia jogar o background-color dentro do body, e tirar esse *... Ai toda vez q você criar algo que tem fundo e você quer ele preto, você vai e poe a linha...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652.1k
×
×
  • Create New...