Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Send this topic | Print
Topic: using css to make simple layout template  (Read 116 times)
« on: May 06, 2008, 12:42:33 PM »
metrazaman Offline
Newbie

View Profile
*
Posts: 4



<div id="logo" style="position: absolute; width: 100%; height: 100px; top: 0px; left: 0px;
 background-color: #99CCFF;">
  Logo
</div>

<div id="nav" style="position: absolute; width: 200px; top: 100px; left: 0px;
 background-color: #99CCFF;">
<p>Home</p>
<p>Company info</p>
<p>contact</p>
</div>

<div id="links" style="position: absolute; width: 175px; top: 100px; right: 0px;
 background-color: #99FF99;">
  <p>Link1</p>
<p>link2</p>
<p>link3</p>
</div>

<div id="content" style="position: absolute; top: 100px; left: 200px; right: 175px;">
  Content
</div>

Report to moderator   Logged

 
 
Pages: [1]
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC