Pessoal seguinte , estou fazendo um site com CMS (joomla!) porém o cabeçaçho tinha qe ser em Flash, como é tudo CSS joguei o Flash por cima da imagem do cabeçalho, no Firefox e Chrome Funcionou na boa, porém tá dando erro no IE6 e IE7, fica desestruturado, o .swf fica onde tem qe ficar, mas a imagem do cabeçalho e o top menu, vão para o lado direito, dando scroll horizontal ¬¬
alguém pode dar uma ajuda ai?
PS: no IE 8 funciona normal tb
Código do index:
<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!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" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/<?php echo $this->params->get("layout"); ?>_<?php echo $this->params->get("menulayouts"); ?>.css" rel="stylesheet" type="text/css" />
<link href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template?>/css/<?php echo $this->params->get("fontp"); ?>.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
</head>
<body>
<div id="container"><object height="146" width="972" data="cabecalho2.swf" type="application/x-shockwave-flash" align="left">
<param value="transparent" name="wmode"/>
<PARAM NAME=scale VALUE=exactfit>
<PARAM NAME=quality VALUE=high>
<param value="cabecalho2.swf" name="movie"/>
</object>
<div id="header">
<div></div>
<div id="topmenu"><jdoc:include type="modules" name="user3" /></div>
</div>
<div id="content">
<div id="left">
<jdoc:include type="modules" name="left" style="rounded" />
<jdoc:include type="modules" name="user5" style="xhtml" />
</div>
<div id="main">
<jdoc:include type="message" />
<?php if($this->params->get('mainnews')) : ?><div id="mainnews"><jdoc:include type="modules" name="top" style="xhtml" /></div><?php endif; ?>
<?php if($this->params->get('latest')) : ?><div id="mainbox1"><jdoc:include type="modules" name="user1" style="xhtml" /></div>
<div id="mainbox2"><jdoc:include type="modules" name="user2" style="xhtml" /></div>
<div id="mainbox3"><jdoc:include type="modules" name="user6" style="xhtml" /></div>
<?php endif; ?>
<div id="mainbox3"><jdoc:include type="component" />
<p align="center" style="margin-bottom: 0"> </p></div>
</div>
<div id="right">
<jdoc:include type="modules" name="right" style="xhtml"/>
</div>
</div>
<div id="footer">
<jdoc:include type="modules" name="footer" style="xhtml" />
</div>
<div id="copyright"></div>
</div>
<jdoc:include type="modules" name="debug" />
</body>
</html>se precisar de print avisai
Edição feita por: Will C, 01/02/2010, 13:43.














