Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Pop-up Window displays scroll bars - CSS Solution?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Pop-up Window displays scroll bars - CSS Solution?
#13199
Pop-up Window displays scroll bars - CSS Solution? 13 Years ago Karma: 0
Hi I just purchased your fabulous "Sexy Lightbox" extension.
I am using the external link plug-in to view a Vimeo video.

Everything seems to be working great, except for one thing.
The pop-up lightbox displays both horizontal and vertical scrollbars.

I know it's a css rule in my custom template CSS file that seems to be overriding the "sexylightbox.css" file. Changing to any of the three default joomla templates removes the scrollbars.

Is there a rule within the "sexylightbox.css" file where I can add a rule like "overflow:hidden" or something else, to remove the scroll bars from the pop-up lightbox window?

Much thanks in advance,
Rick
Last Edit: 2011/04/02 18:55 By redbarn.Reason: Adding an image
The administrator has disabled public write access.
 
#13205
Re:Pop-up Window displays scroll bars - CSS Solution? 13 Years ago Karma: 747
Hello,

Provide link to page where we can see the problem. It seems this is a problem with site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13220
Re:Pop-up Window displays scroll bars - CSS Solution? 13 Years ago Karma: 0
Wow. Thanks for the quick reply.

Yes, you are correct - something in the site template CSS file is forcing the scroll bars.

Here is the Home Page link:
174.36.179.67/~polkcdco/

In the left panel you will see "Click here to view our promotional video".
This will open the Lightbox.

Here is the CSS link:
174.36.179.67/~polkcdco/templates/pcdc/css/style.css

Thanks for looking at this.
-Rick
The administrator has disabled public write access.
 
#13222
Re:Pop-up Window displays scroll bars - CSS Solution? 13 Years ago Karma: 747
Try to add the next CSS rule to site template CSS file:

Code:


DIV#SLB-Image
{
 overflow: hidden !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13227
Re:Pop-up Window displays scroll bars - CSS Solution? 13 Years ago Karma: 0
Perfect!
That did it. Thanks very much.
I'm not sure I would have ever been able to isolate which rule to add.
You guys rock.

This extension is very cool.

Thanks again,
Rick
The administrator has disabled public write access.
 
Go to topPage: 1