Jump to content

containment help


me16_17

Recommended Posts

Here's your problem, because the way it's made, long words like that will "beak-out" of your set sizes. It should work fine if you input actual text in, or just a filler, like Lorem Ipsum.Right now in your HTML it's:

<div id="left"><p>test left aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</p></div>

Try something like this:

<div id="left"><p>test left Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean in elit. Sed venenatis iaculis ligula.</p></div>

Or less to make sure.~Aphotic

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...