Jump to content
Fórum Script Brasil
  • 0

Banner Voador


rascal91

Question

Olá pessoal estou tentando implementar em meu blog wp um banner voador a partir do seguinte código:

--------------------

<style type="text/css">

#topbar {

position:absolute;

z-index: 100;

padding: 8px;

background: #DB9D9A;

background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(211, 211, 211, .9));

background: -webkit-gradient(linear,left top,left bottom,from(rgba(255, 255, 255, .9)),to(rgba(211, 211, 211, .9)));

border: 3px ridge #fff;

border-radius: 8px;

-webkit-border-radius: 8px;

-moz-border-radius: 8px;

-webkit-box-shadow: #58FA58 0 2px 15px;

-moz-box-shadow: #58FA58 0 2px 10px;

margin:0 auto 10px;

float:left;

color:rgba(0, 0, 0, 0.75);

font-size: 12px;

font-family: Verdana, serif;

text-shadow:0 1px 0 #FFFFFF;

}

#topbar img {

border:none;

}

#topbar .butang {

margin:0;

padding-bottom:5px;

text-align:right;

}

#topbar .butang button {

color:#FFFFFF;

border: solid 1px #494949;

margin:0;

padding:2px 15px;

cursor: pointer;

text-shadow: 0 1px 1px rgba(0,0,0,.6);

background: #DB9D9A;

background: -webkit-gradient(linear, left top, left bottom, from(red), to(#DB9D9A));

background: -moz-linear-gradient(top, red, #DB9D9A);

}

#topbar .isi_iklan {

background-color:#81F7BE;

margin:0;

padding:4px;

width: 468px;

border: 2px groove #FF8000;

}

</style>

<script src="https://sites.google.com/site/teknikbuatblog/tbb/iklanpopup.js?attredirects=0&d=1" type="text/javascript"></script>

<script type="text/javascript">

var persistclose=0

var startX = 20

var startY = 20

var verticalpos="fromtop"

</script>

<div id="topbar">

<div class="butang"><a href="" onclick="closebar(); return false" style="text-decoration: none;"><text><b>[X]</b></text></a></div>

<div class="isi_iklan">

[Meu Link Aqui]

</div>

</div>

-------------------

Deu tudo certinho, mas na hora de fechar o X vira um link para o index.

Testei em uma página HTML vazia e o x está funcionando corretamente, mas na hora de inserir no WP o X de fechar vira um link para a página inicial.... alguém tem alguma idéia do que pode ser??

Agradeço desde já!!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
<a href="" onclick="closebar(); return false" style="text-decoration: none;">

Fail, lol.

Tente assim:

<a href="javascript:closebar()" style="text-decoration: none;">

Agora ao invez de direcionar para a página inicial ele não faz nada, é como se o X não existisse.......

Peço desculpas pela falta de instrução.. é que comecei a mexer com esse tipo de coisa recentemente... contudo, agradeço a ajuda.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...