joninho Posted April 28, 2006 at 02:42 PM Report #24795 Posted April 28, 2006 at 02:42 PM Boas, como é que ponho uma rollover na layout para mudar d cor knd for rollover??
skin Posted June 9, 2006 at 06:38 PM Report #32120 Posted June 9, 2006 at 06:38 PM Boas, como é que ponho uma rollover na layout para mudar d cor knd for rollover?? se eu estou a entender tu queres fazer mudar a cor da página certo??? bem eu sei desta forma não sei se te interessa mas cá vai <html> <head> <script language="Javascript"> function fun1() { document.bgColor='red'; } function fun2() { document.bgColor='green'; } function fun3() { document.bgColor='yellow'; } function fun4() { document.bgColor='#FFFFCC'; } </script> </head> <body> <form name="fm"> <input type="radio" name="campo" onclick="fun1();">Fundo vermelho<br> <input type="radio" name="campo" onclick="fun2();">Fundo verde<br> <input type="radio" name="campo" onclick="fun3();">Fundo amarelo<br> <input type="radio" name="campo" onclick="fun4();">Fundo amarelo<br> </form> </body> </html> mas tipo se não gostares da forma como está feito é facil de alterar isto é só mesmo a ideia!!!tas a entender??? espero ter ajudado Our lives begin to end the day we become silent about things that matter - Martin Luther King
joninho Posted June 10, 2006 at 11:35 PM Author Report #32335 Posted June 10, 2006 at 11:35 PM Nao é isto, mas tá altamente isto 😉 lol mas eu já sei fazer o que eu diss, o que eu queria era tipo o que está neste site, o menu.. www.jeg.addyour.net/TE
skin Posted June 11, 2006 at 07:14 AM Report #32353 Posted June 11, 2006 at 07:14 AM Nao é isto, mas tá altamente isto 🙂 lol mas eu já sei fazer o que eu diss, o que eu queria era tipo o que está neste site, o menu.. www.jeg.addyour.net/TE ah ok!!mas ja sabes e??ainda bem!! 😉 desculpa n ter podido ajudar 😉 Our lives begin to end the day we become silent about things that matter - Martin Luther King
joninho Posted June 11, 2006 at 07:54 PM Author Report #32442 Posted June 11, 2006 at 07:54 PM Nao é isto, mas tá altamente isto 😁 lol mas eu já sei fazer o que eu diss, o que eu queria era tipo o que está neste site, o menu.. www.jeg.addyour.net/TE ah ok!!mas ja sabes e??ainda bem!! 👍 desculpa n ter podido ajudar 😁 oh, tass bem man 😁
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