On Fri, 10 Jun 2005 15:07:20 -0400, Thomas W. Bickle <[EMAIL PROTECTED]> wrote:
Before I go, can anyone enlighten me as to what is going on with this page?http://tombickle.com/files/test/contact.html
My problem is that in the middle column, the "content" div, much of the
content is pressed down below the horizontal plane of the bottom of the
adjoining column causing a huge gap.  It used to be the entirety of the
content DIV, but now seems to be only the first portion of it.
Did I mention it looks fine in Firefox?
Can anybody offer insdight as to why this is happening, other than God hates
me?

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/

Reply via email to