You are using the following doctype <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Take out the xml prolog (<?xml version="1.0" encoding="UTF-8"?>). That throws IE into quirks mode, which uses a broken box model (width = borders + padding + content). The box model that firefox uses (and IE in standards mode) is (width = content) Sandy Clark -----Original Message----- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 8:26 AM To: CF-Talk Subject: OT: CSS and Firefox OK, I'm working on making all new sites I work on XHTML/CSS compliant, one step at a time. Not a heavy learning curve, but I am running into some small odd things that I don't understand. For instance, on http://i05.irieradio.com, on pages other than the home page and the blogs page, my central content area has decided to displace itself to below the left nav. This only occurs in Firefox, it displays fine in IE. This is a pretty common layout so I'm going nuts trying to figure out why it would be doing this. Any suggestions? Cutter ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218201 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

