-
Notifications
You must be signed in to change notification settings - Fork 259
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
Horizontal Menu in IE 8 #36
Comments
Hi, Jeff Could you please post a sample of your code? |
Sure. Here is the base code that came with the download (my-page.html). It works in Chrome but not IE 8 (for me). I'm not sure if I pasted it correctly, but here it is: <title>My InK Page</title>
|
Thanks for your report, Jeff. You'll need to download html5shiv.js from here: https://github.com/aFarkas/html5shiv/zipball/master and add it to your page. html5shiv adds support for new html5 tags in for IE8 and under. It should be bundled with Ink, but for some reason it's not. I'll look into it. Thanks again, Jeff. |
Thanks. That partially worked. The navigation visually looks right except it doesn't highlight any of the menu items when you pass the cursor over them. Basically the hover characteristic doesn't seem to be working. Thanks! |
You are right Sir! Can't find out why either. Let me do some debugging. |
Pedro, I am testing with IE 8.0.7601.17514, 256-bit. Thanks! |
HI Pedro, ink-collapsible doesn't work in IE either. THanks! |
Hey there jeffdlong. Sorry it took so long but these issues have been solved and their solution will be available as we release v2 of Ink. Meanwhile feel free to clone the repository and checkout branch v2. It's a WIP branch but it does contain the latest code. |
Hi, I'm having the same issue. I think I added the html5shiv file, but IE8 is rendering the menu horizontal. I'm using INK 2.2.0 Below is the source code. Thanks for your help.
|
Have you checked whether the html5shim is being loaded? |
Thanks, it was a problem of the load order of the js files. It's already On Fri, Aug 23, 2013 at 1:49 PM, Fábio Santos notifications@github.comwrote:
|
I implemented your Horizontal Menu and for some reason it doesn't seem to work in IE 8??? Works great in chrome. But in IE 8 it turns it into a bulleted list. Thanks, Jeff
The text was updated successfully, but these errors were encountered: