Jump to content
Fórum Script Brasil
  • 0

Caixa de texto quando abrir o site com opção "Fechar"


Esmael Silva

Question

Bem pessoal, alguém poderia me ajudar, porque eu queria colocar um conteúdo em html, igualzinho ao "alert" no javascript, assim que abrisse o site aparecesse um anúncio por exemplo, e logo no canto superior direito, tivesse a opção "Fechar", para fechar a janela com o anúncio que apareceu.

Alguém poderia me ajudar? Grato.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Você pode fazer uma DIV, veja se esse código te ajuda:

antes da TAG </HEAD> você coloca:

<style type="text/css">

#apDiv1 {
    position:absolute;
    left:50%;
    top:50%;
    margin:-191px 0 0 -255px; /* img= height/2 0 0 width/2 */
}
</style>
logo depois da tag <BODY> você coloca:
<div id="apDiv1">
<table width="100" height="31" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<div align="right"><a href="#" onClick="document.all.apDiv1.style.display='none'"><img src="Img/Fx/comunicado importante-v01.jpg" width="510" height="382" border="0" usemap="#MapMapMapMapMap"></a>
<map name="MapMapMapMapMap" id="MapMapMapMapMap">
<area shape="rect" coords="442,351,508,380" href="#" alt="Fechar" onClick="MM_showHideLayers('apDiv1','','hide')">
</map>
</div>
</td>
</tr>
</table>
</div>

para ficar centralizado, a 'margin' você deve colocar o H da imagem da div dividida por 2 e o W da imagem da div dividida por 2 e tb left e top 50%, para deixar conforme você quer, vai aumentando os '%' ou colocando negativo '-NUMERO%'

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...