I am a new here, I have facing a very strange problem.
Problem:
When I hover a menu item on the menu bar, the list items of that menu items would be invisible, it happening in IE7 browser and maybe IE9 too.
Check the attached ZIP file.
Could anybody advice me how to fix it by only touching CSS code?
Your attachments have not yet been approved, so it’s not possible for anyone to study your code. For the best chance of a quick response, include code in your post (formatted using the Select Syntax function in the message toolbar) or, even better, provide a link to a live page.
“Bumping” one’s own thread to get attention isn’t advisable.
some MEANINGFUL formatting might make debugging this easier.
you appear to have two div around the UL for no good reason.
you appear to have span inside every anchor for no good reason.
There is no real reason for that ‘parent’ class to even exist.
Though your problem is most likely a haslayout issue – I’m gonna be AFK most of the morning, but this afternoon I’ll try to revisit this to show you a bit better way of handling this. For now, I’d neuter the markup down to something a bit cleaner – as CSS is only as good as the HTML it’s applied to: