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

orbit slider issue in ie7 #113

Open
asifislam opened this issue Feb 21, 2012 · 4 comments
Open

orbit slider issue in ie7 #113

asifislam opened this issue Feb 21, 2012 · 4 comments

Comments

@asifislam
Copy link

Hey I am using orbit slider in my client website.but its problum in ie7...the slider images are not slides , and all images are overlapping in the bottom of the site one by one...so anyone have a solution about this....Becase the Orbit slider document are included that its supported ie7..but in my site its not support.

@stovepot
Copy link

This could be a CSS issue, Asifislam (Orbit might inherent some previous set styles) Would you mind showing your page/markup? (link will do)

@jun3ybug
Copy link

jun3ybug commented Jun 8, 2012

I had the same problem before. Then I removed the trailing comma below after }). It fixed the problem.

From:

<script type="text/javascript"> $(window).load(function() { $('#featured').orbit({ advanceSpeed: 10000 });, }); </script>

To:

<script type="text/javascript"> $(window).load(function() { $('#featured').orbit({ advanceSpeed: 10000 }); }); </script>

Hope that fixes your problem too.

@asifislam
Copy link
Author

yes u right but i was solve it before 2monts ago..thnks for helping..(:D)

@asifislam
Copy link
Author

Asifislam sent you an invitation

Twitter helps you stay connected with what's happening right now and with the people and organizations you care about.

Accept invitation

https://twitter.com/i/f1dd9b3714ed904f194ec67d3ee5c27668dbea72


This message was sent by Twitter on behalf of Twitter users who entered your email address to invite you to Twitter.
Unsubscribe: https://twitter.com/i/o?t=1&iid=am-66429244813643827450582136&uid=0&c=IuVwbCB3dgGfUNqXvgU%2FMxe%2FttEVizzgfGElIldl8DlQ%2Fmbdq8wtjwZWACegBjzN7tD%2BBQ29TiRS6ekxpK0nmt1ASrX7Tf6PCIG6oFgtM2ub%2FyzLL%2FCalg%3D%3D&nid=9+26

Need help?
https://support.twitter.com

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

No branches or pull requests

3 participants