Public Voice Network
- Pic of the Day 5937859378
- Shit QBNers think 7070
- Ageless Male
- Ageless Male
- Shit QBNers Say 131131
- Ageless Male
- FMT 020312 4747
- Show Yo Dog 2012
- Ageless Male
- Light in the box coupons
- Multicolored logos? 1414
- Politics 1759817598
- blog 5558055580
- Light in the Box Coupons
- Vid of the Day 1096110961
- TYPO San Francisco 55
- Suggest a good movie... 936936
- Logo from Locked PDF? 33
- American Musical Supply C… 11
- intern -> job 2121
- Your Last Concert 375375
- the gif animation thread 1132211322
- Steve Jobs FBI file 66
- What are you listening to… 41734173
CSS layout question 77 Responses
Last post: 2 years, 6 months ago | Thread started: Jul 26, 09, 7:59 p.m.
- blaw
As shown below, I have a two column layout with an irregular-shaped image that must be positioned flush with the page bottom and overlaying the right column.
I've set the z-index to 1, which accomplished the overlay, but I cannot seem to get it flush with the bottom.
Thoughts?
- Jul 26, 09, 7:59 p.m. – Permalink
- iamaracinghorse
How is the element positioned? Absolute?


- Dog-earJul 26, 09, 8:06 p.m. – Permalink
- blaw
If I use:
position: absolute;
left: auto;
bottom: 0;
z-index: 1;...it positions the image at the bottom of the available browser space, but I need to accommodate for when the page is longer than that. I need it at the bottom of, say, the body or html object.

- Dog-earJul 26, 09, 8:19 p.m. – Permalink



