Results 1 to 2 of 2

Thread: Ultimate Fade-in slideshow (v2.1) - Description alignment

  1. #1
    Join Date
    Jan 2009
    Location
    Las Vegas
    Posts
    9
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow (v2.1) - Description alignment

    1) Script Title: Ultimate Fade-in slideshow (v2.1)

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

    3) Describe problem: Is there a way to change the description alignment? It currently aligns to the left and i would like just the text to be centered in the description panel.

  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

    Add this to your stylesheet:

    Code:
    .descpanelfg {
     text-align: center;
    }
    Or if you have no stylesheet, place this (highlighted) in the head of your page:

    Code:
    <style type="text/css">
    .descpanelfg {
     text-align: center;
    }
    </style>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    as shown, right before the script tag for jQuery.
    - 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
  •