Results 1 to 10 of 23

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

    Default Re: insert a javascript for a slideshow in header

    I wrapped the script in a "div id" as well and called it "slideshow"

    <div id="slideshow">
    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(fadeimages, 500, 360, 0, 2000, 1, "R")
    //new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
    </script>
    </div>

    then added to my css

    #slideshow {
    margin-left: 60px;
    width: 500px;
    }

    I tried using "float: center" but the script stayed on the left margin, so I had to use "margin-left: 60px"

    Sweet

  2. #2
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: insert a javascript for a slideshow in header

    Looks great! I am glad I was able to help, even though I was a little slow.
    Thanks
    Supersnow

 

 

Similar Threads

  1. Adding slideshow javascript crashes my mobile menu
    By bushpilot444 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 May 2016, 01:53 PM
  2. v151 Javascript slideshow help
    By bpoilspill in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 7 Mar 2013, 03:00 AM
  3. Javascript slideshow issue
    By timhersh in forum General Questions
    Replies: 6
    Last Post: 2 Nov 2012, 09:26 PM
  4. Javascript slideshow works in Firefox but not IE!!
    By arniesbarmyarmy in forum General Questions
    Replies: 7
    Last Post: 17 Nov 2009, 05:37 AM
  5. how to insert a slideshow in flash on home page?
    By giuly in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Nov 2009, 03:09 AM

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