Alicia C wrote: >Hello =) I'm kinda new to this whole CSS thing and I tried to buid a layout, >but there's a problem: > >How can I make the horizontal menu here: >http://www.freewebs.com/highwayjunkie/blog2.htm > >Look like this? > >http://www.freewebs.com/highwayjunkie/test1.htm > >I tried to put it in a separate div, with the same properties of the header >div. Didn't work. My second option was set the header image as a background >image and place the menu. Again, didn't work. > >Please, any ideas? >Thanks =) > > Hi Alicia, Hint: close the header-div before starting the submenu div. [1] :-) : testpage <http://home.tiscali.nl/developerscorner/css-discuss/test-alicia.htm>. Now the fine tuning!
Greetings, francky [1] Cascade style: if the #submenu is inside the #header, the #submenu is dripping wet under the cascade (positioning, colors, ...) of the #header. If the #submenu is outside the #header, it is starting it's own cascade. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
