Anyone have any ideas on this? Looks good in IE7, FF, etc. But no IE6. Look to the right of the div... the background image is going beyond 810px.
Any ideas?
| SitePoint Sponsor |


Anyone have any ideas on this? Looks good in IE7, FF, etc. But no IE6. Look to the right of the div... the background image is going beyond 810px.
Any ideas?


Oops.. forgot to put the URL: http://new.redtreedesign.com/

Hi,
I wouldn't be using any inline images in your markup, and it doesn't look right in anything BUT IE6!
I would have the whole thing as background image with the nav absolutely positioned top right, and the main content area with the correct paddings to push it into the 'content area'


I messed around with it a little... but still can't seem to get rid of that IE6 issue on the right.
http://new.redtreedesign.com/
Any ideas?

It's the padding on the footer that is pushing it over.
hmm..
I think it comes from padding-right:25px;
Because you've put the image "bottom.jpg" that's its width =810 and it'll plus with padding-right 25px so the total width is 810+25=835px
Let try to make "bottom.jpg" outside div#footer

I wouldn't be using any inline images in your markupIt's the padding on the footer that is pushing it over.![]()
Bookmarks