Forum Moderators: not2easy

Message Too Old, No Replies

Container streches away from footer in ie5mac

         

ManoloBrown

4:42 pm on Apr 18, 2006 (gmt 0)

10+ Year Member



I am having a problem with my footer in ie5 for mac, i have a border around my container, and a image for a footer. It looks great in firefox and safari, but in ie 5 the bottom border away from the footer. Can some one help here is the css.

div#container {
width:750px;
margin:10px auto;
line-height:130%;
border: 1px solid #00adef;
}

div#navigationfooter {
background-color:#00adef;
clear:both;
margin:0;
padding:0.5em;
background-image: url(Making%20Money%20Contest/images/footer-1.jpg);
background-repeat: no-repeat;
height: 100px;
}

swa66

7:37 pm on Apr 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Unless you have a niche that *needs* it. I'd suggest to forget IE on MAC. Microsoft stopped it's production and distribution. Focus on Safari and Firefox. With apple going for OS X 10.5, soon those still on 10.3 will upgrade as they'll loose their support.

Both Safari and Firefox will be lots easier to support. Although Safari has a few quirks IE tends to have as well.

Thinking of it, I can;t imagine a niche that needs MSIE on mac support anymore. The hardcore Apple users won't need it anymore and it never really worked well anyway.

Good luck in fixing it!