Hover function in PHP? -
is there way use code among lines of:
if mouse.hover = true
in php?
no can't, because "hover" client-side event.
php server language can't check client actions.
the way using css style event (changing color) or js (like jquery) dynamic event.
Comments
Post a Comment