evil-boy Posted May 4, 2006 at 07:34 PM Report #25675 Posted May 4, 2006 at 07:34 PM Há 1 tempo colokei um topico a perguntar por uma alternativa às frames no fp, e responderam-me, uma tabela. Mas acontece que com as frames ficava a barra de navegaçao (para cima e para baixo) demtro da frame, mas na tabela, ao inserir muita informaçao a amplia-me a tabela, k é o k n pretendo... O k posso fazer? cumps
aparicio Posted May 4, 2006 at 11:29 PM Report #25715 Posted May 4, 2006 at 11:29 PM para resolveres essa stuação tenta utilizar o tag "DIV" dá uma espreitadela e vê as opções que tem este tag.
pebat Posted May 5, 2006 at 03:18 AM Report #25725 Posted May 5, 2006 at 03:18 AM podes usar um iframe... tb podes usares as scroll com o iframe...
evil-boy Posted May 5, 2006 at 06:06 PM Author Report #25859 Posted May 5, 2006 at 06:06 PM isso ja é mt à frente! o k é um div, e onde posso ver as opçoes dele. o que é um iframe e como faço... obrigado pela ajuda, se eu n fosse ta noob
aparicio Posted May 5, 2006 at 07:10 PM Report #25879 Posted May 5, 2006 at 07:10 PM ora aqui está um exemplo de uma iframe dentro de uma tabela. dentro da iframe podes abrir o que quiseres que ela mantem o seu tamanho original. através do name="I1" podes criar links que tenham um target="I1" significando que vão ser abertos dentro da iframe exemplo : <a target="I1" href="asd">asd</a> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Nova página 1</title> </head> <body> <p> </p> <table border="1" width="100%" id="table1"> <tr> <td width="177"> </td> <td width="821"> </td> <td> </td> </tr> <tr> <td width="177"> </td> <td width="821"> <iframe name="I1" width="710" height="253" src="http://www.google.com/"> O browser não suporta frames incorporadas ou está actualmente configurado para não mostrar frames incorporadas. </iframe></td> <td> </td> </tr> <tr> <td width="177"> </td> <td width="821"> </td> <td> </td> </tr> </table> </body> </html>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now