Results 1 to 3 of 3

Thread: Ultimate Fade-In disabling links in IE 8

  1. #1
    Join Date
    Dec 2011
    Location
    West Coast
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-In disabling links in IE 8

    1) Script Title:
    Ultimate Fade-in slideshow (v2.4)
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem:
    I have installed the Ultimate Fade-in slideshow on my page (http://www.gospellight.com/campaigns...new/index.html). When I view it in IE 8 the links on my site are disabled. The site works fine in Firefox, Safari, etc. I am sure it's something I've done wrong (I'm new to coding) I just don't know how to fix it. The links work if the slideshow is disabled, but once I enable the script they stop working.

    I would appreciate any help anyone could give me. Thank you

  2. #2
    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

    Get rid of the highlighted:

    Code:
    <title>SonRise National Park VBS</title>
    <style type="text/css">
    * { margin: 0; padding: 0; }
    #page-wrap {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
    	background: #009fe2 url('images/sonrise-main-bg.jpg') center center no-repeat fixed;
      
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
      
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sonrise-main-bg.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sonrise-main-bg.jpg', sizingMethod='scale')"; overflow: auto;
    	text-align:center;
    	}
    	 #main { 
    	 width: 1020px; 
    	 height: 100%;
    	 margin: 50px auto; 
    	 padding: 0px;
    	 text-align:center; 
    	  }
    	 p 
    	 { font: 15px/2 Georgia, Serif; margi
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    mlnewco (12-19-2011)

  4. #3
    Join Date
    Dec 2011
    Location
    West Coast
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much! That definitely worked. I really appreciate your help.

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
  •