3 column css with fixed widths. main div content is 768 with 10 px margins on left & right side. left side content - float: left 159px middle content: float: right 365px right side: float right: 210px = 734 I would think it's the margin with the interior div's but not so as I made those zero. what is the solution for this besides re-doing the whole darn thing..? I've tried lessening the right side as it works a dn displays correctly "without" rss feeds inserted into the corresponding middle column. BUT, the same feed in the middle column on anther page displays correctly. one more question: Since I hate IE7, display is crappy. Main reason:I like the web address display under the toolbar & MS says it is for security reasons How does one check if the site displays correctly in IE7 if it's not on your computer..chk on someone else computer or is there a website where you can do this..?
Can you provide some code? If I understand correctly, my first instinct tells me that the right column is relative and wants to sit below the left and middle content. As for your second question, try: http://browsershots.org
Try floating them all as left... this should work. Make sure none of them have a "clear" value. Avoid margins on inner columns, use padding instead. If none of these work.... panic!