Looking for some assistance with a HTML/CSS issue...
I've created a new menu using the following CSS and code, but I'm encountering a problem with extra space between lines of text within the menu (specifically with the 'big' and 'small' span elements) in IE8.
When I try using text-indent instead of margin for the sub menu items, that's when the issue arises. IE7 is fine, along with Chrome, Firefox, etc.
Here is the CSS styling:
Your modified CSS code goes here...
And here is the HTML markup:
Your modified HTML code goes here...
It seems like IE is not recognizing the height set for each nested span element next to the images. Any insights or suggestions would be greatly appreciated!