Background errado ;x
2 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Background errado ;x
Qual é minha questão:
meu background ta errado
Medidas que eu tomei para corrigir o problema:
'
Links e imagens do meu problema:
'
Endereço do meu fórum:
Versão do meu fórum:
meu background ta errado
- Código:
Pixeleiros Fórum
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#aaa;
text-decoration:underline;
}
[url=http://www.forumeiros.com] [/url]
Pixeleiros Forum - O Verdadeiro!
Conteudos relacionados a Habbo
Tutoriais | Dicas | Download | Fontes | Galeria
Streaming e Hospedagem de Qualidade
Pixeleiros Hotel - Qualidade e Diversão ! [img(1350,630)]http://i39.tinypic.com/i5t5zt.png[/img]
[list]
[*][url=http://ajuda.forumeiros.com//]Indice[/url]
[*][url=http://ajuda.forumeiros.com//forum]Forum[/url]
[*][url=http://ajuda.forumeiros.com//c2-habbo]Habbo[/url]
[*][url=http://ajuda.forumeiros.com//c6-design]Design[/url]
[*][url=http://zirdhost.net]Zird Host[/url]
[*][url=http://happyhp.tk]Happy Hotel[/url]
[/list]
Medidas que eu tomei para corrigir o problema:
'
Links e imagens do meu problema:
'
Endereço do meu fórum:
Versão do meu fórum:
Re: Background errado ;x
Olá, entenda o codigo
- Spoiler:
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Pixeleiros Fórum</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="http://espions.webs.com/style.css" type="text/css" media="screen">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão 1.0 ///-->
<!--/ Pixeleiros. ///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
<body background="https://2img.net/h/oi39.tinypic.com/i5t5zt.png">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:#aaa;
text-decoration:underline;
}
body {
background-image: url('URL DA IMAGEM') !important;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<div>
<span class="reference">
<a href="https://www.forumeiros.com" target="_Blank" alt=" "> </a> </span> </div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Pixeleiros Forum - O Verdadeiro!</span></div>
<div><span>Conteudos relacionados a Habbo</span></div>
<div><span>Tutoriais | Dicas | Download | Fontes | Galeria </span></div>
<div><span>Streaming e Hospedagem de Qualidade </span></div>
<div><span>Pixeleiros Hotel - Qualidade e Diversão ! </span></div>
</div>
<img src="https://2img.net/h/oi39.tinypic.com/i5t5zt.png" width="1350" height="630">
<ul id="slidingMenu" class="slidingMenu">
<li><a href="/">Indice</a></li>
<li><a href="/forum" title="">Forum</a></li>
<li><a href="/c2-habbo" title="">Habbo</a></li>
<li><a href="/c6-design" title="">Design</a></li>
<li><a href="http://zirdhost.net" title="">Zird Host</a></li>
<li><a href="http://happyhp.tk" title="">Happy Hotel</a></li>
<body background="https://2img.net/h/oi39.tinypic.com/i5t5zt.png">
</ul>
</body>
</html>
<body background="https://2img.net/h/oi39.tinypic.com/i5t5zt.png">
Tópicos semelhantes
» Background do porta diferente do background do forum
» Favicon errado
» Horario errado
» O Que há de errado no código?
» Logo errado
» Favicon errado
» Horario errado
» O Que há de errado no código?
» Logo errado
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos