criei uma pagina em um pc com a resoluçao 1024x768
e ficou boa, mas testei em outro pc com a resoluçao 1280x1024, e ela fica toda bugada
ja tentei varias coisas, mas nao consegui arrumar,
alguem pode me ajudar
da uma olhada aew www.sitiojoaodebarro.cjb.net

Problema Com A Resoução Da Pagina Html
Started By STK_Hipnotic, 22/10/2007, 15:23
1 reply to this topic
#1
Posted 22/10/2007, 15:23
#2
Posted 04/11/2007, 16:48
vc já tentou usar javascript para alterar a resolução da tela?
<html>
<head>
<title></title>
</head>
<body>
<script type="text/javascript">
s="Largura da tela: "+screen.width+" pixels<br/>"
s+="Altura da tela: "+screen.height+" pixels"
document.write(s)
</script>
</body>
</html>
<html>
<head>
<title></title>
</head>
<body>
<script type="text/javascript">
s="Largura da tela: "+screen.width+" pixels<br/>"
s+="Altura da tela: "+screen.height+" pixels"
document.write(s)
</script>
</body>
</html>
1 user(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)