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

Doesn't work on IE8 #41

Closed
mksuthar opened this issue Mar 18, 2013 · 8 comments
Closed

Doesn't work on IE8 #41

mksuthar opened this issue Mar 18, 2013 · 8 comments
Labels

Comments

@mksuthar
Copy link

Popup and overlay Works ! The designated area remains under the overlay.

@afshinm
Copy link
Contributor

afshinm commented Mar 19, 2013

Could you please explain more about this bug? Any screenshot can help to resolve the issue.

@ed-parry
Copy link

This is what I see in IE 8 (Windows 7). The popup is okay, although the number icon is not rounded, but the main designated area stays hidden.

Capture

@Starefossen
Copy link
Contributor

Might very well be a HTML5/CSS3 problem (which IE < 9) does not support.

Try adding this at the very top of your site:

<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

@afshinm
Copy link
Contributor

afshinm commented Mar 23, 2013

I'm agree with @Starefossen too. Thanks @Casiotone for the pull request, I'll merge it soon.

@afshinm
Copy link
Contributor

afshinm commented Mar 27, 2013

Fixed in v0.3.0. Please upgrade.
Thanks @Casiotone.

@afshinm afshinm closed this as completed Mar 27, 2013
@afshinm
Copy link
Contributor

afshinm commented Nov 17, 2013

@aprilb any live example of problem?

@afshinm afshinm reopened this Nov 17, 2013
@afshinm afshinm closed this as completed Mar 3, 2014
@sanjukandgal
Copy link

I am still getting the same issue..

Left side menu is fixed position.
issueinie8

@ryrych
Copy link

ryrych commented Dec 16, 2014

Hi, is IE8 still supported? This is the screenshot of Introjs examples in IE8:
intro.js in ie8

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

No branches or pull requests

6 participants