I am currently working on a website and have created a menu with background images for each parent li element. To accommodate sub-menu entries that span two lines, I set a high value for the background-size property. However, I have encountered an issue with Internet Explorer not supporting background-size, resulting in a display problem.
How can I resolve this situation? I attempted to adjust the height of the background image, but it did not seem to make any difference.