Answers

May 29, 2009 - 12:30 PM
Try this :
option:hover{
background-color:#00FF00;
}
Result may be odd with this color code, but I think this is what you are looking for. It will certainly work for Fx, but I don't know for IE.
option:hover{
background-color:#00FF00;
}
Result may be odd with this color code, but I think this is what you are looking for. It will certainly work for Fx, but I don't know for IE.

Sep 08, 2009 - 02:28 AM
Mr.agthorpe in this way u can change the cursor and also define the hover so that it can automatically change when cursor move on it.
div.cursor{
cursor:crosshair;
}
div.cursor{
cursor:crosshair;
}
Add New Comment