• Logo Sekolah Kami

    SMKN 5 Jember

  • Hasil memotret dengan cara panning

    Panning adalah memotret dengan menggerakkan kamera searah dengan arah gerakan obyek yang ingin dibidik sehingga obyek akan tampak fokus sementara background tampak kabur.

  • Gambar Susunan Pengkabelan Jaringan

    Ini adalah susunan Pengkabelan Straight (Kabel untuk LAN) dan Pengkabelan Cross (Kabel untuk peer to peer)

  • Blogger dan Wordpress

    Blogger dan Wordpress adalah salah satu media pembuatan Web

  • Hacker

    Hacker adalah

  • This is Slide 6 Title - NewBloggerThemes.com

    This is slide 6 description. Go to Edit HTML and find this content. Replace it your own description.

Sabtu, 02 Maret 2013

Posted by Unknown
No comments | 10.27

Border Radius bisa di support melalui browser Firefox 1+, Opera 10.5+, Safari 3+, Chrome 3+, dan 1E9 Beta.
Contoh:
-webkit-border-radius: 10px; /*support in Safari*/
-chrome-border-radius: 10px; /*support in Chrome*/
-moz-border-radius: 10px; /*support in Firefox*/
-ms-border-radius: 10px; /*support in Internet Explorer*/
-o-border-radius: 10px; /*support in Opera*/
border-radius: 10px; /*all support*/
<html>
<head>
<style type="text/javascript">
#border_radius {
 border-radius: 10px;
 width: 100px;
 height: 100px;
 background-color: #3878B1;
}
</style>
</head>

<body>
<div id="border_radius">
<p>border radius 10px</p>
</div>
</body>
</html>
  
Contoh:
border-radius: 10px 36px
<html>
<head>
<style type="text/javascript">
#border_radius {
 border-radius: 10px 36px;
 width: 100px;
 height: 100px;
 background-color: #3878B1;
}
</style>
</head>

<body>
<div id="border_radius">
<p>border radius 10px 36px</p>
</div>
</body>
</html>

0 komentar:

Posting Komentar

Blogroll

About