[LPGA]volumes Posted June 8, 2005 at 03:07 PM Report #532 Posted June 8, 2005 at 03:07 PM Boas, então é assim, vou ver se me consigo explicar... eu tenho uma tabela de tamanho X e kero k ao escrever texto na mesma em vez de ela ir aumentando o tamanho, que o mantenha e que use scrool bar... alguem me consegue ajudar ? :\
deathseeker25 Posted June 8, 2005 at 03:13 PM Report #534 Posted June 8, 2005 at 03:13 PM Citação Boas, então é assim, vou ver se me consigo explicar... eu tenho uma tabela de tamanho X e kero k ao escrever texto na mesma em vez de ela ir aumentando o tamanho, que o mantenha e que use scrool bar... alguem me consegue ajudar ? :\ Hmmm..acho que te posso dar uma ajuda...tens de utilizar a opção scrolling="AUTO"...... Vou deixar aqui um código-fonte de uma página que utiliza essa função: <html> <head> <title>DeepSea</title> </head> <frameset cols="180,*" frameborder="0" border="0" framespacing="0"> <frame name="Left" scrolling="AUTO" noresize target="Main" src="menu.html"> <frameset rows="100,*" framespacing="0" border="0" frameborder="0"> <frame src="http://pwp.netcabo.pt/DeepSea/header.html" name="Header" scrolling="no" noresize marginwidth="0" marginheight="0" target="Main"> <frameset rows="*,20" frameborder="NO" border="0" framespacing="0"> <frame name="Main" scrolling="auto" noresize marginwidth="0" marginheight="0" src="http://pwp.netcabo.pt/DeepSea/faq.html"> <frame src="http://pwp.netcabo.pt/DeepSea/bottom.html" name="Bottom" marginwidth="0" marginheight="0" scrolling="NO" noresize> </frameset> <noframes> <body text="#FFFFFF" bgcolor="#000050"> <p align="center">
[LPGA]volumes Posted June 8, 2005 at 03:32 PM Author Report #535 Posted June 8, 2005 at 03:32 PM boas, obrigado pela tua ajuda.. mas infelizmente o scrolling="auto" n funciona :\
deathseeker25 Posted June 8, 2005 at 03:35 PM Report #536 Posted June 8, 2005 at 03:35 PM Citação boas, obrigado pela tua ajuda.. mas infelizmente o scrolling="auto" n funciona :\ Hmm....não queres colocar aí o código-fonte da tua página para podermos fazer alterações? Assim seria mais fácil...Coloca entre as tags [syntax=nome da linguagem][/syntax].... Assim pode ser que dê para compreender melhor de forma a ajudar-te... Cumps
[LPGA]volumes Posted June 8, 2005 at 04:21 PM Author Report #539 Posted June 8, 2005 at 04:21 PM Boas, quero colocar aqui nesta célula <td colspan="4" width="892" height="420" background="images/base2_10.gif" scrolling="1">
deathseeker25 Posted June 8, 2005 at 04:24 PM Report #540 Posted June 8, 2005 at 04:24 PM Citação Boas, quero colocar aqui nesta célula <td colspan="4" width="892" height="420" background="images/base2_10.gif" scrolling="1">
xplode_me Posted June 8, 2005 at 04:57 PM Report #545 Posted June 8, 2005 at 04:57 PM Corrijam-me se tiver errado mas tabelas n teem scrollbars... Quando muito metes uma frame dentro da outra aí sim! tipo: <iframe src="frame-a-incluir.html" height="100" width="200"></iframe>
melSpeedl.ine Posted June 8, 2005 at 09:23 PM Report #568 Posted June 8, 2005 at 09:23 PM Citação Corrijam-me se tiver errado mas tabelas n teem scrollbars... Quando muito metes uma frame dentro da outra aí sim! tipo: <iframe src="frame-a-incluir.html" height="100" width="200"></iframe> yap.. concordo contigo, mas bom... nunca digo nunca ;)
[LPGA]volumes Posted June 9, 2005 at 09:32 AM Author Report #587 Posted June 9, 2005 at 09:32 AM humm.. damm it :\ sendo assim sabem-me dizer como é que numa frame em vez de ligar ao *.html ligar a um *.php, ja tentei mm mudando essa parte na propriedades da frame mas na deu :\ Obrigado pela vossa ajuda 😄
[LPGA]volumes Posted June 9, 2005 at 03:13 PM Author Report #597 Posted June 9, 2005 at 03:13 PM boas, já consegui meter na frame ligar a um ficheiro *.php.. mas agora tenho um problema... quando tenho vario texto ela mete os scrools... até aki td okey... mas o background repete-se... :\ n ha maneira de fikar estático ?
deathseeker25 Posted June 9, 2005 at 04:17 PM Report #604 Posted June 9, 2005 at 04:17 PM Citação boas, já consegui meter na frame ligar a um ficheiro *.php.. mas agora tenho um problema... quando tenho vario texto ela mete os scrools... até aki td okey... mas o background repete-se... :\ n ha maneira de fikar estático ? Quando te referes a background referes-te a imagem de fundo? ;)
[LPGA]volumes Posted June 13, 2005 at 10:02 AM Author Report #783 Posted June 13, 2005 at 10:02 AM \ disse: Quando te referes a background referes-te a imagem de fundo? ;) sim!
deathseeker25 Posted June 13, 2005 at 01:47 PM Report #790 Posted June 13, 2005 at 01:47 PM Citação sim! Hmm....é pa não estou bem a ver como se pode fazer isso de colocar um background estático com umas scrolls para ver o texto.... Procura uma página web que faça essa operação e vê pelo código-fonte da página... Assim vais ficar a saber de certeza... Cumps (pode ser que mais algume te dê uma ajuda.... 😄 )
xplode_me Posted June 14, 2005 at 10:19 AM Report #843 Posted June 14, 2005 at 10:19 AM <table blah blah blah background="fundo.jpg" style="background-attachment: fixed">
Akira Posted November 24, 2005 at 02:35 AM Report #7241 Posted November 24, 2005 at 02:35 AM Citação <table blah blah blah background="fundo.jpg" style="background-attachment: fixed"> Assim fixas o background apenas contra o scroll. se queres que não se repita usa antes: style="background-repeat:no-repeat"
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