밤하늘의 실제별, 나도 가질 수 있다?!


1.
box-shadow: 3px 3px red, 2px 2px #eee; 
-webkit-box-shadow: 3px 3px red, 2px 2px #eee;
-moz-box-shadow: 3px 3px red, 2px 2px #eee;


2.
border-radius: 20px/10px;
-webkit-border-radius: 20px/10px;
-moz-border-radius: 20px/10px;


3.
background: url(gradient.png) repeat-x;
background: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff));
background: -moz-linear-gradient(top, #00abeb, #fff);


4.
border-width: 0 20px 0 10px; 
border-image: url(http://shared.starpl.com/images2/mobile/btn_reply.gif) 0 20 0 10 stretch stretch;
-webkit-border-image: url(http://shared.starpl.com/images2/mobile/btn_reply.gif) 0 20 0 10 stretch stretch;
-moz-border-image: url(http://shared.starpl.com/images2/mobile/btn_reply.gif) 0 20 0 10 stretch stretch;


PS.
<link rel="apple-touch-icon-precomposed" href="http://shared.starpl.com/images2/mobile/img_home_add.png" />
iphone - 57 * 57
ipad - 72 * 72
iphone4 - 114 * 114

Posted by mkyoon

2010/12/22 11:37 2010/12/22 11:37
,
Response
No Trackback , No Comment
RSS :
http://mkyoon.com/rss/response/137

Trackback URL : http://mkyoon.com/trackback/137

Leave a comment
« Previous : 1 : 2 : 3 : 4 : 5 : ... 106 : Next »