Short ans sweet: Why does :hover does not display the hidden content? I've tried everything, from display: block: to #trigger a:hover.
Here is the testcase: http://jsfiddle.net/5egvV/
|
Short ans sweet: Why does Here is the testcase: http://jsfiddle.net/5egvV/ |
||||
|
|
Two problems:1. Wrong CSS selectorYou have:
It should be:
2. Wrong HTMLYou have:
It should be:
|
||||