We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've used the structure like:
<nav id="my_nav"> <ul> <li><a>1st Link to hover</a></li> <li><a>2nd Link to hover</a></li> </ul> </nav>
Cufon refused to apply hover color css rules for a elements. I've tried everything and it just didn't work no matter what.
But after I changed the html structure to:
<div id="my_nav"> <ul> <li><a>1st Link to hover</a></li> <li><a>2nd Link to hover</a></li> </ul> </div>
It started to work like a charm. Since we're living now in the age of HTML5 I think this is a crucial bug to fix.
Hope this would help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've used the structure like:
Cufon refused to apply hover color css rules for a elements. I've tried everything and it just didn't work no matter what.
But after I changed the html structure to:
It started to work like a charm.
Since we're living now in the age of HTML5 I think this is a crucial bug to fix.
Hope this would help
The text was updated successfully, but these errors were encountered: