para o IE7 em diante existe um negocio ai pra instalar mas não
me lembro qual é alguém pode me ajudar ?
Edição feita por: r.santos, 22/04/2010, 10:12.
Posted 22/04/2010, 10:04
Edição feita por: r.santos, 22/04/2010, 10:12.
Posted 28/04/2010, 18:17
Posted 29/04/2010, 09:18
Posted 29/04/2010, 09:57
Posted 11/05/2010, 13:14
Posted 11/05/2010, 14:39
Posted 12/05/2010, 14:09
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title></title> <script> function adjustFrame(frame) { if (document.all) { var w = frame.document.body.scrollWidth; var h = frame.document.body.scrollHeight; if(frame.document.body.scrollWidth > frame.document.body.offsetWidth) { document.all[frame.name].height = h + 0; } else { document.all[frame.name].height = h; } } else if (document.getElementById) { var w = frame.document.width; var h = frame.document.height; if(frame.document.body.scrollWidth > frame.document.body.offsetWidth) { document.getElementById(frame.name).height = h + 0; } else { document.getElementById(frame.name).height = h; } } return false; } </script> </head> <body bgcolor="#041A2F"> <table width="776" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="297"><iframe name="topo" src="topo.html" width="950" height="400" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"></iframe></td> </tr> <tr> <td valign="top"><iframe name="conteudo" id="conteudo" marginheight="0" frameborder="0" width="950" height="100%" src="home.html" scrolling="no" onload="adjustFrame(conteudo);"></iframe></td> </tr> <tr> <td height="48" valign="top"><iframe name="rodape" src="rodape.html" width="950" height="107" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"></iframe></td> </tr> </table> </body> </html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <Body bgcolor="ffffff"> <div id="div_conteudo" class="div_conteudo"> <!-- Abre a div principal --> </div> <!-- Fecha a div principal --> </body> </html>
.div_conteudo { padding:5px 5px 5px 5px; width:100%; min-height: 100%; background:#FFF; position: relative; } * .div_conteudo { height: 100%; /* hack para IE6 que trata height como min-height */ }
<div id="parceiros"></div>
#parceiros { top: 294px; left: 760px; position: absolute; width: 173px; }
#niver { margin-top: 402px; margin-left: 190px; width: 244px; }
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)