Divs not aligning side by side
Posted
by
Abijah
on Stack Overflow
See other posts from Stack Overflow
or by Abijah
Published on 2012-06-25T03:12:14Z
Indexed on
2012/06/25
3:15 UTC
Read the original article
Hit count: 177
I've been learning about divs over the past few months, and am now able to align divs side by side.
However, today I was working on my website, and my divs suddenly stopped lining up.
The divs in question are: #dorsey_left, #dorsey_middle and #dorsey_right.
When I remove #dorsey_left from the HTML document, #dorsey_middle and #dorsey_right align properly. I'm guessing that the problem is related to #dorsey_left, but I can't find anything in the code.
This is the JsFiddle.
© Stack Overflow or respective owner