A mouseover
event in CSS is
done with
hover.
div.hi
{
whatever:
whatever;
}
is probably
your div hi
class. make
another css
class called...
div.hi:hover
{
different_whate
ver:
different_whate
ver;
}
when you hover
over the div
that is
referenced to
the css class
hi, it will do
the hover
option. when
you are not
hovering it
will do that
normal option.
Edited at 07:29:55 am on 12/25/09
Coding is
simply CST...
Combining $hit
Together. We
make different
$hit to run in
unison
correctly. |