Michael Morris
First Post
I'm currently going through one part of my job I hate - fixing sites to look - passable - in IE. Actually, in my day job I have to make it *exact* but I'm not going to do that IE users - I will make it passable.
For example, in EN2's layout the navbars have a left margin away from the logo on the left and are allowed to expand to hit the right page. The top one's margin is 300px, the bottom one 400px. Now the internal table in Firefox, Opera, and Safari (read *CSS compliant*) is set width 100% to fill this space, and only this space. IE thinks 100% is relative to the *page* so it shoots out part of the menu 300px beyond the right margin of the page.
PAMWF, the support software I developed for DMGx and am using on EN2, solves this problem by letting me selective add or omit lines of CSS from a master file from being sent to a browser. So in IE the table has no set width and as a result all the nav options - though present and functional, are crammed up against each other.
Microsoft has bragged that IE8 will be compliant - I'll believe this when I see it but given the company's past foot dragging I won't be on it. In the meanwhile be forewarned that pages will look slightly worse on IE 6 and 7. This is unavoidable - IE sucks.
For example, in EN2's layout the navbars have a left margin away from the logo on the left and are allowed to expand to hit the right page. The top one's margin is 300px, the bottom one 400px. Now the internal table in Firefox, Opera, and Safari (read *CSS compliant*) is set width 100% to fill this space, and only this space. IE thinks 100% is relative to the *page* so it shoots out part of the menu 300px beyond the right margin of the page.
PAMWF, the support software I developed for DMGx and am using on EN2, solves this problem by letting me selective add or omit lines of CSS from a master file from being sent to a browser. So in IE the table has no set width and as a result all the nav options - though present and functional, are crammed up against each other.
Microsoft has bragged that IE8 will be compliant - I'll believe this when I see it but given the company's past foot dragging I won't be on it. In the meanwhile be forewarned that pages will look slightly worse on IE 6 and 7. This is unavoidable - IE sucks.