In this URL:
Home
In IE7, the center content bumps to the bottom of the page and the right sidebar is not flush right.
Can anyone suggest a fix for IE7 on this? Looks good in all other browsers.
Thank you.
| SitePoint Sponsor |
In this URL:
Home
In IE7, the center content bumps to the bottom of the page and the right sidebar is not flush right.
Can anyone suggest a fix for IE7 on this? Looks good in all other browsers.
Thank you.


Hi,
You need to remove the margins form the right column and the width from the center column.
Code:#rightSidebar{margin:0} .se-body-content { padding: 30px 30px 150px; /*width: 720px;*/ }
www.pmob.co.uk CSS FAQ 3 col demo Read My CSS Articles
Ultimate CSS Reference
Check out SitePoint's latest JavaScript challenge
Worked perfectly. Thank you so much for your time!
Last edited by WymanK; Mar 30, 2011 at 15:08. Reason: added text
Bookmarks