Results 1 to 6 of 6

Thread: Swiss Army Knife Slideshow

  1. #1
    Join Date
    Jun 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Swiss Army Knife Slideshow

    1) Script Title: Swiss Army Image Slideshow

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

    3) Describe problem: Great slideshow but I can't see how to change the font style, colour or size for the image descriptions when switched on. Anybody know how and where to do this?


    Kenny

  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

    - John
    ________________________

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

  3. #3
    Join Date
    Jun 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for reply. Can I assume that you can only change the image description font on the newer version.

    Is it obvious where?

    Kenny

  4. #4
    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

    Well, you could come up with your own method and edit the old script to implement it. Or just wrap the show in a division, and use its child selector(s) in style to try to do that. The drawback of that is that it might have unforeseen consequences upon the layout of the rest of the show.

    With the updated script, if you read the blog entry and understand style, it's obvious. You could put something like so in your stylesheet:

    Code:
    #desc0 {
     font-family: 'comic sans ms', monospace;
    }
    - John
    ________________________

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

  5. #5
    Join Date
    Jun 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks John. I decided to just use your original script as I had already put it up onto site. I had the show itself in an individual table cell which has allowed me to edit the "style" properties of that cell which gave me what I needed with regards font, size, colour, etc.

    I think that should work with most browsers.


    Thanks again for your help and for a great script.


    Kenny

  6. #6
    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

    The Swiss Army II is a drop in replacement for the other script. You would not have needed to change the on page script code or HTML.

    However, for something like font, what you're doing should be OK. The only possibility is the font-size. Changing that could affect how the rest of the show lays out in some browsers.

    The newer script was primarily meant to give flexibility over the placement of the various parts of the show. That's something you cannot accomplish with your method.
    - 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
  •