Results 1 to 2 of 2

Thread: masthead not showing

  1. #1
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default masthead not showing

    1) Script Title: Ultimate Fade-in slideshow (v2.1)

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

    3) Describe problem: I uploaded a finished site and the masthead div isn't showing up.

    Here's how it should look: http://sheltercovepublishing.com/cli...EC/index.shtml
    Here's the new site: http://seahecak.org/index.shtml

    I've checked with Project VII and it's nothing to do with their code.

    Thanks,

    Mim

  2. #2
    Join Date
    Jan 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I had to put an image up and take down the slide show because this is a live site and it needed a header. The first link is still there with the working slide show. What follows is the relevant code that I tried to use but wasn't working:

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

    <script type="text/javascript" src="fadeslideshow.js">

    /***********************************************
    * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/

    </script>

    <script type="text/javascript">

    var mygallery=new fadeSlideShow({
    wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
    dimensions: [966, 141], //width/height of gallery in pixels. Should reflect dimensions of largest image
    imagearray: [
    ["/images/masthead-photos/beach-asparagus.jpg"],
    ["/images/masthead-photos/beaver-lake.jpg"],
    ["/images/masthead-photos/eastern-channel.jpg"],
    ["/images/masthead-photos/ferry.jpg"],
    ["/images/masthead-photos/herring.jpg"],
    ["/images/masthead-photos/island.jpg"],
    ["/images/masthead-photos/kalinin-bay.jpg"],
    ["/images/masthead-photos/krestof-sound.jpg"],
    ["/images/masthead-photos/kalinin-bay3.jpg"],
    ["/images/masthead-photos/mt-edgecumbe.jpg"] //<--no trailing comma after very last image element!
    ],
    displaymode: {type:'auto', pause:2500, cycles:1, wraparound:false,randomize:true},
    persist: false, //remember last viewed slide and recall within same session?
    fadeduration: 500, //transition duration (milliseconds)
    descreveal: "ondemand",
    togglerid: ""
    })

    </script>
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    <link href="/p7pmm/p7PMMv01.css" rel="stylesheet" type="text/css" media="all" />
    <script type="text/javascript" src="/p7pmm/p7PMMscripts.js"></script>
    </head>
    <body onload="P7_initPM(0,0,1,-20,10)">
    <div id="masthead">
    <div id="logo">
    <span class="mastheadnavlinks"><a href="/contact-us.html">Contact Us</a> &nbsp;&nbsp;<a href="/site-map.html">Site Map</a></span>
    <div id="fadeshow1"></div>

    </div>
    </div>

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
  •