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
Div layout code question
Old 12-07-2009, 02:21 AM Div layout code question
TheDon's Avatar
Extreme Talker

Posts: 216
Name: Don
Trades: 0
Hi,
I have the following code


HTML:
<body>
<div id="header"><img src="images/header.jpg" width="1000" height="150" /></div>
<div id="leftcol"></div>
<div id="content"></div>
<div id="rightcol"></div>
</body>
</html>


My css code:
Body {background:#000000
}
#header {
width: 1000px;
height: 150px
}

#leftcol {
float:left;
background: #575975;
width: 200px;
height: 500px
}
#content {
background: #928FB6;
height: 500px;
width: 800px
}
#rightcol {
background: #575975;
width: 200px;
height: 500px
}

Now I want the the leftcol, container and right col (in that order) to show up next to eachother in columns. But the rightcol is showing under the leftcol
Why is this
__________________
[
Please login or register to view this content. Registration is FREE
] [
Please login or register to view this content. Registration is FREE
] [
Please login or register to view this content. Registration is FREE
]
TheDon is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-07-2009, 04:54 AM Re: Div layout code question
TheDon's Avatar
Extreme Talker

Posts: 216
Name: Don
Trades: 0
I figuerd it out. I forgot the float left in content and right in right col
__________________
[
Please login or register to view this content. Registration is FREE
] [
Please login or register to view this content. Registration is FREE
] [
Please login or register to view this content. Registration is FREE
]
TheDon is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Div layout code question
 

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