I have a table in “right column” and I can’t seem to get it to move to the top of that column. Any suggestions? I think it’s something to do with css the display : table-cell;
link to fiddle -> http://jsfiddle.net/ZyAQc/
added link to fiddle so you can see what I am talking about.
Add “vertical-align: top;” to #rightcolumn in your css
Here is the working fiddle: http://jsfiddle.net/jqS8K/