Minggu, 08 September 2013

PHP Indonesia - Facebook: header ma foternya biar full monitor gmn gan?

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/ 
Design your online store.

Shopify let's you create your online store easily. With total control over your website's design, state-of-the-art security & a fully hosted online shopping cart.
From our sponsors
header ma foternya biar full monitor gmn gan?
Sep 8th 2013, 14:50, by Last Mint

Last Mint 2:50pm Sep 8
header ma foternya biar full monitor gmn gan?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Admin Area</title>
<link href="../styles/admin.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="wrapper">
<div id="header">
Admin Area
</div>

<div id="nav">
<ul>
<li>home</li>
<li>berita</li>
<li>siswa</li>
<li>guru</li>
<li>ebook</li>
<li>materi</li>
<li>logout</li>
</ul>
</div>

<div id="content">
isi menu admin
</div>
<div id="footer">
<p align="center">Copyright&copy; http://www.elearning.com
</p></div>
</div>
</body>
</html>

--------------------------------------css------------------------------
body{
margin:0;
padding:0;
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
}
#wrapper{
width:960px;
margin:auto;
}
#header{
height:120px;
background:#660;
}
#nav{
float:left;
width:150px;
background:#063;

}
#content{
margin-left:150px;
background:#0FC;
}
#footer{
clear:both;
height:30px;
background:#660;
margin:0 0 0 0;
padding:0 0 0 0;
}

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