View Full Version : Align <DIV> to the lower right corner of another <DIV>
Stock_Analysis
07-15-2007, 05:19 PM
How do you align a <DIV> to the lower right corner of another <DIV>
<div>
some content....
<div>this is in the lower right corner of the container-div</div>
</div>
(on my homepage I would like to align the "Swedish"-link in my logo to the lower right corner)
With kind regards, Peter
Stock_Analysis
07-15-2007, 06:22 PM
I have found a solution that works in FF, but not in IE
1. I have set the position of the containing div to relative.
2. The position of the inner div to: absolute; bottom: 0px; right: 0px;
Why doesn't that work in IE. Is there any solution?
Thanks!, Peter
VIPStephan
07-15-2007, 07:25 PM
It should work in both browsers. More code or a link to your site would help.
Stock_Analysis
07-15-2007, 08:39 PM
You can find the link to my site is in my signature (www.optimaltrader.net)
VIPStephan
07-15-2007, 09:59 PM
Well, where is the part of the code you’re having problems with? I didn’t wanna see your website but the page/code that relates to your problem.
Help us to help you, otherwise you won’t get any help.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.