Menu por trás do Frame Principal
Olá pessoal, estou com um pequeno problema.
Tem uma página que trabalha com Frame, Topo e Frame Principal.
NO Frame do topo tem um menu que quando abro ele, o menu fica escondido atras do mene principal.
Código do Frame.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="90,*" cols="*" framespacing="0" frameborder="no" border="0" bordercolor="#FFFFFF">
<frame src="menu2/index.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="recado_principal.php" name="principal" scrolling="yes" id="principal" title="principal"/>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
abaixo a imagem mostrando como está o problema
/applications/core/interface/imageproxy/imageproxy.php?img=http://gmf.sc.gov.br/piscina/frame.jpg&key=fd29e19e19b26423b5450cd9c7a63ea1863a4269e18f958f9308cb58a648530c" alt="frame.jpg" />
Se alguem puder me ajudar, agradeço, falta esse detalhe pra eu dar continuidade do projeto
Discussão (1)
Carregando comentários...