Duvida Zoom No BG
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Duvida Zoom No BG
Qual é minha questão:
Olá, consigui um codigo html para minha pagina inicial , porém o bg esta com zoom sem nem solicitar o codigo .
BG : https://i.imgur.com/Z3ya3.jpg
Olha Como Fica : http://top-styleart.forumeiros.com/
HTML :
Medidas que eu tomei para corrigir o problema:
Nenhuma.
Links e imagens do meu problema:
http://top-styleart.forumeiros.com/
Endereço do meu fórum:
http://top-styleart.forumeiros.com/
Versão do meu fórum:
PHPBB2
Olá, consigui um codigo html para minha pagina inicial , porém o bg esta com zoom sem nem solicitar o codigo .
BG : https://i.imgur.com/Z3ya3.jpg
Olha Como Fica : http://top-styleart.forumeiros.com/
HTML :
- Código:
<!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>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>♦ Top Style Art ♦</title>
<style type="text/css">
body {
margin-top:12%;
margin-left:5%;
margin-right:15%;
margin-bottom:5%;
background-color:rgb(0,0,0);
background-image:url(http://i.imgur.com/Z3ya3.jpg);
background-position:center center;
background-repeat:no-repeat;
background-attachment:fixed;
font-family:HandelGotDlig, sans-serif;
font-size:11px;
color:rgb(153,153,153);
border-width:0px;
}
a:link {
color:rgb(191,186,181);
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a:active {
text-decoration:none;
}
#Layer1 {
position:relative;
width:25px;
height:25px;
z-index:1;
left:1px;
top:1px;
}
#Layer2 {
position:relative;
width:25px;
height:25px;
z-index:4;
left:1px;
margin-top:10px;
}
#Layer3 {
position:relative;
width:25px;
height:25px;
z-index:6;
left:1px;
margin-top:10px;
}
#Layer4 {
position:relative;
width:25px;
height:25px;
z-index:8;
left:1px;
margin-top:10px;
}
#Layer5 {
position:relative;
width:25px;
height:25px;
z-index:10;
left:1px;
margin-top:10px;
}
#Layer6 {
position:relative;
width:25px;
height:25px;
z-index:12;
left:1px;
margin-top:10px;
}
td.c1 {
background-color: #333333;
}
</style>
</head>
<body>
<span class="c1"></span><span class="c1"><a href="http://topdesign.forumeiros.com/portal"><img src="http://yourimg.in/m/w7jhyk9.png" alt="G" border="0"/></a></span> <a href="http://topdesign.forumeiros.com/forum"><img src="http://yourimg.in/m/9655zrj.png" alt="S" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f49-competicoes"><img src="http://yourimg.in/m/164k5s9.png" alt="V" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/c6-tutoriais"><img src="http://yourimg.in/m/oz7n80k.png" alt="D" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f12-atualiacoes-e-novidades"><img src="http://yourimg.in/m/6bgjkx3.png" alt="W" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f67-staff"><img src="http://yourimg.in/m/3l5u796.png" alt="S" border="0"/></a></span>
<div id="Layer1">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer2">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer3">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer4">
<table>
<tr>
<td class="c1" width="24" height="24"> </td>
</tr>
</table>
</div>
<div id="Layer5">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer6">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
</body>
</html>
<a href="http://www.forumeiros.com" target="_blank"></a>
Medidas que eu tomei para corrigir o problema:
Nenhuma.
Links e imagens do meu problema:
http://top-styleart.forumeiros.com/
Endereço do meu fórum:
http://top-styleart.forumeiros.com/
Versão do meu fórum:
PHPBB2
Re: Duvida Zoom No BG
Troca por este
- Código:
<!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>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>♦ Top Style Art ♦</title>
<style type="text/css">
body {
background-image:url(http://i.imgur.com/Z3ya3.jpg);
}
a:link {
color:rgb(191,186,181);
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a:active {
text-decoration:none;
}
#Layer1 {
position:relative;
width:25px;
height:25px;
z-index:1;
left:1px;
top:1px;
}
#Layer2 {
position:relative;
width:25px;
height:25px;
z-index:4;
left:1px;
margin-top:10px;
}
#Layer3 {
position:relative;
width:25px;
height:25px;
z-index:6;
left:1px;
margin-top:10px;
}
#Layer4 {
position:relative;
width:25px;
height:25px;
z-index:8;
left:1px;
margin-top:10px;
}
#Layer5 {
position:relative;
width:25px;
height:25px;
z-index:10;
left:1px;
margin-top:10px;
}
#Layer6 {
position:relative;
width:25px;
height:25px;
z-index:12;
left:1px;
margin-top:10px;
}
td.c1 {
background-color: #333333;
}
</style>
</head>
<body>
<span class="c1"></span><span class="c1"><a href="http://topdesign.forumeiros.com/portal"><img src="http://yourimg.in/m/w7jhyk9.png" alt="G" border="0"/></a></span> <a href="http://topdesign.forumeiros.com/forum"><img src="http://yourimg.in/m/9655zrj.png" alt="S" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f49-competicoes"><img src="http://yourimg.in/m/164k5s9.png" alt="V" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/c6-tutoriais"><img src="http://yourimg.in/m/oz7n80k.png" alt="D" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f12-atualiacoes-e-novidades"><img src="http://yourimg.in/m/6bgjkx3.png" alt="W" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f67-staff"><img src="http://yourimg.in/m/3l5u796.png" alt="S" border="0"/></a></span>
<div id="Layer1">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer2">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer3">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer4">
<table>
<tr>
<td class="c1" width="24" height="24"> </td>
</tr>
</table>
</div>
<div id="Layer5">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer6">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
</body>
</html>
<a href="http://www.forumeiros.com" target="_blank"></a>
Re: Duvida Zoom No BG
Olá!
Substitua por esse código:
Até mais.
Substitua por esse código:
- Código:
<!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>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>♦ Top Style Art ♦</title>
<style type="text/css">
body {
background-image:url(http://i.imgur.com/Z3ya3.jpg);
background-repeat:no-repeat;
background-size:100% auto;
}
a:link {
color:rgb(191,186,181);
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}
a:active {
text-decoration:none;
}
#Layer1 {
position:relative;
width:25px;
height:25px;
z-index:1;
left:1px;
top:1px;
}
#Layer2 {
position:relative;
width:25px;
height:25px;
z-index:4;
left:1px;
margin-top:10px;
}
#Layer3 {
position:relative;
width:25px;
height:25px;
z-index:6;
left:1px;
margin-top:10px;
}
#Layer4 {
position:relative;
width:25px;
height:25px;
z-index:8;
left:1px;
margin-top:10px;
}
#Layer5 {
position:relative;
width:25px;
height:25px;
z-index:10;
left:1px;
margin-top:10px;
}
#Layer6 {
position:relative;
width:25px;
height:25px;
z-index:12;
left:1px;
margin-top:10px;
}
td.c1 {
background-color: #333333;
}
</style>
</head>
<body>
<span class="c1"></span><span class="c1"><a href="http://topdesign.forumeiros.com/portal"><img src="http://yourimg.in/m/w7jhyk9.png" alt="G" border="0"/></a></span> <a href="http://topdesign.forumeiros.com/forum"><img src="http://yourimg.in/m/9655zrj.png" alt="S" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f49-competicoes"><img src="http://yourimg.in/m/164k5s9.png" alt="V" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/c6-tutoriais"><img src="http://yourimg.in/m/oz7n80k.png" alt="D" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f12-atualiacoes-e-novidades"><img src="http://yourimg.in/m/6bgjkx3.png" alt="W" border="0"/></a></span> <span class="c1"><a href="http://topdesign.forumeiros.com/f67-staff"><img src="http://yourimg.in/m/3l5u796.png" alt="S" border="0"/></a></span>
<div id="Layer1">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer2">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer3">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer4">
<table>
<tr>
<td class="c1" width="24" height="24"> </td>
</tr>
</table>
</div>
<div id="Layer5">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
<div id="Layer6">
<table>
<tr>
<td class="c1" height="24" width="24"> </td>
</tr>
</table>
</div>
</body>
</html>
<a href="http://www.forumeiros.com" target="_blank"></a>
Até mais.
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos