Sami wrote: > I am a beginner of CSS and am frustrated after failing this simple task. > Hang in there. And stick with it! > I am trying to compose a header that has two images one on each side (left > and right) and a site sections menu in between. Here is my test page: > > http://miyav.ath.cx > > (using css http://miyav.ath.cx/stil.css ) > > I couldn't set the vertical aligment of the menu and its separation from the > right image. I need the menu and right image to have some gap in between and > menu items aligned to the bottom of the header. How can I accomplish this? > > thanks > - S. J. Setting padding-top on the ul pushes the menu down. Setting height and width of the images helps bring them up in ie. You are using floats. That is good. Stick with them! No z-index needed. No absolute positioning needed. And a little different structure (using floats-- of course) and she'll do just fine. <http://www.chelseacreekstudio.com/ca/cssd/header.html> (quick tested in ie 5 through 7 and, compliant browsers). HTH. ~dL
-- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
