- 0
css3 Styled Button Clickable
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
- 0 replies
- 10 views
-
Pay only $29.99 for this 2022 Web Development for Beginners Bundle
By News Staff,
- neowin deals
- online courses
- (and 11 more)
- 0 replies
- 7 views
-
Save 97% off this 2022 Complete Power Coder Bootcamp Bundle
By News Staff,
- neowin deals
- swift
- (and 13 more)
- 0 replies
- 2 views
-
Pay What You Want for this Superstar Web Development & Design Bundle
By News Staff,
- neowin deals
- pay what you want
- (and 14 more)
- 0 replies
- 4 views
-
Pay What You Want for the Superstar Web Development & Design Bundle
By Steven P.,
- neowin deals
- pay what you want
- (and 14 more)
- 0 replies
- 2 views
-
Question
PNWDweller
Here is the css:
button.css3button { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #ffffff; padding: 10px 20px; background: -moz-linear-gradient( top, #0056ab 0%, #003c75); background: -webkit-gradient( linear, left top, left bottom, from(#0056ab), to(#003c75)); -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; border: 2px solid #000000; -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.3); -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.3); box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.3); text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 0px 0px rgba(255,255,255,0); }And the button code I am trying to make clickable. If I make it a form, it loses the formatting. If I do an onclick, same thing. I am trying to get this into a widget in Wordpress (text Widget)
Link to comment
https://www.neowin.net/forum/topic/1159684-css3-styled-button-clickable/Share on other sites
2 answers to this question
Recommended Posts