Jump to content

Recommended Posts

  • 1 month later...
Posted

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

Posted

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

Posted

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 😁

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.