Personalização da página HTML
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
Personalização da página HTML
- Descrição:
queria saber como mover os batão de Fórum e Jogar em outro locais e acrescentar mais 2 abaixo escrito Se registrar-se e Logar
ele esta assim
https://i.imgur.com/QFdIvK0.jpg queria deixar ele aqui https://i.imgur.com/lHvSyhJ.jpg
se querer os dois botão para por tenho eles aqui só pedir
- Informações:
Fórum: | http://sitebpcrpg.forumbrasil.net/ | Versão: | PHPBB2 |
Tipo: | Erros diversos | Tags: | Personalização,página |
Última edição por Batman_KiLLeR em 01.07.14 23:19, editado 1 vez(es)
Re: Personalização da página HTML
Saudações!
Aceda à tua "Folha de estilo CSS":
Painel de Controle Visualização Imagens e cores Cores Folha de estilo CSS
Código:
Melhores cumprimentos,
Sennior.
Aceda à tua "Folha de estilo CSS":
Painel de Controle Visualização Imagens e cores Cores Folha de estilo CSS
Código:
- Código:
a#bt-dir, a#bt-esq {
position: absolute !important;
top: 11pc !important;
}
Melhores cumprimentos,
Sennior.
Re: Personalização da página HTML
Saudações,
Troque tua página HTML:
Até mais.
Troque tua página HTML:
- Código:
<a href="http://www.forumeiros.com" target="_blank"></a> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>[BPC]Brasil Play ColorS[BPC]</title> <style>
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body { line-height: 1;}
ol, ul {list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
/*RESET*/
body{*width:100%}
body, div#wrapper { background: url(http://i.imgur.com/S6b933A.jpg) no-repeat center top #000000;}
div#wrapper { margin: 0 auto; width: 960px; position:relative; height:610px;}
div#wrapper a, div#wrapper div, div#wrapper object, #topo { position:absolute;}
/*BOTÕES*/
a#bt-dir, a#bt-esq {position: absolute !important;top: 11pc !important;}
div#wrapper #logo {left: 60px; top: 70px;}
div#wrapper #video-topper {left: 100px; top: 165px; z-index: 10;}
div#wrapper #bt-esq {left: 762px; top: 610px; background:url(http://i.imgur.com/xUcbw.png) top center no-repeat transparent;}
div#wrapper #bt-dir {left: 500px; top: 610px; background:url(http://i.imgur.com/0C9Xu.png) top center no-repeat transparent;}
div#wrapper #video { left: 29px; top: 370px;}
#topo { top:0; width:100%; height:60px; background:url(images/splash_sa_renegados_topper-banner-bg.jpg) top center repeat-x transparent;}
#topo div { position:relative; width:1001px; margin:0 auto;}
#topo div p { color: #858585; font: 10px arial; position: relative; text-align: center; top: -35px; *top: -39px; width: 700px; left: 135px;}
</style>
<div id="wrapper">
<a id="logo" href="/portal"><img src="http://i.imgur.com/RiebvKP.png" alt="Brasil Play ColorS" /></a> <a id="bt-esq" href="samp://embreve/"><img id="bt-esq-img" src="http://i.imgur.com/6Xm7Q.png" alt="Clique aqui para jogar!" /></a> <a id="bt-dir" href="/portal"><img id="bt-dir-img" src="http://i.imgur.com/GQc06.png" alt="Continuar para o Forum BPC!" /></a>
<div id="video">
<object style="width: 413px; height: 250px;"><param value="http://www.youtube.com/v/3nDGQj8hxn8?version=3&hl=pt_BR&rel=0" id="movie" /><param value="true" id="allowFullScreen" /><param value="always" id="allowscriptaccess" /><embed src="http://www.youtube.com/v/3nDGQj8hxn8?version=3&hl=pt_BR&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" style="width: 412px; height: 248px;" /></object>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> <script src="/commonJS/swfobject.js" type="text/javascript"></script> <script>
$(document).ready(function() {
$('#bt-esq-img').animate({opacity: 0.01}, 500, function() { });
$('#bt-dir-img').animate({opacity: 0.01}, 500, function() { });
$("#bt-esq").mouseover(function () {
$('#bt-esq-img').animate({opacity: 1}, 100, function() { });
});
$("#bt-esq").mouseout(function () {
$('#bt-esq-img').animate({opacity: 0.01}, 100, function() { });
});
$("#bt-dir").mouseover(function () {
$('#bt-dir-img').animate({opacity: 1}, 100, function() { });
});
$("#bt-dir").mouseout(function () {
$('#bt-dir-img').animate({opacity: 0.01}, 100, function() { });
});
});
</script> <script type="text/javascript"> var params = { allowScriptAccess: "always" , wmode :"opaque"}; swfobject.embedSWF("http://www.youtube.com/v/3nDGQj8hxn8&enablejsapi=1&playerapiid=ytapiplayer&autoplay=1&autohide=0&&rel=0;", "video", "413", "250", "8", null, null, params);</script> <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script> <script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-299779-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
<br /><script language="JavaScript">
<!--
var message="Sai Dessa Filho da censurado Tenta Plagia!! ";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
</p>
<div style="right: 0px; bottom: -3px; position: fixed;">
<img src="https://lh3.googleusercontent.com/-1ILjd9EYjZU/TpCC5o4AyZI/AAAAAAAAAXM/Lvi8t6ZllX4/s100/DH.png" />
</div>
Até mais.
Re: Personalização da página HTML
queria acrescentar esse botão abaixo desses '-' poderia arrumar o codigo
https://i.imgur.com/DNyi7EG.png
https://i.imgur.com/mQKR4uS.png
quero em baixo do forum e jogar
https://i.imgur.com/DNyi7EG.png
https://i.imgur.com/mQKR4uS.png
quero em baixo do forum e jogar
Re: Personalização da página HTML
Bom dia!
Troque o código HTML, por esse:
Atenciosamente..
Troque o código HTML, por esse:
- Código:
<a href="http://www.forumeiros.com" target="_blank"></a> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>[BPC]Brasil Play ColorS[BPC]</title> <style>
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body { line-height: 1;}
ol, ul {list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
/*RESET*/
body{*width:100%}
body, div#wrapper { background: url(http://i.imgur.com/S6b933A.jpg) no-repeat center top #000000;}
div#wrapper { margin: 0 auto; width: 960px; position:relative; height:610px;}
div#wrapper a, div#wrapper div, div#wrapper object, #topo { position:absolute;}
/*BOTÕES*/
div#wrapper #logo {left: 60px; top: 70px;}
div#wrapper #video-topper {left: 100px; top: 165px; z-index: 10;}
div#wrapper #bt-esq {left: 762px; top: 610px; background:url(http://i.imgur.com/xUcbw.png) top center no-repeat transparent;}
div#wrapper #bt-dir {left: 500px; top: 610px; background:url(http://i.imgur.com/0C9Xu.png) top center no-repeat transparent;}
div#wrapper #video { left: 29px; top: 370px;}
#topo { top:0; width:100%; height:60px; background:url(images/splash_sa_renegados_topper-banner-bg.jpg) top center repeat-x transparent;}
#topo div { position:relative; width:1001px; margin:0 auto;}
#topo div p { color: #858585; font: 10px arial; position: relative; text-align: center; top: -35px; *top: -39px; width: 700px; left: 135px;}
</style>
<div id="wrapper">
<a id="logo" href="/portal"><img src="http://i.imgur.com/RiebvKP.png" alt="Brasil Play ColorS" /></a> <a id="bt-esq" href="samp://embreve/"><img id="bt-esq-img" src="http://i.imgur.com/6Xm7Q.png" alt="Clique aqui para jogar!" /></a> <a id="bt-dir" href="/portal"><img id="bt-dir-img" src="http://i.imgur.com/GQc06.png" alt="Continuar para o Forum BPC!" /></a> <br><a id="bt-esq" href="samp://embreve/"><img id="bt-esq-img" src="http://i.imgur.com/DNyi7EG.png" alt="Clique aqui para logar-se!" /></a><a id="bt-dir" href="samp://embreve/"><img id="bt-esq-img" src="http://i.imgur.com/mQKR4uS.png" alt="Clique aqui para registrar-se!" /></a>
<div id="video">
<object style="width: 413px; height: 250px;"><param value="http://www.youtube.com/v/3nDGQj8hxn8?version=3&hl=pt_BR&rel=0" id="movie" /><param value="true" id="allowFullScreen" /><param value="always" id="allowscriptaccess" /><embed src="http://www.youtube.com/v/3nDGQj8hxn8?version=3&hl=pt_BR&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" style="width: 412px; height: 248px;" /></object>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> <script src="/commonJS/swfobject.js" type="text/javascript"></script> <script>
$(document).ready(function() {
$('#bt-esq-img').animate({opacity: 0.01}, 500, function() { });
$('#bt-dir-img').animate({opacity: 0.01}, 500, function() { });
$("#bt-esq").mouseover(function () {
$('#bt-esq-img').animate({opacity: 1}, 100, function() { });
});
$("#bt-esq").mouseout(function () {
$('#bt-esq-img').animate({opacity: 0.01}, 100, function() { });
});
$("#bt-dir").mouseover(function () {
$('#bt-dir-img').animate({opacity: 1}, 100, function() { });
});
$("#bt-dir").mouseout(function () {
$('#bt-dir-img').animate({opacity: 0.01}, 100, function() { });
});
});
</script> <script type="text/javascript"> var params = { allowScriptAccess: "always" , wmode :"opaque"}; swfobject.embedSWF("http://www.youtube.com/v/3nDGQj8hxn8&enablejsapi=1&playerapiid=ytapiplayer&autoplay=1&autohide=0&&rel=0;", "video", "413", "250", "8", null, null, params);</script> <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script> <script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-299779-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
<br /><script language="JavaScript">
<!--
var message="Sai Dessa Filho da censurado Tenta Plagia!! ";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
</p>
<div style="right: 0px; bottom: -3px; position: fixed;">
<img src="https://lh3.googleusercontent.com/-1ILjd9EYjZU/TpCC5o4AyZI/AAAAAAAAAXM/Lvi8t6ZllX4/s100/DH.png" />
</div>
Atenciosamente..
Re: Personalização da página HTML
quero adicionar na HTML acima que o Sennior passou e adicionar as 2 imagem que eu passei abaixo e deixar as outras '-'
Re: Personalização da página HTML
Aqui está com as edições feitas:
- Código:
<a href="http://www.forumeiros.com" target="_blank"></a> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>[BPC]Brasil Play ColorS[BPC]</title> <style>
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body { line-height: 1;}
ol, ul {list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
/*RESET*/
body{*width:100%}
body, div#wrapper { background: url(http://i.imgur.com/S6b933A.jpg) no-repeat center top #000000;}
div#wrapper { margin: 0 auto; width: 960px; position:relative; height:610px;}
div#wrapper a, div#wrapper div, div#wrapper object, #topo { position:absolute;}
/*BOTÕES*/
a#bt-dir, a#bt-esq {position: absolute !important;top: 11pc !important;}
div#wrapper #logo {left: 60px; top: 70px;}
div#wrapper #video-topper {left: 100px; top: 165px; z-index: 10;}
div#wrapper #bt-esq {left: 762px; top: 610px; background:url(http://i.imgur.com/xUcbw.png) top center no-repeat transparent;}
div#wrapper #bt-dir {left: 500px; top: 610px; background:url(http://i.imgur.com/0C9Xu.png) top center no-repeat transparent;}
div#wrapper #video { left: 29px; top: 370px;}
div#menubaixo { margin-left: 810px; width: 600px; position:absolute; height:610px; }
#logar {left: 500px; top: 500px; !important}
#registro {left: 500px; top: 500px;}
#topo { top:0; width:100%; height:60px; background:url(images/splash_sa_renegados_topper-banner-bg.jpg) top center repeat-x transparent;}
#topo div { position:relative; width:1001px; margin:0 auto;}
#topo div p { color: #858585; font: 10px arial; position: relative; text-align: center; top: -35px; *top: -39px; width: 700px; left: 135px;}
</style>
<div id="wrapper">
<a id="logo" href="/portal"><img src="http://i.imgur.com/RiebvKP.png" alt="Brasil Play ColorS" /></a> <a id="bt-esq" href="samp://embreve/"><img id="bt-esq-img" src="http://i.imgur.com/6Xm7Q.png" alt="Clique aqui para jogar!" /></a> <a id="bt-dir" href="/portal"><img id="bt-dir-img" src="http://i.imgur.com/GQc06.png" alt="Continuar para o Forum BPC!" /></a>
<div id="video">
<object style="width: 413px; height: 250px;"><param value="http://www.youtube.com/v/3nDGQj8hxn8?version=3&hl=pt_BR&rel=0" id="movie" /><param value="true" id="allowFullScreen" /><param value="always" id="allowscriptaccess" /><embed src="http://www.youtube.com/v/3nDGQj8hxn8?version=3&hl=pt_BR&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" style="width: 412px; height: 248px;" /></object>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> <script src="/commonJS/swfobject.js" type="text/javascript"></script> <script>
$(document).ready(function() {
$('#bt-esq-img').animate({opacity: 0.01}, 500, function() { });
$('#bt-dir-img').animate({opacity: 0.01}, 500, function() { });
$("#bt-esq").mouseover(function () {
$('#bt-esq-img').animate({opacity: 1}, 100, function() { });
});
$("#bt-esq").mouseout(function () {
$('#bt-esq-img').animate({opacity: 0.01}, 100, function() { });
});
$("#bt-dir").mouseover(function () {
$('#bt-dir-img').animate({opacity: 1}, 100, function() { });
});
$("#bt-dir").mouseout(function () {
$('#bt-dir-img').animate({opacity: 0.01}, 100, function() { });
});
});
</script>
<script type="text/javascript"> var params = { allowScriptAccess: "always" , wmode :"opaque"}; swfobject.embedSWF("http://www.youtube.com/v/3nDGQj8hxn8&enablejsapi=1&playerapiid=ytapiplayer&autoplay=1&autohide=0&&rel=0;", "video", "413", "250", "8", null, null, params);</script> <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script> <script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-299779-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
<br />
<div id="menubaixo">
<a id="logar" href="/login"><img id="bt-ddd-img" src="http://i.imgur.com/DNyi7EG.png" alt="Clique aqui para fazer login!" /></a> <a id="registro" href="/register"><img id="bt-eee-img" src="http://i.imgur.com/mQKR4uS.png" alt="Fazer registro!" /></a>
</div>
<script language="JavaScript">
<!--
var message="Sai Dessa Filho da censurado Tenta Plagia!! ";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
</p>
<div style="right: 0px; bottom: -3px; position: fixed;">
<img src="https://lh3.googleusercontent.com/-1ILjd9EYjZU/TpCC5o4AyZI/AAAAAAAAAXM/Lvi8t6ZllX4/s100/DH.png" />
</div>
Re: Personalização da página HTML
Aqui está:
- Código:
<br /> <a href="http://www.forumeiros.com" target="_blank"></a> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>[BPC]Brasil Play ColorS[BPC]</title> <style>
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body { line-height: 1;}
ol, ul {list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
/*RESET*/
body{*width:100%}
body, div#wrapper { background: url(http://i.imgur.com/S6b933A.jpg) no-repeat center top #000000;}
div#wrapper { margin: 0 auto; width: 960px; position:relative; height:610px;}
div#wrapper a, div#wrapper div, div#wrapper object, #topo { position:absolute;}
/*BOTÕES*/
a#bt-dir, a#bt-esq {position: absolute !important;top: 11pc !important;}
div#wrapper #logo {left: 60px; top: 70px;}
div#wrapper #video-topper {left: 100px; top: 165px; z-index: 10;}
div#wrapper #bt-esq {left: 762px; top: 610px; background:url(http://i.imgur.com/xUcbw.png) top center no-repeat transparent;}
#bt{left: 762px; top: 280px; }
#bl{left: 502px; top: 280px; }
div#wrapper #bt-dir {left: 500px; top: 610px; background:url(http://i.imgur.com/0C9Xu.png) top center no-repeat transparent;}
div#wrapper #video { left: 29px; top: 370px;}
#topo { top:0; width:100%; height:60px; background:url(images/splash_sa_renegados_topper-banner-bg.jpg) top center repeat-x transparent;}
#topo div { position:relative; width:1001px; margin:0 auto;}
#topo div p { color: #858585; font: 10px arial; position: relative; text-align: center; top: -35px; *top: -39px; width: 700px; left: 135px;}
</style>
<div id="wrapper">
<a id="logo" href="/portal"><img src="http://i.imgur.com/RiebvKP.png" alt="Brasil Play ColorS" /></a> <a id="bt-esq" href="samp://embreve/"><img id="bt-esq-img" src="http://i.imgur.com/6Xm7Q.png" alt="Clique aqui para jogar!" /></a> <a id="bt-dir" href="/portal"><img id="bt-dir-img" src="http://i.imgur.com/GQc06.png" alt="Continuar para o Forum BPC!" /></a>
<br><a id="bt" href="/login"><img id="bt-esq-img" src="http://i.imgur.com/DNyi7EG.png" alt="Clique aqui para logar-se!" /></a>
<a id="bl" href="/egister"><img id="bt-esq-img" src="http://i.imgur.com/mQKR4uS.png" alt="Clique aqui para jogar!" /></a>
<div id="video">
<object style="width: 413px; height: 250px;"><param value="http://www.youtube.com/v/3nDGQj8hxn8?version=3&hl=pt_BR&rel=0" id="movie" /><param value="true" id="allowFullScreen" /><param value="always" id="allowscriptaccess" /><embed src="http://www.youtube.com/v/3nDGQj8hxn8?version=3&hl=pt_BR&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" style="width: 412px; height: 248px;" /></object>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> <script src="/commonJS/swfobject.js" type="text/javascript"></script> <script>
$(document).ready(function() {
$('#bt-esq-img').animate({opacity: 0.01}, 500, function() { });
$('#bt-dir-img').animate({opacity: 0.01}, 500, function() { });
$("#bt-esq").mouseover(function () {
$('#bt-esq-img').animate({opacity: 1}, 100, function() { });
});
$("#bt-esq").mouseout(function () {
$('#bt-esq-img').animate({opacity: 0.01}, 100, function() { });
});
$("#bt-dir").mouseover(function () {
$('#bt-dir-img').animate({opacity: 1}, 100, function() { });
});
$("#bt-dir").mouseout(function () {
$('#bt-dir-img').animate({opacity: 0.01}, 100, function() { });
});
});
</script> <script type="text/javascript"> var params = { allowScriptAccess: "always" , wmode :"opaque"}; swfobject.embedSWF("http://www.youtube.com/v/3nDGQj8hxn8&enablejsapi=1&playerapiid=ytapiplayer&autoplay=1&autohide=0&&rel=0;", "video", "413", "250", "8", null, null, params);</script> <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script> <script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-299779-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
<br /><script language="JavaScript">
<!--
var message="Sai Dessa Filho da censurado Tenta Plagia!! ";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
</p>
<div style="right: 0px; bottom: -3px; position: fixed;">
<img src="https://lh3.googleusercontent.com/-1ILjd9EYjZU/TpCC5o4AyZI/AAAAAAAAAXM/Lvi8t6ZllX4/s100/DH.png" />
</div>
Tópicos semelhantes
» Personalização de uma página html
» Personalização de pagina HTML
» Personalização de Página HTML
» Personalização do layout da página HTML
» Declaro Urgência Help HTML ( Colocar vídeo para tocar automaticamente quando abrir a página de entrada do fórum em HTML Preciso do códico em HTML
» Personalização de pagina HTML
» Personalização de Página HTML
» Personalização do layout da página HTML
» Declaro Urgência Help HTML ( Colocar vídeo para tocar automaticamente quando abrir a página de entrada do fórum em HTML Preciso do códico em HTML
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