Results 1 to 5 of 5

Thread: Featured Content Slider display problem

  1. #1
    Join Date
    Oct 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Featured Content Slider display problem

    1) Script Title:
    Featured Content Slider

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

    3) Describe problem: I'm having a problem with the pagination part of the script... and how it displays in IE6. I've read the little note at the bottom of the page about DOC types, but I'm using the same doc types as the example. I can view the dynamic drive page just fine in IE6 but when I use the code in my page , it display incorrectly. I've attached a screen of how it's coming out.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Most likely there is some CSS or HTML on your page affecting the layout of this script. Please post a link to the page on your site that contains the problematic script so we can check it out.

  3. #3
    Join Date
    Oct 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks... http://www.brucerossmeyer.com/grid.html

    I've taken the css from the example and used that as well, and it still didn't display correctly.

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    From what I can tell the problem is due to a CSS conflict with one of the following CSS files:

    Code:
    <style type="text/css">
       @import "/js/dojo/resources/dojo.css";
    		@import "/js/dijit/themes/tundra/tundra.css";
    		@import "/js/dojox/widget/FisheyeList/FisheyeList.css";
    </style>
    If you remove the above reference, the pagination DIV looks normal again in IE6. Try checking those files to see if there's anything that could be affecting the .pagination class, or even the container that holds both the slider and pagination DIVs.

    BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice: http://www.dynamicdrive.com/notice.htm
    Last edited by ddadmin; 10-10-2007 at 01:31 PM.

  5. #5
    Join Date
    Oct 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you... I had the developer put the credit back in.

    Looks like the fisheyeList css had something in it that was messing things up. Since thats legacy and not needed, it's fine.

    Thank you

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
  •