Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jQuery Banner Rotator


kymation

Recommended Posts

I have found the problem in the CSS part.

 

#bannerRotator ul {

list-style: none;

padding: 0;

position: relative;

}

 

Change to:

 

#bannerRotator ul {

list-style-type: none;

padding: 0;

position: relative;

}

Best regards,

Koh Kho King

Link to comment
Share on other sites

That's the kind of thing I would expect from Internet Explorer's poor CSS implementation, not from a modern browser. Good catch. Thanks for posting the fix.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

  • 2 months later...

Hi,

 

My website is www.thevine.be

Banner rotator is working perfect. But only in Firefox and Chrome. It bugs in IE. Does anyone have an idea?

 

 

edit// OK, I didn't read las post. sorry. I'll try the css fix

 

edit// no the css doesn't fix it. In IE the banner doesn't center itself

Edited by zediks
Link to comment
Share on other sites

  • 1 year later...

The 2.3 version is a module, so it's in with the rest of the Front Page modules. If you don't want that, you can use the 2.2 version in 2.3. Just add the include() to your index.php wherever you want it to show.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...