Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-13-2010, 10:39 PM   PM User | #1
FrancisK7
New Coder

 
Join Date: Mar 2010
Posts: 24
Thanks: 6
Thanked 0 Times in 0 Posts
FrancisK7 is an unknown quantity at this point
Vertical-align bottom issue

I know the vertical-align attribute behaves differently for table cells and divs, but I've always had issues with it.

On this page:
http://www.grimm-aerosol.ca/

In the red dotted bordered div, I want the content to be aligned to the bottom vertically so it meets with the edge of the left photo frame.

Is there an easy way to do it without resorting to table? I've been trying to leave tables out of my designs entirely lately.

Thank you!
FrancisK7 is offline   Reply With Quote
Old 06-14-2010, 12:17 AM   PM User | #2
optimus203
Regular Coder

 
optimus203's Avatar
 
Join Date: Sep 2008
Location: CT
Posts: 316
Thanks: 22
Thanked 16 Times in 15 Posts
optimus203 is an unknown quantity at this point
Your link isn't loading up for me.
__________________
Always thank those CF Users who help you solve issues...
Connecticut Web Design
optimus203 is offline   Reply With Quote
Old 06-14-2010, 12:43 AM   PM User | #3
FrancisK7
New Coder

 
Join Date: Mar 2010
Posts: 24
Thanks: 6
Thanked 0 Times in 0 Posts
FrancisK7 is an unknown quantity at this point
The DNS are having issues atm, if you refresh once or twice it'll load.

I'm not even sure what the problem is, I'm hosting about 12 other sites on the server without issue, but this domain was bought with netfirms and it took 48hrs for new DNS to propagate. Really ****ty.
FrancisK7 is offline   Reply With Quote
Old 06-14-2010, 01:39 AM   PM User | #4
learn
New to the CF scene

 
Join Date: Jun 2010
Location: China
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
learn is an unknown quantity at this point
It still not load.
learn is offline   Reply With Quote
Old 06-14-2010, 10:05 AM   PM User | #5
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Here you go...
Code:
<div class="latestnews">
<div>
<h1>Latest News</h1>
<p>Our new website has been launched. Grimm Aerosol will be present at the NAME conference in Calgary on DATE.</p>
<br>
<p>Our particulate rack mount monitor are currently a candidate for US EPA, PM 2.5, Class III,
equivalent method designation.</p>
</div>
</div>
Code:
div.latestnews{
position:relative;
}
div.latestnews div{
position:absolute;
bottom:0;
left:0;
}
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
FrancisK7 (06-17-2010)
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:04 AM.


Advertisement
Log in to turn off these ads.