|
Posted by Mark Parnell on 03/21/06 01:53
Deciding to do something for the good of humanity, Martin Clark
<martin@spl.at> declared in alt.html:
> The only problem I can now see with it is that, in Firefox only, there
> is a small gap between the header container and the navigation
> container. I can't work out what is causing this
The DOM Inspector is very handy for things like this. In this case, it's
because .banner is taller than .header, so it is pushing everything
below it down.
Add height: 79px; to .banner to make it the same height.
--
Mark Parnell
Now implementing http://blinkynet.net/comp/uip5.html
Navigation:
[Reply to this message]
|