Hi there, The first paragraph in the middle looks different in different browsers. The look we want (same in Firefox and Safari) http://www.asima.illusiveonline.com/ For the same site, when viewed with IE 6, 7, 8, the first paragraph where it says "Committed to making dreams come true, Asima Realty is the new standard in..." does not go across the center content div. Any ideas? I can't figure this out.
Your positioning issue also occurs in Opera. Though you may not wish to use this method, your issue can be solved by placing the floated right element, in the extending paragraph like so: <div class="margined"><p>Committed to making dreams come true, Asima Realty is the new standard in real estate services.<div class="righttextblock"><b><p>"I am confident that our dedication will provide you with a comfortable and successful real estate experience"</p></b><div class="signature" align="right"><i><p>- Marco Da Silva, President</p></i></div></div> Dedicated to creating a friendly, trusting and comfortable environment, we strive for total customer satisfaction through our innovative, honest approach to real estate. Asima sales professionals recognize the uncertainty that home owners often experience.... Code (markup): After doing that, you can decrease class righttextblock's padding-top and possibly its height. I realize that you are using a XHTML 1.0 doctype, however, your code seems to be more closely related to HTML 4.01. XHTML/HTML validation errors can cause many problems with cross-browser rendering. I recommend using the W3C Validator to check/solve these issue.