Yes.
Create a class for one of the styles, you
can call it anything. Example:
..class2
then build the effects you want into this class
and then assign the class to the elements you want
to have the .class2 style by either:
Placing them in a table and assigning a the class name to
the table element:
< table class="class2".....>
Note the leading period is not needed when assigning
the class name to the table, but is needed to define the class.
It can also be done by swapping the "class" using inline mouseover / mousout
events.
If you would like some "very basic" examples
of both methods you can look here:
http://www.95isalive.com/test/hoverbutton.htm
feel free to view source, there are comments
explaining everything.
It's something I put together as an experiment and forgot to take
down. It is by "No" means meant to be anything more than
"extremely basic" info.
--
using 2k PRO but....95isalive
This site is best viewed............
........................with a computer
rkolinsky said:
I am new to CSS....
Is it possible to have 2 hover types on a page? On each page I would like
to have the links turn to "bold" as the mouse hovers over that text
(Verdana), and would like the other links to turn "red" as the mouse hovers
over that text.