Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > CSS Experts needed... Three column layout problems

CSS Experts needed... Three column layout problems
Thread Tools
Mac Elite
Join Date: Dec 2000
Location: Tempe, AZ
Status: Offline
Reply With Quote
Dec 24, 2004, 01:38 AM
 
I have a three column CSS layout on the following page. I cannot seem to get the third column's content to place next to the middle column.
Link

What am I missing here?

The code for the layout is the following:

#container {
width: 90%;
margin:0px 5px 0px 5px;
padding-top: 50px;
}

#leftmenu {
float:left;
width:170px;
margin:0;
padding:1em;
}

#rightmenu {
float:right;
width: 170px;
margin:0;
padding:1em;
}

#content {
margin-left: 210px;
border-left: 1px solid #c1c1c1;
margin-right: 210px;
border-right: 1px solid #c1c1c1;
padding:0px 1em 0px 1em;
}
     
t_hah  (op)
Mac Elite
Join Date: Dec 2000
Location: Tempe, AZ
Status: Offline
Reply With Quote
Dec 24, 2004, 09:46 AM
 
Alright... I found the problem. In the HTML code, the right box was called after the middle content, thus "float:right" could not work properly. After I placed the right part after the middle content (in the HMTL code) everything got fixed.

t
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:02 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2