Dear expert
I want to know how to create yahoo mail like button (Check Mail button). If it's possible to create using jquery please provide step by step details. I am novice in this world.
[Sorry for poor English knowledge]
Thanks MH
Dear expert
I want to know how to create yahoo mail like button (Check Mail button). If it's possible to create using jquery please provide step by step details. I am novice in this world.
[Sorry for poor English knowledge]
Thanks MH
I don't think you're goning to need jQuery. Any button I can think of can be acheived through CSS3 quite happily.
We'd also appreciate an image of the desired result, not everybody has a Yahoo mail account.
It's correct that you don't NEED jquery...but Jquery UI has a neat set of effects for buttons that are very easy to use and can be re-styled using the ThemeRoller plugin in no time flat.
See the tutorial here: http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/
In a nutshell: Include Jquery UI in your page...don't forget to also include the CSS for ThemeRoller. Create an input (or link, etc) and apply the following class: class="ui-state-default ui-corner-all" Voila--rounded corners, gradients, color styling, hover, etc.
Pretty easy, huh?