# Vanishing wrapper in Firefox, works in IE?!

**URL:** https://forum.kirupa.com/t/vanishing-wrapper-in-firefox-works-in-ie/282005
**Category:** web dev
**Created:** [February 16, 2009, 5:02pm UTC](https://forum.kirupa.com/t/vanishing-wrapper-in-firefox-works-in-ie/282005 "2009-02-16T17:02:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chrisclick](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/chrisclick/32/1991_2.png) [@chrisclick](https://forum.kirupa.com/u/chrisclick)
#### Post date: [February 16, 2009, 5:02pm UTC](https://forum.kirupa.com/t/vanishing-wrapper-in-firefox-works-in-ie/282005/1 "2009-02-16T17:02:31Z")

</div>

So, I edited an old wordpress theme, new header etc. But, when i went to check it in Firefox, the wrapper had vanished!

It works in Maxthon 2, which is an IE based engine but doesnt in Firefox.

[http://chrisclick.com/](http://chrisclick.com/) try it! (the background needs changing, I was tired in making it)

So, whats wrong?

CSS

```auto

 * { margin: 0; padding: 0; outline: none; }
 
a:link, a:visited, a:active { color: #6891c3; }
a:hover { color: #134077; }
 
body {background-image:url(img/new/bg.png); repeat-x; font-family: Verdana, Arial, Helvetica, san-serif; font-size: 12px; color: #666; }
 
#wrapper { width: 950px; margin: 0 auto; background-image:url(img/new/body.png); height: auto; }

```
