Jump to content
Fórum Script Brasil
  • 0

Problemas Com Layer No Dreanweaver


Guest - William -

Question

Guest - William -

unsure.gif

Contrui um layer ,utilizando o dreanweaver , onde ficaram o menu do meu site

e coloquei numa posição onde ele irá aparecer quando se passa o mouse em cima da figura

no caso eu contrui o site para o padrão 800 x 600 mas eu utilizo a resolução 1024

nesse caso o site aparece no centro da tela

O problema é que quando abro o site numa resolução diferente de 1024 o menu sai da sua posição correta

Deve ser o style que eu coloquei

alguém tem alguma solução na qual o menu nunca saia do lugar independentemente da resolução utilizada

O codigo do layer é esse

<.div id="Menu_layer" style="position:absolute; width:215px; height:126px; z-index:1; left: 666px; top: 280px; visibility: visible;">

<.table width="98%" height="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#E7E7DB">

<.tr>

<.td align="center" valign="middle" onMouseOver="MM_showHideLayers('Menu_layer','','show')" onMouseOut="MM_showHideLayers('Menu_layer','','hide')"><.!--#INCLUDE FILE="menu.asp" --><./td>

<./tr>

<./table>

<./div>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Vi aki nu fórum mesmo, 2 maneiras d c resolver isto:

1. Tirar os atributos Left e Top da layer ou

2. Usa este código:

<html>
<head>
<title>Untitled Document</title>
<style>
#tier {
width:200px;
left: expression((window.document.body.clientWidth/2)-100);
position: absolute;
top: 100px;

}
</style>
</head>

<body>
<div id="tier">teste</div>
</body>
</html>

Aí tu troca as medidas de acordo com o q tu keh...

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
      651.8k
×
×
  • Create New...