tags:

views:

71

answers:

3

can any one tell me the way to design vista like buttons using CSS for the application in ASP.NET.

For the Buttons like Save,delete,Cancel etc

+2  A: 

check this : http://www.dynamicdrive.com/style/csslibrary/item/css_square_buttons/

Pranay Rana
Those are very pretty, but I would strongly recommend the OP use an `input` or a `button` for accessibility and built-in behavior. I'm sure you could get the nice-looking stuff from that link to work with a `button` element, with some tweaking.
T.J. Crowder
Thanks pranay. This is what i was looking for.
GayaMani
+1  A: 

Try this one:

http://www.icurtain.co.uk/blog.php?article=144

Russ C
A: 

These are my favs!

http://naioo.com/blog/creating-dynamic-buttons-with-css3/

http://swizec.com/code/styledButton/

http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html

Although I reckon you'll need to tweak them a bit to fit the Vista style

DavidYell