开发者

Facebook Button CSS trick

开发者 https://www.devze.com 2023-02-19 03:36 出处:网络
Does anyone here know how to style a normal button like the famous开发者_如何学C Facebook button? i have already developed the code, but i need to see whether the experts here do know how to do this o

Does anyone here know how to style a normal button like the famous开发者_如何学C Facebook button? i have already developed the code, but i need to see whether the experts here do know how to do this or not. Post in your codes if you can do Style a normal button like facebook button.

UPDATE

I did not post this question myself. I guess someone else used my profile by some means to do this. Sorry for the disturbance created by this question. I myself want the moderators to delete this. PLEASE.


You can make any button look the way you want using an image:

.button {
   background-image:url(yourimage.png);
   width:...px;
   height:...px;
   border:none;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消