So I have something like this for all links making them look like little buttons of sorts.
I also have similar css for buttons that I define and use as a class for div or span tags. Those buttons of course have links so they are getting both the code above and the code for the button.Code:a:link { color:#FFFFFF; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding:1px 5px; font-weight:bold; -moz-box-shadow: 2px 2px 3px #080808; -webkit-box-shadow: 2px 2px 3px #080808; box-shadow: 2px 2px 3px #080808; }
How do I get around that?


Reply With Quote
Bookmarks