# Footer wide problem in IE7

**URL:** https://forum.kirupa.com/t/footer-wide-problem-in-ie7/271838
**Category:** Uncategorized
**Created:** [September 29, 2008, 1:03pm UTC](https://forum.kirupa.com/t/footer-wide-problem-in-ie7/271838 "2008-09-29T13:03:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![tanicos](https://avatars.discourse-cdn.com/v4/letter/t/3bc359/32.png) [@tanicos](https://forum.kirupa.com/u/tanicos)
#### Post date: [September 29, 2008, 1:03pm UTC](https://forum.kirupa.com/t/footer-wide-problem-in-ie7/271838/1 "2008-09-29T13:03:48Z")

</div>

after tweaking as much as possible a dating script i finally thought to ask for some help  
in FF3 the footer is wide since i use

```php
#footerMain{
    width:100%;
    height:150px;
    background:url(images/ftb.jpg) repeat-x ;
    color:#DE7F0B;
margin:0;
}
#footer{
    width:950px;
    margin:0 auto;
    height:112px;
    position:relative;
}

```

now in IE7 things are not the same. the script uses a lot of tables and also uses the \<center\> tag…the footer goes after the \</center\> or \</table\> tags are closing so it should work…unfortunately is not  
live link for help [http://www.osdatetemplates.org/](http://www.osdatetemplates.org/)
