Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2009
    Posts
    13
    Plugin Contributions
    0

    Default help with php image rotation in header

    I am running zen cart 1.3.8a and want to include a simple java script image rotation script into my header to run over the logo background image on the right hand side. Currently the script is in a file labeled rotate.js I think it should be done with include but am not sure as I know next to nothing about php. Can someone help me decide where to put the call and how to format it. This is a copy of the script just in case it helps.


    <!-- begin code provided by createblog.com -->
    <script type='text/javascript'>
    //<![CDATA[
    //
    // random background - jammers

    var image = new Array();

    // change up the images here
    image[0] = 'images/rotation/01.jpg';
    image[1] = 'images/rotation/02.jpg';
    image[2] = 'images/rotation/03.jpg';
    image[3] = 'images/rotation/04.jpg';
    image[4] = 'images/rotation/05.jpg';
    image[5] = 'images/rotation/06.jpg';
    image[6] = 'images/rotation/07.jpg';
    image[7] = 'images/rotation/08.jpg';
    image[8] = 'images/rotation/09.jpg';
    image[9] = 'images/rotation/10.jpg';

    var index = Math.floor(Math.random() * image.length);
    document.write('<style type="text/css"> .topleftimage { background-image: url('+ image[index] +'); background-repeat: no-repeat; background-position: 0 0; border-top: 10px solid #bb7f41; border-bottom: 10px solid #bb7f41; position: absolute; left: 5%; top: 20px; width: 160px; height: 160px; z-index: 5000;} * html .topleftimage (left: 4%;}</style>');
    //]]>
    </script>
    <!-- end code provided by createblog.com -->

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: help with php image rotation in header

    Insert in proper order(probably inside of logoWrapper div) into a copy of tpl_header.php
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Banner header rotation
    By alanlee9898 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 31 May 2011, 05:44 AM
  2. Need help with header image/header area-Apple Zen
    By Samuz in forum Addon Templates
    Replies: 2
    Last Post: 9 Jul 2010, 12:37 AM
  3. Need some help...image rotation in header
    By c.my.m3 in forum General Questions
    Replies: 1
    Last Post: 17 May 2010, 05:04 AM
  4. centering header image with tpl_header.php
    By praiseandplay in forum Templates, Stylesheets, Page Layout
    Replies: 21
    Last Post: 23 Jan 2010, 04:29 AM
  5. Help with header.php!
    By sgplayer7 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Jan 2008, 10:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg