Jump to content

TD Hover And Active


tarun

Recommended Posts

.button {
background-image: url('images/normal.gif');
background-repeat: no-repeat;
height: 15px;
width: 15px;
}
td.button:hover {
background-image: url('images/over.gif');
background-repeat: no-repeat;
height: 15px;
width: 15px;
}
td.button:active {
background-image: url('images/down.gif');
background-repeat: no-repeat;
height: 15px;
width: 15px;
}

 

Okay Ive Got This ^--^--^

And The Over Works Like OnMouseOver (hover)

But The Down Does Nothing - It Should Act Like OnClick (active)

But I Doesn't Any Help...?

 

 

Thnx,

Tarun

Link to comment
https://forums.phpfreaks.com/topic/50355-td-hover-and-active/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.