Results 1 to 3 of 3

Thread: Flexi Slide Show Question

  1. #1
    Join Date
    Oct 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flexi Slide Show Question

    I am trying to use the Flexi Slide Show in a website created in Front Page. Everything is working perfectly except I can't position the slide show in the center of the page. I am not very experienced in HTML coding and the code I pasted in doesn't appear to have a positioning code near the images.... Any help would be appreciated.

    http://www.dynamicdrive.com/dynamici...flexislide.htm

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    It should be a simple matter, but since IE is being difficult with the CSS used to center a container, it's no longer an exact science. Find the line:

    Code:
    if (ie||dom)
    document.write('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'; margin-left: 40%"></div>')
    The code in red is new, and basically adds a left margin to the slideshow to roughly center it. You'll need to tweak this value (40%) depending on how wide your slideshow is.

  3. #3
    Join Date
    Oct 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile

    Thank you so much!! That did the trick - I altered the % a bit and it is perfect!! Is there any way to change the transition of the slides? Like fade in or?

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
  •