I have been struggling with the layout of a website that contains multiple columns. After extensive work, I believed I had everything properly aligned. Adobe BrowserLab seemed to confirm this, aside from various issues in IE6 and IE7 which I decided to overlook.
However, upon testing the site on another computer, I found that IE9 displayed it similarly to how IE7 did in BrowserLab. Specifically, the "Daily Tech Blogs" column was now positioned at the bottom of the page.
I am unable to determine the cause of this issue. As indicated in the CSS code, I utilized display:table and display:table-cell to ensure consistency across browsers (or so I thought). Initially, I used DIVs but encountered varying browser treatment. Switching to <table>
elements threw off the entire layout. Here is the link to my JSFiddle:
Any insights or suggestions?