[css-d] I can't make any fixed position tutorial on ie work, please help

2007-02-06 Thread Marcelo Wolfgang
Hello all, I know this is had been covered before, I've 1 quazilion demos on the web, but I could not make it work on my site, So, I'm asking for advice on how can I make the footer of my website to be fixed on the bottom in IE6 ( it works well on other browsers ). here's the link http://portfo

Re: [css-d] I can't make any fixed position tutorial on ie work, please help

2007-02-06 Thread Devon
>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

Re: [css-d] I can't make any fixed position tutorial on ie work, please help

2007-02-06 Thread Marcelo Wolfgang
Hi, It don't work, the element is throw to the end of the content and it scrolls normally you can check your solution in http://portfolio.grillo.tk/2007/devon.html Thanks for the input! On 2/6/07, Devon <[EMAIL PROTECTED]> wrote: > >how can I make the footer of my website > >to be fixed on th

Re: [css-d] I can't make any fixed position tutorial on ie work, please help

2007-02-06 Thread Gunlaug Sørtun
Marcelo Wolfgang wrote: > So, I'm asking for advice on how can I make the footer of my website > to be fixed on the bottom in IE6 ( it works well on other browsers ). > http://portfolio.grillo.tk/2007 If you're not bothered by IE-expressions, then the following will work. Replace _everything_ yo