Aligning blocks at the bottom of a containing block

This is a discussion on "Aligning blocks at the bottom of a containing block" within the Web Page Design section. This forum, and the thread "Aligning blocks at the bottom of a containing block are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 25th, 2005, 19:03
New Member
Join Date: Jul 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Aligning blocks at the bottom of a containing block

Hi,

I'm having a problem which I though should be fairly simple, but I've been hacking at it for many hours now.

I want to align blocks horizontally at the bottom of a containing block. The containing block has a fixed height while the contained block do not. Here's a mockup of what I want:



How should I modify the following code so that it renders like the above?

Code: Select all
<div style="height:50px">
    <div style="float:left">one</div>
    <div style="float:left">two</div>
</div>
Thanks!
Reply With Quote

  #2 (permalink)  
Old Jul 25th, 2005, 20:06
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
you need to use:-
position:absolute; bottom:1px;
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #3 (permalink)  
Old Jul 25th, 2005, 22:05
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
...the container div will need to be set as position:relative and div#2 will need to have a left value of at least the width of div#1.
Reply With Quote
Reply

Tags
aligning, blocks, bottom, containing, block

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aligning menu blocks horizontally dooglex Web Page Design 2 Apr 9th, 2008 21:19
Blocks of writing Evilaussie Web Page Design 5 Jul 21st, 2007 13:50
Vertically aligning text at the bottom Donny Bahama Web Page Design 6 Apr 16th, 2007 02:44
Gradient background appearing in blocks ??? j4mes_bond25 Web Page Design 2 Jul 4th, 2006 15:01


All times are GMT. The time now is 16:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43