Take a look at this website.
I'm struggling with expanding the submenu list items in IE7. It seems that when you hover over one of the LIs under Restaurants, the green does not fill the entire line. I attempted using {width: 100%}
, but it did not solve the issue.
Any thoughts on why this works fine in Firefox but not in IE? And how can it be resolved?
Thank you.
UPDATE: I am able to achieve the desired look by specifying a width explicitly (such as 51px), but I don't want to do that for a layout that should accommodate dynamic content.