Jump to content


Photo

Problemas No Layout..


  • Faça o login para participar
3 replies to this topic

#1 plugsite

plugsite

    Novato no fórum

  • Banidos
  • 23 posts
  • Sexo:Não informado

Posted 20/05/2007, 15:01

Olá... seguinte, ao abri meu site www.plugsite.net no mozzila... 100% normal.. agora se possivel abral no internet explorer de você e vejam como fica.. alguem pode me ajudar a concertar esse tanto de bugs?

#2 ThalesWeb

ThalesWeb

    Veterano

  • Usuários
  • 1435 posts
  • Sexo:Masculino
  • Localidade:São Paulo - SP

Posted 20/05/2007, 20:58

Certamente não têem a ver com PHP. É tudo erro de formatação, javascript, css, html...
Thales Santos

#3 plugsite

plugsite

    Novato no fórum

  • Banidos
  • 23 posts
  • Sexo:Não informado

Posted 21/05/2007, 13:18

ta e... oque faço para resolver..

#4 hughet

hughet

    Novato no fórum

  • Usuários
  • 8 posts
  • Sexo:Não informado

Posted 21/05/2007, 15:03

O IE 6 não suporta PNG-24, Ai ele faz aquela bicheira :P
Você vai ter que usar GIF's mas ai fica "mal feito", melhor você usar JPG fatiando aquela imagem todinha e botando em uma tabela, essa é minha dica!

Vou fatiar pra você e mandar a tabela pronta, ai é só você por :D
Espera ai!

Eu botei as fotos fatiadas dentro desse aquivo .rar:
Link pra donwload (rapidshare):

http://rapidshare.co...8/Topo.rar.html

E no seu site, ao invez de:
<tr>
<th height="135" colspan="3" align="right" valign="middle" background="imagens/topo.jpg"><a href="index.php?act=home"><img src="imagens/botao1.png" alt="" width="114" height="39" border="0" /></a><a  href="index.php?act=sobre">(..etc, etc...)</a><a href="index.php?act=contato"><img src="imagens/botao6.png" alt="" width="92" height="39" border="0" /></a><img src="imagens/space.png" width="50" height="39" alt="" /></th>
</tr>

Você vai botar uma tabela dentro de outra:

<table id="table" width="771" height="135" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="3">
<img src="images/pt1.jpg" width="315" height="135"></td>
<td colspan="8">
<img src="images/pt2.gif" width="456" height="53"></td>
</tr>
<tr>
<td><img src="images/pt3.gif" width="36" height="29"></td>
<td><a href="#">
<img src="images/bt1.gif" width="79" height="29"></a></td>
<td><a href="#">
<img src="images/bt2.gif" width="63" height="29"></a></td>
<td><a href="#">
<img src="images/bt3.gif" width="50" height="29"></a></td>
<td><a href="#">
<img src="images/bt4.gif" width="41" height="29"></a></td>
<td><a href="#">
<img src="images/bt5.gif" width="47" height="29"></a></td>
<td><a href="#">
<img src="images/bt6.gif" width="46" height="29"></a></td>
<td>
<img src="images/pt4.gif" width="94" height="29"></td>
</tr>
<tr>
<td colspan="8">
<img src="images/pt5.gif" width="456" height="53"></td>
</tr>
</table>


E pra tirar a borda dos botões você bota, na tag <head> do html:

<style type="text/css">
#table img {
   border : none;
}
</style>

Qualquer dúvida...

Edição feita por: hughet, 21/05/2007, 15:04.





1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq