Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Urgent - Problem with 3-column fluid layout
Old 02-06-2011, 12:01 AM Urgent - Problem with 3-column fluid layout
Average Talker

Posts: 15
Name: Nik
Trades: 0
EDIT: problem solved, link removed. I forgot to float a column...
---
...I have a sidebar, and two right columns connected by a border. The sidebar uses boxes with rounded corners, created by some javascript files.

My problem is that the first sidebar box (with the text "logo here") stretches to the bottom of the right columns. Then the rest of the sidebar boxes are below those columns. I want it to only take up the size of the content, as with the other sidebar boxes... how do I do this? I've tried for hours and can't come up with anything. Please let me know if I need to be more clear...

Any suggestions, tips, etc. all very much appreciated. Thanks.
__________________

Please login or register to view this content. Registration is FREE
- From $4.00/month, 1GB Disk Space, unlimited email, domains, and more.
Use coupon code "tycoon" to save 20% for life!

Last edited by NikMac; 02-06-2011 at 01:23 PM..
NikMac is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-06-2011, 10:30 AM Re: Urgent - Problem with 3-column fluid layout
Average Talker

Posts: 19
Name: JD
Trades: 0
As I understand your problem........
Code:
#left
     {float:left;
     width:whatever here;
     }
   
#right
     {float:right;
     width:whatever width;}

#center
     {margin-left:Total left column width;
     margin-right:total right column width;
     width:amount left over;}

Hope this helps.
lucky2381 is offline
Reply With Quote
View Public Profile
 
Old 02-06-2011, 10:32 AM Re: Urgent - Problem with 3-column fluid layout
Average Talker

Posts: 19
Name: JD
Trades: 0
OK also, to get them all equal lengths.....maybe use a "min-height" line in there.
lucky2381 is offline
Reply With Quote
View Public Profile
 
Old 02-06-2011, 01:22 PM Re: Urgent - Problem with 3-column fluid layout
Average Talker

Posts: 15
Name: Nik
Trades: 0
Ah, thank you very much, problem solved... I can't believe I forgot to add "float:left;" to the left column and missed that mistake for so long.

I will try to be more careful in the future .
__________________

Please login or register to view this content. Registration is FREE
- From $4.00/month, 1GB Disk Space, unlimited email, domains, and more.
Use coupon code "tycoon" to save 20% for life!
NikMac is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Urgent - Problem with 3-column fluid layout
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting 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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18186 seconds with 12 queries