Mr. Laakso, You were right - that damned spacer division dealie was botching things up ... somehow. I took it out, and things began to return to normal; not the least of which was the berzerker rage that was building within me.
Thank you very much for your assistance. You were right on the money. And I will look into those HTML errors. Apparently, I am a lazy slop-artist, and didn't know it. Thanks again. Tom -----Original Message----- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 12:46 PM To: [email protected] Cc: Thomas W. Bickle Subject: Re: [css-d] Flow problem in IE6 The page looks the same to me in XP_SP2 IE/FF/Opera. So I'm not exactly sure what you mean. But for what it's worth: You've got lots of html errors. Make a back-up and run the source file through Tidy Online<http://infohound.net/tidy/>. Then delete all instances of that little spacer division guy. Add something like this to your CSS using the margin-bottom to tweak the vertical space between the divisions. .contact_wrapper { margin: 0 0 120px 0; } Validate the CSS and HTML files. Pray that someone who knows what they are doing reads this. -- http://www.dlaakso.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
