I think you should be able to achieve this without absolute positioning.
I found this in your styles:
#sinreg { font-size: small; height: 48px; width: 163px; top: 160px;
position: absolute; left: 4px; visibility: visible; padding-top: 10px;
padding-right: 8px; padding-left: 5px; }
To get three column layout with CSS you could look at
http://css-discuss.incutio.com/?page=ThreeColumnLayouts
http://alistapart.com/articles/holygrail
Stephan
On 11/15/06, Aleve Sicofante <[EMAIL PROTECTED]> wrote:
> I'm fairly new to CSS and I'm having a hard time understanding how to set
> the height of nested divs.
>
> I'm using three divs to create decoration. The inner div should set the
> height of the group. This works fine in IE6 and that's all the customer
> required at first, but I also want it to work in Firefox. I've seen that IE7
> works here the same as Firefox, so I should definitely fix this issue before
> launching the real site.
>
> Please check the testing versions here:
>
> http://www.vieira.es/test/index.html
> http://www.vieira.es/test/maquinaria.html
>
> I'm googling around, but I can't find a solution, probably because I can't
> find the right search string, so I would appreciate both direct help and
> suggestions of places to look for solutions.
>
> Thanks for any help.
>
> sicofante
> ______________________________________________________________________
> 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/
>
--
Stephan Wehner
> http://stephan.sugarmotor.org
> http://stephansmap.org
> http://www.trafficlife.com
> http://www.buckmaster.ca
______________________________________________________________________
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/