Results 1 to 2 of 2

Thread: Featured Contest Slider doesn't work in IE - is there a fix?

  1. #1
    Join Date
    Sep 2010
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Featured Contest Slider doesn't work in IE - is there a fix?

    1) Script Title: Featured Content Slider

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tentslider.htm

    3) Describe problem: I made a simple website using the featured content slider but only half of the content/page shows up in IE - I can't seem to figure out why it wouldn't just show everything since it all seems to work fine otherwise. Is there a setting I could change that will fix this?

    Here is the site:
    http://www.andreahalsey.com/mentoring

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Hi, in the contentslider.css I find this
    Code:
    .sliderwrapper .contentdiv{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    top: 0;  /*leave as is*/
    padding: 0px;
    background: white;
    width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    }
    you could try to change 390px to 800px and see if that helps. Just an idea, I can't really test it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •