Title: Message
Thanks Georg for the fix ~ I must remember that for future designs!
 
That works beautifully.
 
And Russ ~ so that more and more web standards faeries may live, I have converted all 0px's in my code to 0.
 
I do believe....
 
White Ash
 
FIX:
 

Re: [WSG] Gaps At The Top

Gunlaug Sørtun
Thu, 02 Feb 2006 15:32:25 -0800

 
 
Adding something like:

div#container,div#banner {padding-top: 1px;}
#navlist {margin-top: 10px;}
h1 {margin-top: -10px; max-width: 400px;}

...shouldn't be too far off.
Those padding-top prevent collapsing margins, and the margins are then
defined to position correctly across browser-land.

Adjust those margins to taste, and check for unwanted
overlapping/breaking when font-resizing is applied.

regards
        Georg
--
http://www.gunlaug.no
 
 

Reply via email to