>how can I make the footer of my website
>to be fixed on the bottom in IE6 ( it works well >on other browsers ).
position: fixed, doesn't work in IE 6. So...try using conditional comments
in IE, and in them, put this style --
html, body {height: 100%;overflow: auto;}
Then, anything you want to be a fixed position in IE6, use position:absolute
on it. That should do the trick. It'd probably be best to put that absolute
positioning in the IE conditional comments too.
Devon
________________________________________________
This mail was sent by UebiMiau 2.5
______________________________________________________________________
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/