Ajax
ASP
C,C++
C#,.NET
CSS,HTML
Delphi,Kylix
Experience
Flash
Java
JavaScript
PHP
Python
QT
SQL
ShellScript
VB
U :
P :
Register
Lost Password
Other Links
Code Archive
Save Giovanni
CSS,HTML Category Code
Real Name
:
Güray SATICI
Subject
:
Hover Table Color
Description
:
Hover Table Color
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Hover Table Color</title> <style type="text/css"> <!-- td.test { border: 5px solid red; color: black; background: cyan; padding: 50px; } td.test2 { border: 5px solid yellow; color: white; background: black; padding: 50px; } --> </style> </head> <body> <table summary="test"> <tr><td class="test" onmouseover="this.className='test2'" onmouseout="this.className='test'">Hello world!</td></tr> </table> </body>
Rating
:
4.50
(out of 5)
Visitor Voting Booth
:
Excellent
Very Good
Good
Fair
Poor
Copyright © 2006 SharingCode.NET . All rights reserved. Hosted By: SisNetworks