Norman Fournier wrote:

> Hello,
> 
> The footer is positioned at the end of the bodycopy, here:
> 
> http://www.normanfournier.com/capabilities/privacy.html
> 
> but does not stay anchored to the bottom of the browser window when  
> there is little bodycopy, as in this page:
> 
> http://www.normanfournier.com/realworld.html
> 
> The ideal solution is the footer appears at the bottom of the browser  
> window as opposed to the end of the bodycopy.
[...]
> Norman Fournier

Hello Norman, you need a container with a min-height of 100% for the 
rest of the contents to be able to position the div#footerholder.

Currently the only container you have is the <body> and you don't want 
to place the div#footerholder between the </body> ... </html> tags. This 
should be easily achieved by absolute positioning but for Opera, this 
requires a re-flow by resizing the viewport horizontally.

Because of this footerStickAlt method (mentioned in thread) is the 
proven method.


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to