Ian Young wrote:
> I want the images in the content div as that way the image will be at
>  bottom no matter how much text there is.
> 
> http://www.iyesolutions.co.uk/templates/whs/test.html

You'll have better luck if you add...

#wrapper {position: relative;}

...and change position to...

#base {position:absolute; right: 0; bottom: 0; width:150px;}

 From there you can place that, or any, element where you want - relative
to the container it is inside in the source-code.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to