/    Sign up×
Community /Pin to ProfileBookmark

[RESOLVED] Styling issue on jQuery scroller

Hi,

Please see URL [url]http://backstageweb.net/StyleCity/[/url].

I am 90% of the way there styling the jQuery scroller in the text box area of the page, but can’t quite get the positioning right. The scrollbar itself is too tall, and I don’t know how to make it shorter, but the main issue is that when you pull down on the scrollbar, it goes PAST the end of the text (by quite a bit), and then when you try and go back up, you can only go back up about halfway (and see the latter half of the text). I’d be most grateful if someone can straighten me out on this.

The source site for the jQ scroller is [url]http://manos.malihu.gr/jquery-custom-content-scroller[/url]

The suspect code:

[CODE]#main{
background:url(../images/CityBkgrnd.jpg) no-repeat;
float:left;
width:697px;
height:579px;
margin:0;
padding:0;
}

#borderbox {
border: 2px solid #e4e085;
width:620px;
height:265px;
margin:272px 33px 0 36px;
background:url(../images/TextBkgrnd.png) repeat;
}

#main .customScrollBox {
height:265px;
overflow:hidden;
}

#main .customScrollBox .container {
position:relative;
width:586px;
float:left;
}

#main .customScrollBox .content {
clear:both;
}

#main .dragger_container {
position:relative;
width:2px;
height:220px;
float:left;
margin:10px 0 0 5px;
background:#000;
cursor:pointer;
-moz-border-radius:2px;
-khtml-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}

#main .dragger {
position:absolute;
width:2px;
height:20px;
background:#999;
text-align:center;
line-height:40px;
color:#666;
overflow:hidden;
cursor:pointer;
-moz-border-radius:2px;
-khtml-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}[/CODE]

to post a comment
CSS

0Be the first to comment 😎

×

Success!

Help @johndove spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.24,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...