Results 1 to 3 of 3

Thread: How to override img css for Ultimate Fade-in Slideshow?

  1. #1
    Join Date
    Sep 2011
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default How to override img css for Ultimate Fade-in Slideshow?

    1) Script Title: Ultimate Fade-in slideshow

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

    3) Describe problem: The css file for my site contains:
    Code:
    img {
    padding: 5px;}
    which affects the images in my slideshow. How can I override this (I dont want to remove it from the css file) for the slideshow images? I would like to have no padding.

    Here is my test page: http://www.eliteenergy.com.au/index%20-%20Copy.html

    The header contains the problem slideshow. I have two slideshows working already on the page, but the padding is not an issue.
    Thanks in advance

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    try adding this
    Code:
    .gallerylayer img {
        padding: 0;
    }
    below the other css img rule

  3. The Following User Says Thank You to azoomer For This Useful Post:

    kstewart (09-28-2011)

  4. #3
    Join Date
    Sep 2011
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Excellent thanks, such a simple fix

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
  •