I have two divs side by side. The problem is, when I have long bound text in one div, it overflows to the second.
here is an example:
http://jsfiddle.net/hjZ8F/1/
How to adapt?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is working version of your jsFiddle: http://jsfiddle.net/hjZ8F/2/
Just add
word-wrap: break-word;to the style attribute of the long span