Re: [css-d] Footer breaks in IE

2008-04-02 Thread Brian Jones
Ok I got it to work by increasing the height of the footer to 120px...What about this extra 2 or 3 pixels thats showing up on the right side of the whole page in IE? -- -Bdot "There are only 10 kinds of people in this world. Those who understand binary and those who don't" ___

Re: [css-d] Footer breaks in IE

2008-04-02 Thread Valerie Wininger
Have you tried playing around with the margin specified in the ie hack? It probably isn't going to be the same as the one for all other browsers. Try adjusting it and see if that fixes the problem. I had to do the same thing on my site, but I did finally get it to work. Valerie On Wed, Apr 2,

Re: [css-d] Footer breaks in IE

2008-04-01 Thread Brian Jones
This still is not working..In IE there is still and extra white space under the footer -- -Bdot "There are only 10 kinds of people in this world. Those who understand binary and those who don't" __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Footer breaks in IE

2008-03-31 Thread Valerie Wininger
I think you need to change the negative margin on the footer to equal the height of the footer. Same with the IE margin-top hack (**though you may need to adjust this one slightly). So, it would be: #footer { position: relative; margin: -100px auto 0 auto; width: 100%; height: 100px; background

[css-d] Footer breaks in IE

2008-03-30 Thread Brian Jones
Hi, Please help..I'm using a technique i found in the css world to keep the footer at the bottom of the page. In FF it works fine but in IE it breaks. Here's the link and css http://www.fatusboutique.com/ http://www.fatusboutique.com/css/eb.css Thanks -- -Bdot "There are only 10 kinds of peopl