I have two divs inside a div, I want them both adjacent to each other with a margin of 10px or so separating them but instead they appear one above the other.
Something like this should do it...
#fact { width:200px; float: left; margin: 0 10px 0 0; } #sortbar { float: left; }