on-hover

jQuery noob: change border color of element on hover of another element.

I'd try to explain what I mean, but there is an easier way: click here for jsfiddle example. Basically I want the border color of the div rfrsh_btn to change when productOptionsMenu is hovered over. I'm using jQuery with the .noConflict var because this site also uses Prototype. jQuery: var $j = jQuery.noConflict(); $j(".productOpti...

HTML\CSS: change cell background for hover state with CSS

look at this jsFIDDLE sample i want to change the cell background color for hover state with CSS.. it can be attained through JavaScript but i want to do it with CSS... plus i want the whole cell to act as a link how to do it ...

toolstripbutton with images for each state

hi all! I have in my app a ToolSrip with some ToolStripButtons. I wish add not only the basic image, but an image for the hover state and another for the clicked state, and if possible, remove the orange background when the button is hovered by the mouse... it's possible? thanks in advance! ...