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?

Vertical Scroll Bar
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Vertical Scroll Bar
#6049
Vertical Scroll Bar 13 Years, 8 Months ago Karma: 0
Is it possible to add a vertical scroll bar? I may have a situation with articles of different lengths and it would be nice if a scroll bar appeared for the longer pages.
The administrator has disabled public write access.
 
#6060
Re:Vertical Scroll Bar 13 Years, 8 Months ago Karma: 746
Hello,

You can try to use the following CSS rule:

Code:


.aripag-main UL.aripag-holder
{
 overflow-y: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#6108
Re:Vertical Scroll Bar 13 Years, 8 Months ago Karma: 0
Your idea wasn't quite what right but it was the catalyst that got me going. Instead of applying the overflow to the list wrapper (ul) I applied it to the list item (li) and it's perfect. Thanks for your help.

There is a bug in IE8 that occurs at the bottom of the page. It ignores the white space and only scrolls to the bottom edge of the text. I tested in FF and IE6 and IE7, Works perfect in those browsers.

If you figure out a work around for that please let me know.

Thanks Again
The administrator has disabled public write access.
 
#6133
Re:Vertical Scroll Bar 13 Years, 8 Months ago Karma: 746
Could you provide link to page where we can see this issue that we can investigate it and provide solution? If it's private information, you can provide it by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1