[css-d] footer at bottom /text overfow in IE

2006-01-16 Thread In Tel webdesign
I've used this tutorial to stick the footer at the bottom offf the page.
http://www.sitepoint.com/forums/showpost.php?p=1239966postcount=3
With FF it works just as i want it to, but in IE the tekst runs over the 
footer.
I want it to scroll automatically. Also the #naviblok doesn't fill out till 
100% in IE.
So i need some help.

www.poolstyling.nl/index.htm
www.poolstyling.nl/css/pool.css

Met vriendelijke groeten

Adrie den Hertog
In tel webdesign
www.in-tel.nl


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] footer at bottom /text overfow in IE

2006-01-16 Thread videoscott1
Try adding this:

html #footer { margin: 0; padding: 0; position: fixed; z-index: 1; bottom: 
0; left: 0; width: 100% }

Scott

[EMAIL PROTECTED] wrote:

I've used this tutorial to stick the footer at the bottom offf the page.
http://www.sitepoint.com/forums/showpost.php?p=1239966postcount=3
With FF it works just as i want it to, but in IE the tekst runs over the 
footer.
  


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/