Hi all, just got started with Dashcode and my CSS and Js are pretty limited, for the most part my widget does what i'd like it to but i can't seem to work out how to do hover states on text fields.
i have a text field theWeb and it calls the onmouseover event
function myMouseoverHandler(event)
{
alert("I am an alert box!");
}
how would i get the text to 1. display the hand cursor and 2. change colour to say black?
any help or useful links would be appreciated.
thanks in advance
i have a text field theWeb and it calls the onmouseover event
function myMouseoverHandler(event)
{
alert("I am an alert box!");
}
how would i get the text to 1. display the hand cursor and 2. change colour to say black?
any help or useful links would be appreciated.
thanks in advance