Results 1 to 2 of 2

Thread: Lightbox Help

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

    Arrow Lightbox Help

    I am a first time user of lightbox 2.04 and I got it to work no problem. The only problem I do have with it is the blue outline it gives to my thumbnail images. How can I get rid of it?

  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

    Either set their style border in your stylesheet, like:

    Code:
    img {
    border: none;
    }
    (or you could color and style it to whatever you like). Or use the each image's border attribute:

    HTML Code:
    <img src="somethumbnail.jpg" border=0 alt="">
    - 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
  •