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
Old 01-07-2008, 01:38 PM float coloring
Junior Talker

Posts: 3
Trades: 0
Here is my code...

Code:
body{
background: #ccc;
}
#wrapper{
margin: 0 auto 0 auto;
background: #fff;
}
#content1{
float: left;
}
#content2{
float: left;
}

<div id="wrapper">

<div id="content1"></div>
<div id="content2"></div>

</div>
I want to color my wrapper with white, so that divs inside the wrapper will have a white background. But my divs need to be floated to left. Whenever I assign float: left to my content1 and content2 divs, they get no colors. Only the divs that are not floated gets the white colors as background...

I tried floating the wrapper to left... it worked and wrapper could get filled with white... but since the wrapper is floated to left.. it is no longer in the page center..

I want to place the wrapper in the center of the screen and with white background .. How can I accomplish this?

Last edited by doer; 01-07-2008 at 01:40 PM..
doer is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-07-2008, 02:08 PM Re: float coloring
Average Talker

Posts: 29
Name: Jean
Trades: 0
Hi,

If i understood well( what i'm not quite sure), you shoud simply clear after your floated divs, so all of your wrapper will be white backgrounded, and it would still be centered.
MarvinLeRouge is offline
Reply With Quote
View Public Profile
 
Old 01-07-2008, 02:39 PM Re: float coloring
Junior Talker

Posts: 3
Trades: 0
ok.. i got it..! thank you!

Last edited by doer; 01-07-2008 at 03:13 PM..
doer is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to float coloring
 

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