Results 1 to 10 of 3727

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Code:
    #prevLink,#nextLink {
    background:transparent url(../../template_default/images/lightbox/blank.gif) no-repeat;
    display:block;
    height:100%;
    width:63px;
    position:absolute;
    top:-25px;
    }
    seem to work but there a tiny problem, please look at attached image ...

    How can I make so i have a complete white box, not just the two rabbit ears
    Attached Images Attached Images  

  2. #2
    Join Date
    Mar 2008
    Location
    Brussels, Belgium
    Posts
    69
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by taydu View Post
    Code:
    #prevLink,#nextLink {
    background:transparent url(../../template_default/images/lightbox/blank.gif) no-repeat;
    display:block;
    height:100%;
    width:63px;
    position:absolute;
    top:-25px;
    }
    seem to work but there a tiny problem, please look at attached image ...

    How can I make so i have a complete white box, not just the two rabbit ears
    I have implemented the change proposed by Taydu. It works fine except that :

    1/ the "rabbit ears" effect described by Taydu occurs (to the best of my knowledge, this post of Taydu was never answered to)

    2/ on all the pictures appear the PREV and NEXT buttons (without this mod, on the first picture only NEXT appears, and on the last one only PREV appears).

    As the code of the stylesheet_lightbox.css has changed since Taydu's post, I insert hereunder the modification I have performed :

    #prevLink, #nextLink{
    /* bof Zen Lightbox v1.4 aclarke 2007-09-18 */
    width: 63px;
    /* eof Zen Lightbox v1.4 aclarke 2007-09-18 */
    height: 32px !important;
    /* bof : modif based on taydu's post of 22/06/2007 */
    position:absolute;
    top:-25px;
    /* eof : modif based on taydu's post of 22/06/2007 */
    background: transparent url(../images/zen_lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    }

    Any idea about what goes wrong?

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg