From 7e5b225d6114606cc190e199e8bb97a781a68b41 Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Tue, 18 Jun 2013 16:02:01 +0900 Subject: [PATCH] Display an old version requirement. This reverts commit f7d953d1eb2e3315d6b6b9d1f9ed217eaa22be6d. And add 'for old versions' mark to the requirement. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aaca3d6..58a8592 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ To make this plugin *perfect*, some requirements were not avoidable. But they're * the container must have a 'position' css style. * the scrollbar's position must be 'absolute'. * the scrollbar-x must have a 'bottom' css style, and the scrollbar-y must have a 'right' css style. + +The requirement below is for perfect-scrollbar <= 0.3.4 + +* there must be the *one* content element(like div) for the container. Optional parameters -------------------