Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 966419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T02:09:15+00:00 2026-05-16T02:09:15+00:00

I can’t get jQuery working at all with IE7. I’m using the jQuery Cycle

  • 0

I can’t get jQuery working at all with IE7. I’m using the jQuery Cycle plugin, but I believe this problem is with jQuery (and the fact that I’m am a newbie). I’m trying to use an banner rotator, which works on Firefox, Safari and IE8. On IE7, it is not even activating… it just shows each div one after another.

Thank you in advance!

Example
http://testing.observerpapers.com/lv

JS

$(document).ready(function() {
    $('#myslides')
    .before('<div id="nav">')
    .cycle({
        fx: 'fade', // choose your transition type
        speedIn:  600, 
        speedOut: 600,
        timeout: 8000,
        pause: 0, // so that pauses when user hovers over a slide
        pager:  '#nav', // instructs the plugin to create navigation elements
    }); // every child element of the container becomes a slide     

    /*ddsmoothmenu.init({
        mainmenuid: "smoothmenu1", //menu DIV id
        orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
        classname: 'ddsmoothmenu', //class added to menu's outer DIV
        //customtheme: ["#1c5a80", "#18374a"],
        contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
    });*/
});

CSS

#myslides {
    width: 980px;
    height: 360px;
    /*overflow: hidden;*/
    z-index: 500;
    background:none !important;
}
#myslides div {
    /*background:none !important;*/
}
#myslides .textBlock {
    background: url(../images/home/bg-bb-textblocks.png) top left repeat;
    width: 360px;
    padding: 4px;
    margin-top: 42px;
    margin-left: 33px;
}
#myslides .textBlock div {
    padding: 17px 8px 10px 18px;
    border: 1px solid #756e67;
}
#myslides h1 {
    font: normal 24px/1.2 Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}
#myslides p {
    font: normal 14px/1.3 Helvetica, Arial, sans-serif;
    color: #fff;
}
#myslides cite {
    display: block;
    width: 500px;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 6px;
    left: 20px;
    z-index: 5000;
}
#myslides > div {
    width: 980px;
    height: 386px;
}
#myslides .billBoard1 {
    background: url(../images/home/bb-kingston.jpg) top left repeat;
}
#myslides .billBoard2 {
    background: url(../images/home/bb-harbor-breeze.jpg) top left repeat;
}
#myslides .billBoard3 {
    background: url(../images/home/bb-mondrian.jpg) top left repeat;
}
.slides {
    margin-left: 385px;
    width: 539px;
}
.navBG {
    position: absolute;
    display: block;
    z-index: 500;
    bottom: 0;
    width: 980px;
    height: 30px;
    background: url(../images/home/bg-bb-textblocks.png) top left repeat;
}
#nav {
    position: absolute;
    z-index: 501;
    top: 356px;
    right: 10px;
    height: 30px;
    text-align: right;
}
#nav a:hover, #nav a.activeSlide {
    background:none repeat scroll 0 0;
    font-weight: bold;
    color: #fff;
}
#nav a {
    background:url("") repeat-x scroll 0 0;
    color: #d6d2cf;
    display: inline-block;
    font: 12px/18px Helvetica, Arial, san-serif;
    height: 18px;
    margin: 4px 0 0 5px;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
}
#nav {
    font-size: 23px;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T02:09:15+00:00Added an answer on May 16, 2026 at 2:09 am

    Remove the last comma in the cycle attributes. IE doesn’t eat that:

    $(document).ready(function() {
        $('#myslides')
        .before('<div id="nav">')
        .cycle({
            fx: 'fade', // choose your transition type
            speedIn:  600, 
            speedOut: 600,
            timeout: 8000,
            pause: 0, // so that pauses when user hovers over a slide
            pager:  '#nav' //HERE I REMOVED THE COMMA
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can we close all known/unknown connections to database with the code? I'm using Access
Can I get a 'when to use' for these and others? <% %> <%#
Can PHP PDO extension bind nested objects automatically ? I mean using foreign key
Can I run this in a Windows command prompt like I can run it
Can anybody help me? What should be the datatype for this type -07:00:00 of
can someone explain why the compiler accepts only this code template<typename L, size_t offset,
Can't figure out how to do this in a pretty way : I have
Can i get the source code for a WAMP stack installer somewhere? Any help
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
can anyone tell me why this doesn't work? db = openOrCreateDatabase(database.db, SQLiteDatabase.CREATE_IF_NECESSARY, null); db.setLocale(Locale.getDefault());

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.