Erik Visser wrote: >>The divison in 2 equal columns works alright. There's one drawback. >>There's a gap between the header of the page and the two columns. >> >>markup: http://beta.bartbleijerveld.nl/ >>css: http://beta.bartbleijerveld.nl/css/skidoo_too.css > > Ok this closes the white gap between the header of the page and the two > columns for firefox 1.5: > > .vnav { margin: -1.1em 0; } > > And this is Mozilla 1.7.8 needs: > > .vnav { margin: -1.4em 0; } > > So I guess this is not the right way to finding a solution, is it?
At least you now know where the problem is located. Next you need to find out why .vnav is being pushed down. Ben. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
