[css-d] Beginner: text distance ;-)

2007-08-21 Thread Ingo
Dear list, another issue where my understanding is limited: http://web-bereiter.de/chobocca.com/test03/index.html I inspected #heading and h1 with Firebug or Webdeveloper Toolbar. There is a certain vertical space between the beginning of #heading and h1. I tried to eliminate that by throwing

Re: [css-d] Beginner: text distance ;-)

2007-08-21 Thread Philippe Wittenbergh
On Aug 21, 2007, at 8:10 PM, Ingo wrote: another issue where my understanding is limited: http://web-bereiter.de/chobocca.com/test03/index.html I inspected #heading and h1 with Firebug or Webdeveloper Toolbar. There is a certain vertical space between the beginning of #heading and

Re: [css-d] Beginner: text distance ;-)

2007-08-21 Thread Ingo
Ingo schrieb am 21.08.2007 13:10 http://web-bereiter.de/chobocca.com/test03/index.html is a certain vertical space between the beginning of #heading and h1. I Found the solution myself (thanks to firebugs layout view) - h1 {margin-top:0px} fixes that space. Ingo