Sabtu, 05 Oktober 2013

PHP Indonesia - Facebook: Property dengan value ( margin : 0 auto ) akan men...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Learning HTML & CSS shouldn't be difficult.

Master Trainer, Mark Lassoff, will teach you everything you need to know to create a creative and professional web site in 4 hours.
From our sponsors
Property dengan value ( margin : 0 auto ) akan men...
Oct 5th 2013, 09:19, by Dropb Nrro

Dropb Nrro 9:19am Oct 5
Property dengan value ( margin : 0 auto ) akan mengakibatkan semua komponen TEPAT dan selalu berada di tengah. Lalu, bagaimana caranya agar komponennya ( berupa kelas ) dapat diatur seperti gambar ini??

Makasih

Mbah Zend 9:20am Oct 5
ya pakein div utk 4 div tsb

Dropb Nrro 9:26am Oct 5
Saya bisa sih klw pakai ID utk masing2 kolom itu.
Tp pengen tau cara klw menggunakan CLASS

Zafran Fadilah 9:29am Oct 5
klo id kan # klo class . gan

Dropb Nrro 9:29am Oct 5
Itu kolom udh jelas saya tulis pakai . (titik) :S

Putra Fajar 9:43am Oct 5
100% bagi 4

.kolom{
width= 25%;
}

Putra Fajar 9:44am Oct 5
karna ada spasinya, ya gak 25%.. kurangin sesuai space yang anda butuhkan

Dropb Nrro 9:44am Oct 5
Udh fix, gan

Dapat bantuan ama teman2 di Desainer Web Indonesia
hehee

Budi Harsudiono Seto Aji 10:00am Oct 5
<html>
<head>
<title>Title</title>
<style>
body { background: #333333; }
.body-content { padding: 5px 0px; background: #ffffff; width: 805px; margin: 0 auto; }
.kolom1 { width: 195px; float: left; background: #ffcc00; margin: 0px 5px 0px 5px; }
.kolom2 { width: 195px; float: left; background: #ee0000; margin: 0px 5px 0px 0px; }
.kolom3 { width: 195px; float: left; background: #009900; margin: 0px 5px 0px 0px; }
.kolom4 { width: 195px; float: left; background: #ff9900; margin: 0px 0px 0px 0px; }
.clear { clear: both; }
</style>
</head>
<body>
<div class="body-content">
<div class="kolom1">kolom 1</div>
<div class="kolom2">kolom 2</div>
<div class="kolom3">kolom 3</div>
<div class="kolom4">kolom 4</div>
<div class="clear"></div>
</div>
</body>
</html>

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar