Valid but looking bad in FF and Opera

teammatt3's picture

He has: 2,102 posts

Joined: Sep 2003

I need some help.

I am taking on a client on my own again and I am doing it tableless. All the code is valid, html and css. But I can't get this stupid goldish brown bar to be below all the content. Take a look in IE, that is how it should look. Now take a look in FF or Opera and the bar is right smack in the middle of the page. http://pass38.dizinc.com/~ita/

How can I get the goldish bar at the bottom like in ie?

demonhale's picture

He has: 3,278 posts

Joined: May 2005

or assign value height for this css...

#content-wrapper {
width:750px;
margin:auto;
height: 400px;
}

teammatt3's picture

He has: 2,102 posts

Joined: Sep 2003

I hate it when the solution is that easy. Thanks a bunch Smiling

demonhale's picture

He has: 3,278 posts

Joined: May 2005

yeah, sometimes we need another eye...

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.