hover on div layout image |
hover on div layout image |
![]()
Post
#1
|
|
![]() Peggy. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,508 Joined: Aug 2005 Member No: 214,025 ![]() |
http://glamour-beauty.com/
See the navi portion? When you mouseover it, that area would change to a white background and blue text. I have Photoshop/Imageready CS2 and how do I make it like this? Also, I have heard that it requires javascript? |
|
|
![]() |
*mipadi* |
![]()
Post
#2
|
Guest ![]() |
It might be best to put the :hover property on the <TD> tag itself, like this:
CODE <tr> <td class="hover"><a href="http://">Link</a></td> <td class="hover"><a href="http://">Link</a></td> <td class="hover"><a href="http://">Link</a></td> <td class="hover"><a href="http://">Link</a></td> </tr> CODE <style type="text/css">
TD.hover {/* normal properties */} TD.hover:hover {/* hover properties */} </style> |
|
|
![]() ![]() |