Quote:
Originally Posted by sarel Sorry, there is no URL, only on my HTDOCS. |
No problem. You can also upload the file as an attachment.
Quote:
Originally Posted by sarel Observation:
Floating elements are left to each and every browser to interpret and variations may occur from browser to browser,
where as fixed elements using absolute or relative coordinates always produce good results.
Am I right?  |
The specification is fairly clear and while I haven't read the technicals on float in awhile, I don't remember it being left much up to the browser. You can check out the latest specification at
Visual formatting model
Now, for your problem. I placed a container div around the left column and floated main. That did it for me on both browsers. The file is attached.