I changed my header as well as #navMainWrapper & #navMain, the graphics & also the size. Previously #navMainWrapper & #navMain were 68px high, now I want to change it to 32px but it I change the height to anything less than 52 px high the links disappear. I also changed logoWrapper & headerWrapper accordingly.
Is there someplace besides the stylesheet that I need to change the height for #navMainWrapper & #navMain? I don't recall doing that before, but it was quite a while ago.
Here's my page
In my stylesheet, I have this (it's changed to 52px now so that the nav show up):
Code:#navMainWrapper { margin: 0em; background-color: #544234; font-weight: bold; color: #ffffff; font-size: 9px; height: 52px; width: 100%; } #navMainWrapper { background:url("../images/topmenubar.jpg") top left no-repeat; } #navMain { float:right; width:700px; line-height:normal; height:52px; }




