Frontend Development

CSS Change Highlight color

Submitted by Sniper, , Thread ID: 83956

Thread Closed

RE: CSS Change Highlight color

#8
i give a quick example

div#test {
width:100px;
height: 100px;
background: green;
}

div#test:hover {
background: red !important;
}

also you can use css3 transition effect to delay background

Users browsing this thread: 5 Guest(s)