I have a page that has a buttons (not up/down states) that hide and show if the user is over the certain button - they are different sizes buttons so I thought I would try the hide/show - works well too!
When the button is in the down state, if clicked, it takes you to another page - and if mouseleave, the orginal button comes back up and the mouseover the original button hides and the depressed button shows.
Now, once the user goes to another page and comes back, the button is still depressed - not in its original state. This has happened on several project of mine.
When the button is in the down state, if clicked, it takes you to another page - and if mouseleave, the orginal button comes back up and the mouseover the original button hides and the depressed button shows.
Now, once the user goes to another page and comes back, the button is still depressed - not in its original state. This has happened on several project of mine.
Comment