Css style <input type=“submit”
Posted: 25 February 2011 03:31 PM   [ Ignore ]
Newbie
Rank
Total Posts:  9
Joined  2011-02-21

hi Guys !!!

I found this great website that shows me how to create these great buttons with some images.
http://www.dynamicdrive.com/style/csslibrary/item/css_oval_buttons/

How can I do this with a button instead of a link???

Thanks in advance
Manish

Profile
 
 
Posted: 22 January 2013 09:49 AM   [ Ignore ]   [ # 1 ]
Member
Avatar
RankRankRank
Total Posts:  52
Joined  2007-11-08

hi,
you should wrap the button with a span or some other tag, it’s almost same as with links.

example :

<p><span><input type="submit" /></span></p

best of luck :)

Profile