Skip to content
New issue

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

Hover { hover: 'true' } doesn't work within HTML5 <nav> element #262

Open
LoomyBear opened this issue Jan 25, 2013 · 0 comments
Open

Hover { hover: 'true' } doesn't work within HTML5 <nav> element #262

LoomyBear opened this issue Jan 25, 2013 · 0 comments

Comments

@LoomyBear
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant