Having a bit of trouble positioning two div's side by side. Divs are usually block elements, but this time I'm facing some challenges in getting them to sit next to each other.
Here's the HTML code:
<div class="contact">
<div class="team" id="staff-1">
<div id="DIV_2">
<img id="brian" src="../img/brian.png">
</div>
</div>
<div class="team" id="staff-1">
<div id="DIV_2">
<img id="brian" src="../img/brian.png">
</div>
</div>
</div>
I won't be sharing all the CSS here as it's quite lengthy for a SO post. However, you can view it on jsfiddle: http://jsfiddle.net/rynslmns/5pQJ7/