html - Transparent png button hover without background -
html - Transparent png button hover without background -
i have 40*40px png transparent background 30*30px circle in middle.
i utilize png button simple hover effect, want hover effect take place when cursor on circle, not on transparent background.
is there plain html+css solution this? tried check here , on other forums, didn't find anything.
check out script if need activate hover/click when mouse within circle (and not in square bounding box) http://tympanus.net/codrops/2011/11/22/hover-and-click-trigger-circular-elements/
it’s not possible in css only, elements treated rectangles, if rendered rounded corners.
html css png
Comments
Post a Comment