html - Issue with editing hover state of KendoUI Button -
i attempting alter hover functionality of kendoui button. html looks following:
<div class="div-vertical-delimitor div-float-left"></div> <a id="a-draw-point" class="k-button single" title="point"> <img id="img-draw-point" src="../images/dt_drawpoint.png"> </a> </div>
the issue is, i'm not seeing k-state-hover
class being activated when hover on button. however, button change when hovering on it.
when hovering on other objects on page such toptab links see k-state-hover
being applied when mousing on top of link.
any appreciated. i'm new css , kendoui.
Comments
Post a Comment