What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » CSS help!

CSS help!
Author: Message:
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. Undecided  CSS help!
I'm a bit stuck I need to make a CSS page where all the columns are the same I have a basic page here but I don't know how to make the columns the same can anyone help?




<html>
<head>
<title>Three Column CSS Layout with Header</title>
<style type="text/css">

body
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#header {
  margin: 20px;
  padding: 10px;
  height: 100px;
}
#left {
  position: absolute;
  left: 15px;
  top: 160px;
  width: 200px;
}
#center {
  top: 0;
  margin-left: 230px;
  margin-right: 230px;
}
#right {
  position: absolute;
  right: 15px;
  top: 160px;
  width: 200px;
}
</style>
</head>

<body>

<div id="header">

Your header will go here.  You can place images, text links, etc. in this div.  To change the properties of this div you can change the #header selector in the style sheet that is located on this page between the head tags.

</div>

<div id="left">

Your left menu will go here.  You can place images, text links, etc. in this div.  To change the properties of this div you can change the #left selector in the style sheet that is located on this page between the head tags.

</div>


<div id="center">
All of your content goes in this div.  This section is fluid so that if the window is collapsed, your div will collapse also and fit the screen perfectly.  To change the properties of this div you can change the #center selector in the style sheet that is located on this page between the head tags.
</div>

<div id="right">

Your right menu will go here.  You can place images, text links, etc. in this div.  To change the properties of this div you can change the #right selector in the style sheet that is located on this page between the head tags.

</div>

</body>
</html>

If the worst comes to the worst eat a cake makes you feel better!
07-21-2006 12:39 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
CSS help! - by welshboy222 on 07-21-2006 at 12:39 PM
RE: CSS help! - by surfichris on 07-21-2006 at 12:56 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 12:58 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 01:00 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 01:02 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 01:04 PM
RE: CSS help! - by lordy on 07-21-2006 at 01:05 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 01:06 PM
RE: CSS help! - by surfichris on 07-21-2006 at 01:07 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 01:08 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 01:19 PM
RE: CSS help! - by ShawnZ on 07-21-2006 at 02:14 PM
RE: CSS help! - by RaceProUK on 07-21-2006 at 02:49 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 03:32 PM
RE: CSS help! - by hmaster on 07-21-2006 at 03:41 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On