Results 1 to 2 of 2

Thread: Div id "fadeshow 1" not displaying error message

  1. #1
    Join Date
    Mar 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Div id "fadeshow 1" not displaying error message

    1) Script Title:
    DIV ID "fadeshow1" error message
    2) Script URL (on DD):
    seeski.com
    3) Describe problem:

    I have no clue what I did to receive this message but I need help ASAP with fixing this error. Please help. Below is the current code I have in. What do I need to change?

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta name="msvalidate.01" content="DB9EC7FE99855947F8801C54E7EA78F2" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title>
    <?php wp_title('&laquo;', true, 'right'); ?> 
    <?php bloginfo('name'); ?>
    </title>
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <?php wp_head(); ?>
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    
    <script type="text/javascript" src="http://www.seeski.com/js/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" src="http://www.seeski.com/js/slideshowimgs.js">
     </script>
     
     <script type="text/javascript" src="http://www.seeski.com/js/ieindex.js">
     </script>
    
    <script type="text/javascript">
    function pop_up1() {
    window.open("http://www.seeski.com/rental-pop.html","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizeable=0,width=500,height=350,left=100,top=75") }
    
    function submitform()
    {
      document.myform.submit();
    }
    
    </head>
    <body>
    <div id="fadeshow1" style="display:none;"></div>
    
    <div id="wrapper">
    	<div class="top">
        	<a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="logo" class="logo" /></a>
            <img src="<?php bloginfo('template_url'); ?>/images/headertxt1.png" alt="headertxt1" class="headertxt1" />
            <a href="/water-taxi/"><img src="<?php bloginfo('template_url'); ?>/images/logo2.png" alt="logo2" class="logo2"/></a>
        </div>
            <div class="header">
        	<div id="fadeshow1"</div>
    <div class="headerboat"></div>
            <div class="infobox"><div style="margin-left:-8px; margin-top:25px; margin-bottom:15px; padding:0;"><img src="<?php bloginfo('template_url'); ?>/images/infobox-pnumb.png" alt="phnumb"/></div><div align="center" style="margin-left:-8px; margin-top:35px;"><a href="http://www.facebook.com/pages/See-and-Ski-Power-Boats/170550886299252"><img src="<?php bloginfo('template_url'); ?>/images/fb02.png" alt="fb"/></a></div>
            </div>
        </div>
    Last edited by jscheuer1; 03-13-2012 at 03:40 PM. Reason: Format

  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

    You don't show the new fadeSlideShow() call that's usually on the page. I'm assuming it's in the seeski.com/js/slideshowimgs.js file.

    And you're not real clear on the error. Is it an alert, or something else?

    In any case, you have two fadeshow1 div's, get rid of one of them (presumably the first one, as it's display: none;), that might fix it:

    Code:
    <div id="fadeshow1" style="display:none;"></div>
    
    <div id="wrapper">
    	<div class="top">
        	<a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="logo" class="logo" /></a>
            <img src="<?php bloginfo('template_url'); ?>/images/headertxt1.png" alt="headertxt1" class="headertxt1" />
            <a href="/water-taxi/"><img src="<?php bloginfo('template_url'); ?>/images/logo2.png" alt="logo2" class="logo2"/></a>
        </div>
            <div class="header">
        	<div id="fadeshow1"</div>
    <div class="headerboat"></div>
            <div class="infobox"><div style="margin-left:-8px; margin-top:25px; margin-bottom:15px; padding:0;"><img src="<?php bloginfo('template_url'); ?>/images/infobox-pnumb.png" alt="phnumb"/></div><div align="center" style="margin-left:-8px; margin-top:35px;"><a href="http://www.facebook.com/pages/See-and-Ski-Power-Boats/170550886299252"><img src="<?php bloginfo('template_url'); ?>/images/fb02.png" alt="fb"/></a></div>
            </div>
        </div>
    The browser cache may need to be cleared and/or the page refreshed to see changes.

    There could also be other problems.

    If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

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
  •