> Hey guys!
> 
> This webpage: http://hitech.lead2gold.org/ almost looks the 
> way I want it to now (thanks to all the people who've replied 
> to me in the past here).
> 
> My problem now is getting IE to stop putting a massive amount 
> of blank white space separating the heading from the rest of 
> the page.  I was almost thinking about just ditching the line 
> and maybe adding a top border or something?  Not really sure 
> what a good work around is...
> 
> Thanks again for everyone's help in the past!
> 
> Chris

Chris,

Try this:

#topline {
  height: 0;
  overflow: hidden;
}

- or -

#topline {
  font-size: 0;
}

IE isn't collapsing that element while FF does. I'm not sure what the spec is,
but either one of those should do it.

Hope it helps.
Bill



|================================|
| Bill Brown                     |
| Webmaster, MacNimble.com       |
| http://www.macnimble.com       |
| mailto:[EMAIL PROTECTED]      |
| Phone: 215-237-2037            |
|================================|



___________________________________________________________
$0 Web Hosting with up to 200MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to