Hi, > I have just launched a new site; however, there seems to be a bug in IE on
> the PC on the following page. > > http://dineenandwestcott.com.au/about.php You could use absolute positioning of the right column since it seems you just want to get the right column past the navigation bar. Try: #right_column { position: absolute; left: 250px; padding: 0; } And then get rid of: * html #right_column { /* IE only, both MAC and PC */ margin: 0 0 -50px 250px; padding: 0; } I didn't download your whole site, so I haven't tested it myself. Also, I noticed you had some '&' in your html instead of '&'. Regards, Kepler ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
