Results 1 to 4 of 4

Thread: Swiss Army Slideshow IE PNG issue

  1. #1
    Join Date
    Apr 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Swiss Army Slideshow IE PNG issue

    1) Script Title: Swiss Army Image Slideshow

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

    3) Describe problem: On this page: http://websavvymama.com/love2design/rings.html I'm using the slide show. In firefox everything works fine and before I loaded the slide show it worked fine in IE. I am using the PNG transparent IE hack for the navigation on the right. When I use the slide show the hack stops working and the navigation buttons on the slideshow itself stops working. Again, no problems before I loaded the slideshow. Any idea what might be causing these to not work correctly together? Thanks for any tips I can get!

  2. #2
    Join Date
    Apr 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Update: got the PNG hack to work right if I apply it to each individual image instead of calling the PNGfix.js to apply to all images. BUT my controls for the slide show still don't work in IE.

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If, as appears to be the case on your page, the only inputs are the ones used as buttons for the slide show, adding an IE 6 and less specific style in the head looks like it will fix it:

    Code:
    <!--[if lte IE 6]>
    <style type="text/css">
    input {
    position:relative;
    }
    </style>
    <![endif]-->
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Apr 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks John! That is exactly what I needed.

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
  •