Click to See Complete Forum and Search --> : CSS newbie problem


KYjelly
04-13-2009, 09:37 PM
Gday guys,

New to the site, so thanks for the opportunity to learn from you guys.

Having a small CSS issue (I think). Im building a DotNetNuke site for a friend, and am using a 3rd party navigation module.

See here for my example: http://www.woodsgrain.com.au/CONTACTUS/tabid/58/Default.aspx

That top box (in fluro green temporarily), that darrk green nav container is meant to be flush with the bottom of the fluro green container. Ive spent like a day trying to find out where the css/html is thats causing that spacing, but have nearly lost all my hair.

Any help/suggestions would be really appreciated.

Cheers!

DustFrog
04-13-2009, 09:58 PM
It appears that your Company menu header is another table within a table. You have already specified in your outer table to have "0" for cellspacing. Add this to the immediate parent table (immediate table containing <div class="dropmenu">) for this menu, and you'll notice a difference.

KYjelly
04-13-2009, 10:57 PM
It appears that your Company menu header is another table within a table. You have already specified in your outer table to have "0" for cellspacing. Add this to the immediate parent table (immediate table containing <div class="dropmenu">) for this menu, and you'll notice a difference.

Of course. Thank you very much! :D