View Single Post
  #6 (permalink)  
Old Feb 9th, 2007, 16:41
Trollivier Trollivier is offline
New Member
Join Date: Feb 2007
Location: Montreal
Age: 29
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Challenge... absolute AND relative positionning

This problem has been solved

The float box needed to be "position: relative" so the other absolute box inside it would follow the bottom.

Without the position:relative, the absolute box was always at the bottom of the page, rather that at the bottom of it's parent.
Reply With Quote