Jump to content

I Need Help with my Div Positioning


Ryan

Recommended Posts

You need to addoverflow: auto;ORoverflow: scroll;to your center div. So you code for that portion would be:

#centercolumn {border: 1px solid #ccc;margin: 0 auto;display: inline; /* IE Hack */padding: 4px;width: 600px;float: left;min-height: 300px;background-color: #000000;overflow: auto;}

That should fix your problem.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...