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  
> h1. I
> tried to eliminate that by throwing some vertical-align:top (which the
> tools show to come thru), but to no avail.
>
> The idea is to have h1 on top and leave enough space to the bottom for
> different font sizes.

That 'space' is called margin.
All US have a default margin  at the top and bottom of elements.
Setting
h1 {margin-top:0}
in your stylesheet will eliminate that space you're worried about.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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