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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 12-26-2011, 08:11 PM Floating Issue
feraira's Avatar
BeTheBand!

Posts: 350
Trades: 0
Hi,

I am trying to make a 3 column layout with HTML and CSS.
I have a container div, left, center and right (as you would imagine). Now, the left and center are great, but the right, doesn't go where it should - by that, i mean that the top of the content for the right section sits at the bottom of the content section.

Live example: www.activityx.co.uk/3

Below is my code:
HTML Code:
#content {
	width:800px;
	padding:1em;
	overflow: hidden;
	/*margin:auto;*/
}
	#contentLeft {
		float:left;
		width:200px;
		margin:0;
		padding:1em 0 1em 1em;
	}
	#contentCenter {
		max-width:350px;
		margin-left:200px;
		margin-right:200px;
		padding:1em;

	}
	#contentRight {
		float:right;
		width:200px;
		padding:1em;
	}
feraira is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-27-2011, 12:20 PM Re: Floating Issue
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
http://www.modtalk.co.uk/_site/code/.../three-column/

Right floats HAVE to precede any other floated elements in the document flow that are to exist on the same horizontal plane.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-27-2011, 07:06 PM Re: Floating Issue
feraira's Avatar
BeTheBand!

Posts: 350
Trades: 0
Great, thanks. Such a simple problem!
feraira is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Floating Issue
 

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.36627 seconds with 12 queries