This question is locked. New answers and comments are not allowed.
I built a custom css for the MVC extensions using the Visual Style Builder, (which is pretty good even in beta), I modified the sprites, so everything seems ok... My question is, the other controls, i.e. Grid, use the same style names, and sprite to render their appearance which is good for uniformity, by problem is I have the background for the menu fine, with a hover image , unfortunately, now my grid uses the same images for hover as well, and I just want to use the default. I tried to apply the hover JUST to the t-menu and not the t-grid, but that still didnt work either... any ideas?
.t-state-hover,.t-state-hover:hover{background-color:#e3f4fc;border-color:#a7bac5;} ul.t-menu .t-state-hover,.t-state-hover:hover{background-color:#e3f4fc;border-color:#a7bac5; background:url('mystyle/sprite.png') repeat-x 0 -710px} .t-grid t-state-hover,.t-state-hover:hover{background-color:#e3f4fc;border-color:#a7bac5;} 