Hi Jeff,

Two quick suggestions

> if i change the background image over to the li it aligns  
> perfectly, but
> then the hover doesn't work. can anyone help me with this? i can't  
> imagine
> what is going on with this, i've never had this problem come up  
> before.
> guessing it has something to do with using an image for the link  
> though?

One solution is:

#secondaryNav li a img {
        background: transparent url("backgrounds/navBG.gif") no-repeat left  
top;
        padding: 0 0 0 1.5em;
        }
#secondaryNav li a:hover img {
        background: transparent url("backgrounds/navBG-hover.gif") no-repeat  
left top;
        }

Or you may also swap each image (the menu labels) - but of course  
that will be more images to handle.

Regards
/oa berg

> link: http://melissagerstein.com/tests/bg_test/test.htm
>
> Thanks in advance
> Jeff

______________________________________________________________________
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/

Reply via email to