Teria como fazer isso ?
4 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
Teria como fazer isso ?
Qual é minha questão:
Eu vi isso num fórum, e gostaria de colocar no meu.
https://2img.net/h/oi48.tinypic.com/2yvnrit.png
Eu vi nesse fórum : http://z3.invisionfree.com/London_91085/index.php
Medidas que eu tomei para corrigir o problema:
Nenhum.
Links e imagens do meu problema:
https://2img.net/h/oi48.tinypic.com/2yvnrit.png
Endereço do meu fórum:
http://rpgheroisdolimpo.forumeiros.com/
Versão do meu fórum:
PHPBB2
Eu vi isso num fórum, e gostaria de colocar no meu.
https://2img.net/h/oi48.tinypic.com/2yvnrit.png
Eu vi nesse fórum : http://z3.invisionfree.com/London_91085/index.php
Medidas que eu tomei para corrigir o problema:
Nenhum.
Links e imagens do meu problema:
https://2img.net/h/oi48.tinypic.com/2yvnrit.png
Endereço do meu fórum:
http://rpgheroisdolimpo.forumeiros.com/
Versão do meu fórum:
PHPBB2
Última edição por Caneta Azul em 15.05.12 0:43, editado 1 vez(es)
Re: Teria como fazer isso ?
Então, é tipo assim
Terá uma imagem ao lado, ai quando passa o mouse por cima, aparece um quadro ao lado, com os link' . Tipo eu colocaria os parceiros, ai quando passasse o mouse por cima iria mostrar os nomes dos parceiros.
Acho que seria mais fácil se vê no próprio fórum : http://z3.invisionfree.com/London_91085/index.php
Terá uma imagem ao lado, ai quando passa o mouse por cima, aparece um quadro ao lado, com os link' . Tipo eu colocaria os parceiros, ai quando passasse o mouse por cima iria mostrar os nomes dos parceiros.
Acho que seria mais fácil se vê no próprio fórum : http://z3.invisionfree.com/London_91085/index.php
Re: Teria como fazer isso ?
Ola,
Vc deseja colocar o seguinte Quadro em qual lugar do forum ?
Ate Mais !
Vc deseja colocar o seguinte Quadro em qual lugar do forum ?
Ate Mais !
Re: Teria como fazer isso ?
Olá!
Tente usar este código:
Atenciosamente,
Shek
Tente usar este código:
- Código:
<script type="text/javascript">
/***********************************************
* Pop-it menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var defaultMenuWidth="150px" //set default menu width.
var linkset=new Array()
//SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT
linkset[0]='<a href="http://z3.invisionfree.com/London_91085/index.php?">Home Page.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?act=Members">Lista de Membros.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=952">Regras.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=7">Lista de Canons.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=950">Lista de Avatares.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=951">Ficha de Inscrição.</a>'
linkset[1]='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=1">The Queen.</a>'
linkset[1]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=107">Deia as Sophia Cooler</a>'
linkset[1]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=100">Lari as Dave Holtz</a>'
linkset[1]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=14">Lola as J.K. Brown</a>'
linkset[11]='<a href="http://z7.invisionfree.com/ooooops/index.php?act=idx?">Oops.</a>'
linkset[11]+='<a href="http://z7.invisionfree.com/_tdn/index.php?">Terra de Ninguém.</a>'
linkset[11]+='<a href="http://z15.invisionfree.com/_homenumrevelium/index.php?act=idx?">Homenum Revelium</a>'
linkset[11]+='<a href="http://acciohogwarts.forumeiros.net/">Accio Hogwarts</a>'
linkset[11]+='<a href="http://z13.invisionfree.com/ignis_o/index.php?">Ignis Orbis</a>'
linkset[11]+='<a href="http://rpgheroisdolimpo.forumeiros.com/h4-portal">Heróis do Olimpo</a>'
////No need to edit beyond here
var ie5=document.all && !window.opera
var ns6=document.getElementById
if (ie5||ns6)
document.write('<div id="popitmenu" onMouseover="clearhidemenu();" onMouseout="dynamichide(event)"></div>')
function iecompattest(){
return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body
}
function showmenu(e, which, optWidth){
if (!document.all&&!document.getElementById)
return
clearhidemenu()
menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu")
menuobj.innerHTML=which
menuobj.style.width=(typeof optWidth!="undefined")? optWidth : defaultMenuWidth
menuobj.contentwidth=menuobj.offsetWidth
menuobj.contentheight=menuobj.offsetHeight
eventX=ie5? event.clientX : e.clientX
eventY=ie5? event.clientY : e.clientY
//Find out how close the mouse is to the corner of the window
var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX
var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<menuobj.contentwidth)
//move the horizontal position of the menu to the left by it's width
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX-menuobj.contentwidth+"px" : window.pageXOffset+eventX-menuobj.contentwidth+"px"
else
//position the horizontal position of the menu where the mouse was clicked
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX+"px" : window.pageXOffset+eventX+"px"
//same concept with the vertical position
if (bottomedge<menuobj.contentheight)
menuobj.style.top=ie5? iecompattest().scrollTop+eventY-menuobj.contentheight+"px" : window.pageYOffset+eventY-menuobj.contentheight+"px"
else
menuobj.style.top=ie5? iecompattest().scrollTop+event.clientY+"px" : window.pageYOffset+eventY+"px"
menuobj.style.visibility="visible"
return false
}
function contains_ns6(a, b) {
//Determines if 1 element in contained in another- by Brainjar.com
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
function hidemenu(){
if (window.menuobj)
menuobj.style.visibility="hidden"
}
function dynamichide(e){
if (ie5&&!menuobj.contains(e.toElement))
hidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
hidemenu()
}
function delayhidemenu(){
delayhide=setTimeout("hidemenu()",500)
}
function clearhidemenu(){
if (window.delayhide)
clearTimeout(delayhide)
}
if (ie5||ns6)
document.onclick=hidemenu
</script>
<style>.hoverbar { width: 80px; height: 267px; background-image: url(http://img.photobucket.com/albums/v638/marvolo/linkborder.png); position: absolute; top: 200px; left: 50%; margin-left: -594px; padding-left: 41px; padding-top: 60px; }
#popitmenu{
position: absolute;
background-color: dedede;
border:2px solid black;
font: normal 9px century gothic;
line-height: 18px;
z-index: 100;
visibility: hidden;
}
#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: 232323;
display: block;
}
#popitmenu a:hover{ /*hover background color*/
background-color: #cf2146;
}</style><div class="hoverbar"><a href="" id="staff" "a href="h#" onMouseover="showmenu(event,linkset[1], '150px')" onMouseout="delayhidemenu()"><img src="http://i1121.photobucket.com/albums/l513/bydeia/London/staff-4.gif"></a><br>
<a href="" id="links" "h#" onMouseover="showmenu(event,linkset[0], '150px')" onMouseout="delayhidemenu()"><img src="http://i1121.photobucket.com/albums/l513/bydeia/London/links-6.gif"></a><br>
<a href="" id="tips" "h#" onMouseover="showmenu(event,linkset[11], '150px')" onMouseout="delayhidemenu()"><img src="http://i1121.photobucket.com/albums/l513/bydeia/London/AFILIADOS-1.gif"></a></div>
Atenciosamente,
Shek
Convidad- Convidado
Re: Teria como fazer isso ?
Ola,
Desobri o codigo , ta aki :
Ate mais !
Desobri o codigo , ta aki :
- Código:
<base href="http://127.0.0.1/" /><script type="text/javascript">
window.google_analytics_uacct = "UA-6782185-1";
</script><script type="text/javascript" src="http://partner.googleadservices.com/gampad/google_service.js">
</script>
<script type="text/javascript">
GS_googleAddAdSenseService("ca-pub-4809732198248538");
GS_googleEnableAllServices();
</script>
<script type="text/javascript">
GA_googleAddSlot("ca-pub-4809732198248538", "InvisionFree_728x90");
</script>
<script type="text/javascript">
GA_googleFetchAds();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6782185-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 type='text/javascript'><!--// <![CDATA[
var OA_source = 'Clans';
// ]]> --></script> <base href="http://127.0.0.1/" /><script type="text/javascript">
window.google_analytics_uacct = "UA-6782185-1";
</script><style type="text/css">
#popitmenu{
position: absolute;
background-color: dedede;
border:2px solid black;
font: normal 9px century gothic;
line-height: 18px;
z-index: 100;
visibility: hidden;
}
#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: 232323;
display: block;
}
#popitmenu a:hover{ /*hover background color*/
background-color: #cf2146;
}
</style><script type="text/javascript">
/***********************************************
* Pop-it menu- Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var defaultMenuWidth="150px" //set default menu width.
var linkset=new Array()
//SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT
linkset[0]='<a href="http://z3.invisionfree.com/London_91085/index.php?">Home Page.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?act=Members">Lista de Membros.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=952">Regras.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=7">Lista de Canons.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=950">Lista de Avatares.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=951">Ficha de Inscrição.</a>'
linkset[1]='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=1">The Queen.</a>'
linkset[1]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=107">Deia as Sophia Cooler</a>'
linkset[1]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=100">Lari as Dave Holtz</a>'
linkset[1]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=14">Lola as J.K. Brown</a>'
linkset[11]='<a href="http://z7.invisionfree.com/ooooops/index.php?act=idx?">Oops.</a>'
linkset[11]+='<a href="http://z7.invisionfree.com/_tdn/index.php?">Terra de Ninguém.</a>'
linkset[11]+='<a href="http://z15.invisionfree.com/_homenumrevelium/index.php?act=idx?">Homenum Revelium</a>'
linkset[11]+='<a href="http://acciohogwarts.forumeiros.net/">Accio Hogwarts</a>'
linkset[11]+='<a href="http://z13.invisionfree.com/ignis_o/index.php?">Ignis Orbis</a>'
linkset[11]+='<a href="http://rpgheroisdolimpo.forumeiros.com/h4-portal">Heróis do Olimpo</a>'
////No need to edit beyond here
var ie5=document.all && !window.opera
var ns6=document.getElementById
if (ie5||ns6)
document.write('<div id="popitmenu" onMouseover="clearhidemenu();" onMouseout="dynamichide(event)"></div>')
function iecompattest(){
return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body
}
function showmenu(e, which, optWidth){
if (!document.all&&!document.getElementById)
return
clearhidemenu()
menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu")
menuobj.innerHTML=which
menuobj.style.width=(typeof optWidth!="undefined")? optWidth : defaultMenuWidth
menuobj.contentwidth=menuobj.offsetWidth
menuobj.contentheight=menuobj.offsetHeight
eventX=ie5? event.clientX : e.clientX
eventY=ie5? event.clientY : e.clientY
//Find out how close the mouse is to the corner of the window
var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX
var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<menuobj.contentwidth)
//move the horizontal position of the menu to the left by it's width
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX-menuobj.contentwidth+"px" : window.pageXOffset+eventX-menuobj.contentwidth+"px"
else
//position the horizontal position of the menu where the mouse was clicked
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX+"px" : window.pageXOffset+eventX+"px"
//same concept with the vertical position
if (bottomedge<menuobj.contentheight)
menuobj.style.top=ie5? iecompattest().scrollTop+eventY-menuobj.contentheight+"px" : window.pageYOffset+eventY-menuobj.contentheight+"px"
else
menuobj.style.top=ie5? iecompattest().scrollTop+event.clientY+"px" : window.pageYOffset+eventY+"px"
menuobj.style.visibility="visible"
return false
}
function contains_ns6(a, b) {
//Determines if 1 element in contained in another- by Brainjar.com
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
function hidemenu(){
if (window.menuobj)
menuobj.style.visibility="hidden"
}
function dynamichide(e){
if (ie5&&!menuobj.contains(e.toElement))
hidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
hidemenu()
}
function delayhidemenu(){
delayhide=setTimeout("hidemenu()",500)
}
function clearhidemenu(){
if (window.delayhide)
clearTimeout(delayhide)
}
if (ie5||ns6)
document.onclick=hidemenu
</script></head><body>
<div class="logobanner"><a href="http://z3.invisionfree.com/London_91085/index.php?act=idx"><img src="http://i1121.photobucket.com/albums/l513/bydeia/London/LOGOBOARD-3.gif"></a></div><br><br><br>
<div class="hoverbar"><a href="" id="staff" "a href="h#" onMouseover="showmenu(event,linkset[1], '150px')" onMouseout="delayhidemenu()"><img src="http://i1121.photobucket.com/albums/l513/bydeia/London/staff-4.gif"></a><br>
<a href="" id="links" "h#" onMouseover="showmenu(event,linkset[0], '150px')" onMouseout="delayhidemenu()"><img src="http://i1121.photobucket.com/albums/l513/bydeia/London/links-6.gif"></a><br>
<a href="" id="tips" "h#" onMouseover="showmenu(event,linkset[11], '150px')" onMouseout="delayhidemenu()"><img src="http://i1121.photobucket.com/albums/l513/bydeia/London/AFILIADOS-1.gif"></a></div>
<div class="navbar">
<a href="http://z3.invisionfree.com/London_91085/index.php?act=idx">home</a><img src="http://img.photobucket.com/albums/v638/marvolo/spc-navbarspacer.png">
<a href="http://z3.invisionfree.com/London_91085/index.php?act=site">portal</a><img src="http://img.photobucket.com/albums/v638/marvolo/spc-navbarspacer.png">
<a href="http://z3.invisionfree.com/London_91085/index.php?act=calendar">calendar</a><img src="http://img.photobucket.com/albums/v638/marvolo/spc-navbarspacer.png">
<a href="http://z3.invisionfree.com/London_91085/index.php?act=Members">members</a><img src="http://img.photobucket.com/albums/v638/marvolo/spc-navbarspacer.png">
<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=7">Canons</a><img src="http://img.photobucket.com/albums/v638/marvolo/spc-navbarspacer.png">
<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=952">Rules</a>
</div>
<div style="height: 139px"></div>
Ate mais !
Re: Teria como fazer isso ?
Bom, eu não consegui colocar nenhum, pois deu erro, dizendo que houve um falta de concordâncias nos { } . Ai não consegui validar nenhum dos dois, Teria como arrumar isso ?
Re: Teria como fazer isso ?
Olá, peço que aceda ao seu
Cordiais saudações,
MateusV.
Procure por "Conteudo da mensagem", cole este código e salve.Painel de controle Visualização Página Inicial Geral
- Código:
<script type="text/javascript">
/***********************************************
* Pop-it menu- Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
var defaultMenuWidth="150px" //set default menu width.
var linkset=new Array()
//SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT
linkset[0]='<a href="http://z3.invisionfree.com/London_91085/index.php?">Home Page.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?act=Members">Lista de Membros.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=952">Regras.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=7">Lista de Canons.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=950">Lista de Avatares.</a>'
linkset[0]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showtopic=951">Ficha de Inscrição.</a>'
linkset[1]='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=1">The Queen.</a>'
linkset[1]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=107">Deia as Sophia Cooler</a>'
linkset[1]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=100">Lari as Dave Holtz</a>'
linkset[1]+='<a href="http://z3.invisionfree.com/London_91085/index.php?showuser=14">Lola as J.K. Brown</a>'
linkset[11]='<a href="http://z7.invisionfree.com/ooooops/index.php?act=idx?">Oops.</a>'
linkset[11]+='<a href="http://z7.invisionfree.com/_tdn/index.php?">Terra de Ninguém.</a>'
linkset[11]+='<a href="http://z15.invisionfree.com/_homenumrevelium/index.php?act=idx?">Homenum Revelium</a>'
linkset[11]+='<a href="http://acciohogwarts.forumeiros.net/">Accio Hogwarts</a>'
linkset[11]+='<a href="http://z13.invisionfree.com/ignis_o/index.php?">Ignis Orbis</a>'
linkset[11]+='<a href="http://rpgheroisdolimpo.forumeiros.com/h4-portal">Heróis do Olimpo</a>'
////No need to edit beyond here
var ie5=document.all && !window.opera
var ns6=document.getElementById
if (ie5||ns6)
document.write('<div id="popitmenu" onMouseover="clearhidemenu();" onMouseout="dynamichide(event)"></div>')
function iecompattest(){
return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body
}
function showmenu(e, which, optWidth){
if (!document.all&&!document.getElementById)
return
clearhidemenu()
menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu")
menuobj.innerHTML=which
menuobj.style.width=(typeof optWidth!="undefined")? optWidth : defaultMenuWidth
menuobj.contentwidth=menuobj.offsetWidth
menuobj.contentheight=menuobj.offsetHeight
eventX=ie5? event.clientX : e.clientX
eventY=ie5? event.clientY : e.clientY
//Find out how close the mouse is to the corner of the window
var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX
var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<menuobj.contentwidth)
//move the horizontal position of the menu to the left by it's width
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX-menuobj.contentwidth+"px" : window.pageXOffset+eventX-menuobj.contentwidth+"px"
else
//position the horizontal position of the menu where the mouse was clicked
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX+"px" : window.pageXOffset+eventX+"px"
//same concept with the vertical position
if (bottomedge<menuobj.contentheight)
menuobj.style.top=ie5? iecompattest().scrollTop+eventY-menuobj.contentheight+"px" : window.pageYOffset+eventY-menuobj.contentheight+"px"
else
menuobj.style.top=ie5? iecompattest().scrollTop+event.clientY+"px" : window.pageYOffset+eventY+"px"
menuobj.style.visibility="visible"
return false
}
function contains_ns6(a, b) {
//Determines if 1 element in contained in another- by Brainjar.com
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
function hidemenu(){
if (window.menuobj)
menuobj.style.visibility="hidden"
}
function dynamichide(e){
if (ie5&&!menuobj.contains(e.toElement))
hidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
hidemenu()
}
function delayhidemenu(){
delayhide=setTimeout("hidemenu()",500)
}
function clearhidemenu(){
if (window.delayhide)
clearTimeout(delayhide)
}
if (ie5||ns6)
document.onclick=hidemenu
</script>
<style>.hoverbar { width: 80px; height: 267px; background-image: url(http://img.photobucket.com/albums/v638/marvolo/linkborder.png); position: absolute; top: 200px; left: 50%; margin-left: -594px; padding-left: 41px; padding-top: 60px; }
#popitmenu{
position: absolute;
background-color: dedede;
border:2px solid black;
font: normal 9px century gothic;
line-height: 18px;
z-index: 100;
visibility: hidden;
}
#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: 232323;
display: block;
}
#popitmenu a:hover{ /*hover background color*/
background-color: #cf2146;
}</style><div class="hoverbar"><a href="" id="staff" "a href="h#" onMouseover="showmenu(event,linkset[1], '150px')" onMouseout="delayhidemenu()"><img src="http://i1121.photobucket.com/albums/l513/bydeia/London/staff-4.gif"></a><br>
<a href="" id="links" "h#" onMouseover="showmenu(event,linkset[0], '150px')" onMouseout="delayhidemenu()"><img src="http://i1121.photobucket.com/albums/l513/bydeia/London/links-6.gif"></a><br>
<a href="" id="tips" "h#" onMouseover="showmenu(event,linkset[11], '150px')" onMouseout="delayhidemenu()"><img src="http://i1121.photobucket.com/albums/l513/bydeia/London/AFILIADOS-1.gif"></a></div>
Cordiais saudações,
MateusV.
Tópicos semelhantes
» "duvida" teria como fazer isso ?
» Teria como remover isso
» Teria como implementar isso?
» Como fazer isso
» Teria como fazer este campo no perfil?
» Teria como remover isso
» Teria como implementar isso?
» Como fazer isso
» Teria como fazer este campo no perfil?
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