[Webpro] Help with DIVs in CSS Layout

Valeron valeron at pinc.com.my
Tue Jul 20 23:44:56 EDT 2004


Hi Jeanne,

 > I want the topnav and bottomnav DIVs to meet in the middle so that there
 > isn't any dark-blue space in between. Is this possible with the method
 > I'm using?

you can throw this line in your css.

#topnav p{
	margin-bottom:0px;
}

the margins for the p tag in your css is causing the dark-blue space.

:)

hope it helps.
best regards



More information about the Webpro mailing list