http://elastichosts.darkgreener.com/cloud-support/index.html
Please could anyone explain why the table (#support-table) is being pushed down to align with ‘Submit a ticket’, rather than following straight on from the first paragraph?
I don’t understand why the table is being pushed down, but the header and paragraph are displaying just fine inline alongside the right-hand gray block.
I assume it must be something to do with the display property of the table – I’ve tried setting it to display:inline, but it doesn’t seem to help.
Thanks.
It’s because of
float: leftinextra.cssline 135. Remove that or change it tofloat: noneand it scoots up to the paragraph.