Liz wrote:
> No 2 - was ok until I put a logo in it.  The masthead is 99 px high
> and so is the image.  I wanted no border or space above it. When I
> added the 1 px padding I got a large masthead space around it.  When
> I make the padding 0 there is no masthead padding around the logo but
> there is the large white space above it.  Any fix?

> http://www.liztestsite.com/testsite/page1.html

Zero out the default-margins on h1...

h1 {margin: 0;}

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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