One thing that I am noticing is that you are in quirks mode in both IE and Firefox which will create different rendering models in both browsers. Try HTML 4.01 strict instead to make sure both are working in the same standards rendering mode. IE6 will render the box model according to its old way width = margin + padding + border + content in quirks mode. Try this doctype instead. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-----Original Message----- From: Erika L. Walker-Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 1:56 PM To: CF-Community Subject: RE: Left margin in Firefox Ok, I think I have it now following Kevin's example! Thank you Sandy and Kevin! :D http://www.contentsamples.com/ Cheers, Erika ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:5:142144 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
