Posts

border-radius dan -moz-border-radius

Image
Salah satu sifat CSS3 yang paling ditunggu adalah  border-radius  .   Perancang web tidak lagi harus menggunakan struktur tabel yang rumit menggunakan grafik sudut khusus atau termasuk file JavaScript misterius untuk menghasilkan desain dengan sudut yang membulat. Sementara Internet Explorer sebelum IE9 tidak mendukung banyak (atau ada) sifat CSS lanjutan, Mozilla (Firefox dan peramban terkait) dan WebKit (  mesin peramban web  Apple yang digunakan di  Safari  dan  Chrome  ) dan Opera telah mendukungnya selama bertahun-tahun. Awalan vendor (  -moz  ,  -webkit  ) sekarang tidak lagi diperlukan untuk rilis peramban terbaru karena mereka semua mengadopsi sintaks CSS3 resmi. 1.  Definisi dan sintaks untuk border-radius Seperti banyak properti CSS yang berkaitan dengan margin, padding dan border, ada empat properti individual - satu untuk setiap sudut elemen kotak - dan satu properti singkat.   Masing-masing atribut sudut akan menerima satu atau dua nilai. Properti  border-radius  

SOME TYPES OF BORDER CSS

Image
Css border or so-called border css these properties could allow us to determine the style and the border color of an element. Here I will give some examples of commonly used and may be useful. SOME TYPES OF BORDER CSS 1. none 2. dotted 3. dashed 4. solid 5. double 6. groove 7. ridge 8. inset 9. outset : Do not define the border line : Defines a dotted line border. : Defines a dotted line border. Defining a full line border. Defining a double line border. : Defines a 3D grooved border line. : Defines a 3D ridged border line. : Defines a 3D inset border line. : Defines a 3D outset border line. How to use it: none <p style = "border: 3px none; # 000000; padding: 20px;"> Do not define the border line </ p> Does not define the border line dotted <p style = "border: 3px dotted; # 000000; padding: 20px; align: center;"> Defines a dotted line border. </ p> Defining a dotted line border. dashed <p

HOW TO MAKE IFRAME

Image
If my friend had more than one blog and want to show the other blog to another blog can use this iframe. Due to the usefulness of this iframe is to show another blog to our blog. Of course in using iframe some like and others do not. Sukanya we can read and read other blogs within a blog. And perhaps less joy iframe page that we love bebanya will increase because they have opened two blogs at once. Automatic loading time will increase as well. For that to this blog is not too heavy I would love iframe example by displaying a page from one of this blog as well. The code that we use are: <iframe> </ iframe> Medium astribut frequently used are: ALIGN = "left / right" FRAMEBORDER = "borderline" WIDTH = "width" HEIGHT = "high" SCROLLING = "auto / yes / no" SRC = "url address to be in the show" Below is an example of iframes zoom I took from one of the pages of this blog. And the following code