I'm creating a simple two column layout using CSS but I'm running in to a couple of problems nesting tables within both of the columns in IE. One column is a fixed width and is floated to the right of the screen the other column then has a right margin set to seperate it from the other column.
The problem occurs when I have a table with 100% nested inside both columns, in Firefox it's fine but in IE the two tables can never be side by side with the table in the main column always appearing below the table in the floated column.
I've posted my current code below so if anyone has got any idea's they'd be more than welcome as I don't have much hair left!
[code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head>