I would like to know if its possible in any way to:
.button{
width: somePX;
height: somePX;
}
.button:hover
{
onmouseup = "func(".button")";
}
or something like that. I think it would be kinda cool? instead of writing for each button onmouseup = onmouseup = onmouseup = onmouseup = onmouseup =.....