Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old August 31st, 2005, 07:40 AM
r_palkovic r_palkovic is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: San Diego, CA USA
Posts: 129 r_palkovic User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via ICQ to r_palkovic Send a message via AIM to r_palkovic Send a message via Yahoo to r_palkovic
CSS: Center Floated DIVs in a Parent Div

Code:
<html>
<head>
<style type="text/css">
.parent{}

.child{
float: left;
margin: 10px;}

.clear{
clear: both;}

</style>
</head>
<body>

<div class="parent">
<div class="child">content1</div>
<div class="child">content2</div>
<div class="clear"></div>
</div>

</body>
</html>


I want a liquid layout, where the children auto wrap to the width of the page if it is resized.

However, I also want those children to be centered in the div so that if the browser is sized at 700px for example, and only 3 100px children are being displayed - those three will be centered inside the parent div.

I've tried using text-align:center in the parent, I've tried setting the margins of the children to auto - but nothign seems to work.

It's imperative that I float the children so that they wrap liquidly. Centering them in the parent isn't a necessity - but it is something I'd like to be able to do.

ANy help?

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > CSS: Center Floated DIVs in a Parent Div


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT