I’m developing an asp.net web application and I have some image button controls, how can I simulate the visual clicking of it? I don’t mean triggering the event, just visually seeing that the button is pushed like normal buttons do, thanks
I’m developing an asp.net web application and I have some image button controls, how
Share
You can use css tags. See this livedemo: http://img.usabilitypost.com/0812/active_button/index.html
Instructions here: http://www.usabilitypost.com/2008/12/16/pressed-button-state-with-css/
Edit: The code for ease’s sake.
Also, if you’re extremely new to CSS and don’t really want to reinvent the wheel you could use a base css interface like Twitter’s Bootstrap: http://twitter.github.com/bootstrap/base-css.html#buttons