Caixa top 5
3 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 • Compartilhe
Caixa top 5
Qual é minha questão:
Ola, queria deixar minha caixa de "top 5" com a dimensao maior como mostra a imagem abaixo
Meus dodigos css sao esse
Endereço do meu fórum:
http://familiabourne.forumbrasil.net
Versão do fórum:
PHPBB3
Ola, queria deixar minha caixa de "top 5" com a dimensao maior como mostra a imagem abaixo
Meus dodigos css sao esse
- Código:
<div align="center">
<style>.picshow{z-index:444;position:relative;background-color:#ffffff;width:100%;height:135px}.picshow_main{position:relative;width:180px;height:135px}.picshow_main .imgbig{filter:progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4,motion=forward);width:180px;height:135px}.picshow_change{position:absolute;text-align:left;bottom:0px;height:30px;right:5px;left:60px}.picshow_change img{width:15px;height:15px}.picshow_change a{border:1px solid;display:block;float:left;margin-right:5px;-display:inline}a.axx{border-color:#555}a.axx:hover{border-color:#000}a.axx img{filter:alpha(opacity=40);opacity:0.4;-moz-opacity:0.4}a.axx:hover img{filter:alpha(opacity=100);opacity:1.0;-moz-opacity:1.0}a.bxx{border-color:#000}a.bxx:hover{border-color:#000}img{border:0px}</style><script>var counts = 5;
img1 = new Image();
img1.src = 'http://imageshack.com/a/img33/5871/p367.png';
img2 = new Image();
img2.src = 'http://imageshack.com/a/img812/5489/2m03.png';
img3 = new Image();
img3.src = 'http://imageshack.com/a/img835/5236/fuuh.png';
img4 = new Image();
img4.src = 'http://imageshack.com/a/img835/5236/fuuh.png';
img5 = new Image();
img5.src = 'http://imageshack.com/a/img835/5236/fuuh.png';
var smallImg = new Array();
smallImg[0] = 'http://2img.net/i/fa/optimisation_fdf/common/bouton1.gif';
smallImg[1] = 'http://2img.net/i/fa/optimisation_fdf/common/bouton2.gif';
smallImg[2] = 'http://2img.net/i/fa/optimisation_fdf/common/bouton3.gif';
smallImg[3] = 'http://i.imgur.com/j9q7B.png';
smallImg[4] = 'http://i.imgur.com/mzFKQ.png';
url1 = 'http://www.brasilplaycity.com.br/';
url2 = 'http://familiabourne.besaba.com/';
url3 = 'http://familiabourne.forumbrasil.net/';
url4 = 'http://familiabourne.forumbrasil.net/ ';
url5 = 'http://familiabourne.forumbrasil.net/';
alt1 = new Image();
alt1.alt = 'Clique e confira!';
alt2 = new Image();
alt2.alt = 'Naruto Reborn';
alt3 = new Image();
alt3.alt = 'Brasil Designer Forever';
alt4 = new Image();
alt4.alt = 'Brasil Designer Forever';
alt5 = new Image();
alt5.alt = 'Brasil Designer Forever';
var nn = 1;
var key = 0;
function change_img() {
if (key == 0) {
key = 1;
} else if (document.all) {
document.getElementById("pic").filters[0].Apply();
document.getElementById("pic").filters[0].Play(duration = 2);
}
eval('document.getElementById("pic").src=img' + nn + '.src');
eval('document.getElementById("url_theme").href=url' + nn);
eval('document.getElementById("pic").alt=alt' + nn + '.alt');
if (nn == 1) {
document.getElementById("url_theme").target = "_blank";
document.getElementById("url_theme").style.cursor = "pointer";
} else {
document.getElementById("url_theme").target = "_blank"
document.getElementById("url_theme").style.cursor = "pointer"
}
for ( var i = 1; i <= counts; i++) {
document.getElementById("xxjdjj" + i).className = 'axx';
}
document.getElementById("xxjdjj" + nn).className = 'bxx';
nn++;
if (nn > counts) {
nn = 1;
}
tt = setTimeout('change_img()', 4000);
}
function changeimg(n) {
nn = n;
window.clearInterval(tt);
change_img();
}
function ImageShow() {
document.write('<div class="picshow_main">');
document.write('<div><a id="url_theme"><img id="pic" class="imgbig" /></a></div>');
document.write('<div class="picshow_change">');
for ( var i = 0; i < counts; i++) {
document.write('<a href="javascript:changeimg(' + (i + 1)
+ ');" id="xxjdjj' + (i + 1)
+ '" class="axx" target="_self"><img src="' + smallImg[i]
+ '"></a>');
}
document.write('</div></div>');
change_img();
}</script><script>ImageShow()</script>
</div>
Endereço do meu fórum:
http://familiabourne.forumbrasil.net
Versão do fórum:
PHPBB3
Última edição por wallace_rodrigues em 16.03.14 23:47, editado 1 vez(es)
Re: Caixa top 5
Olá amigo, pode nos informar o site de onde viu isso ?
Re: Caixa top 5
Olá,
Altere o código por este
Até
Altere o código por este
- Código:
<div align="center">
<style>.picshow{z-index:444;position:relative;background-color:#ffffff;width:100%;height:135px}.picshow_main{position:relative;width:180px;height:135px}.picshow_main .imgbig{filter:progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4,motion=forward);width: 280px;
height: 135px;
margin-left: -50px;
}.picshow_change{position:absolute;text-align:left;bottom:0px;height:30px;right:5px;left:60px}.picshow_change img{width:15px;height:15px}.picshow_change a{border:1px solid;display:block;float:left;margin-right:5px;-display:inline}a.axx{border-color:#555}a.axx:hover{border-color:#000}a.axx img{filter:alpha(opacity=40);opacity:0.4;-moz-opacity:0.4}a.axx:hover img{filter:alpha(opacity=100);opacity:1.0;-moz-opacity:1.0}a.bxx{border-color:#000}a.bxx:hover{border-color:#000}img{border:0px}</style><script>var counts = 5;
img1 = new Image();
img1.src = 'http://imageshack.com/a/img33/5871/p367.png';
img2 = new Image();
img2.src = 'http://imageshack.com/a/img812/5489/2m03.png';
img3 = new Image();
img3.src = 'http://imageshack.com/a/img835/5236/fuuh.png';
img4 = new Image();
img4.src = 'http://imageshack.com/a/img835/5236/fuuh.png';
img5 = new Image();
img5.src = 'http://imageshack.com/a/img835/5236/fuuh.png';
var smallImg = new Array();
smallImg[0] = 'http://2img.net/i/fa/optimisation_fdf/common/bouton1.gif';
smallImg[1] = 'http://2img.net/i/fa/optimisation_fdf/common/bouton2.gif';
smallImg[2] = 'http://2img.net/i/fa/optimisation_fdf/common/bouton3.gif';
smallImg[3] = 'http://i.imgur.com/j9q7B.png';
smallImg[4] = 'http://i.imgur.com/mzFKQ.png';
url1 = 'http://www.brasilplaycity.com.br/';
url2 = 'http://familiabourne.besaba.com/';
url3 = 'http://familiabourne.forumbrasil.net/';
url4 = 'http://familiabourne.forumbrasil.net/ ';
url5 = 'http://familiabourne.forumbrasil.net/';
alt1 = new Image();
alt1.alt = 'Clique e confira!';
alt2 = new Image();
alt2.alt = 'Naruto Reborn';
alt3 = new Image();
alt3.alt = 'Brasil Designer Forever';
alt4 = new Image();
alt4.alt = 'Brasil Designer Forever';
alt5 = new Image();
alt5.alt = 'Brasil Designer Forever';
var nn = 1;
var key = 0;
function change_img() {
if (key == 0) {
key = 1;
} else if (document.all) {
document.getElementById("pic").filters[0].Apply();
document.getElementById("pic").filters[0].Play(duration = 2);
}
eval('document.getElementById("pic").src=img' + nn + '.src');
eval('document.getElementById("url_theme").href=url' + nn);
eval('document.getElementById("pic").alt=alt' + nn + '.alt');
if (nn == 1) {
document.getElementById("url_theme").target = "_blank";
document.getElementById("url_theme").style.cursor = "pointer";
} else {
document.getElementById("url_theme").target = "_blank"
document.getElementById("url_theme").style.cursor = "pointer"
}
for ( var i = 1; i <= counts; i++) {
document.getElementById("xxjdjj" + i).className = 'axx';
}
document.getElementById("xxjdjj" + nn).className = 'bxx';
nn++;
if (nn > counts) {
nn = 1;
}
tt = setTimeout('change_img()', 4000);
}
function changeimg(n) {
nn = n;
window.clearInterval(tt);
change_img();
}
function ImageShow() {
document.write('<div class="picshow_main">');
document.write('<div><a id="url_theme"><img id="pic" class="imgbig" /></a></div>');
document.write('<div class="picshow_change">');
for ( var i = 0; i < counts; i++) {
document.write('<a href="javascript:changeimg(' + (i + 1)
+ ');" id="xxjdjj' + (i + 1)
+ '" class="axx" target="_self"><img src="' + smallImg[i]
+ '"></a>');
}
document.write('</div></div>');
change_img();
}</script><script>ImageShow()</script>
</div>
Até
Re: Caixa top 5
:-EraGon-: escreveu:Olá amigo, pode nos informar o site de onde viu isso ?
O de voces
Re: Caixa top 5
Não entendi muito bem sua questão, você disse que queria almentar seu TOP 5 igual o nosso, mas na imagem está maior que o nosso
Mesmo assim, se modificar um widget afetará todos os outros, pode ser ?
Mesmo assim, se modificar um widget afetará todos os outros, pode ser ?
Tópicos semelhantes
» Eu queria tirar essa imagem preta que fica por trás da minha caixa "caixa do topico"
» Colocar linha que divide a caixa de mensagem da caixa de perfil
» Personalizar caixa de texto e caixa de smileys
» Como fazer aparecer na sua caixa de entrada o quanto sua caixa de entrada está cheia por meio de uma barra?
» Caixa de busca e Caixa dos Grupos
» Colocar linha que divide a caixa de mensagem da caixa de perfil
» Personalizar caixa de texto e caixa de smileys
» Como fazer aparecer na sua caixa de entrada o quanto sua caixa de entrada está cheia por meio de uma barra?
» Caixa de busca e Caixa dos Grupos
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