Hi Nick, I would recommend that instead of background-position you use the hover attribute.
So sort of like this: A { background-image:none; width: 130px; } A:hover { background-image:url("mynewimage.jpg"); } Now I've not actually tested that method this moment but I believe that's how I did mine last time. Also just a small mention that since your menu is in fact a list I'd recommend that in the future you use UL and LI for your menu items instead of DIV's and it will help you out greatly when sorting your CSS. ~ Lacuna -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicholas Karnick Sent: 07 August 2007 20:47 To: css-d@lists.css-discuss.org Subject: Re: [css-d] Layout fixed, new problem with background-position Ray Leventhal wrote: > Hi Nicholas, > > I'll assume the issue is IE6 only as I've just looked in Win/FF2, > Win/FF1.5 and Win/IE7 and the site looks great. > > ~Ray > Hello Ray, Correct, it seems to work in every browser I have tested (Firefox 2.0, Opera 9.21, Navigator 9.0, and IE7) except IE6. Nick ______________________________________________________________________ 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/ ______________________________________________________________________ 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/