Results 1 to 3 of 3
Thread: jScrollPane
- 01-21-2013, 05:11 AM #1
Member
- Join Date
- Jan 2013
- Posts
- 1
- Rep Power
- 0
jScrollPane
Hello, I am trying to figure out to put an image on the thumb of the scrollbar (I think thats the name of the thingy that moves) here is the css stuff of the jScrollPane
/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/
.jspContainer
{
overflow: hidden;
position: relative;
}
.jspPane
{
position: absolute;
}
.jspVerticalBar
{
position: absolute;
top: 0;
right: 0;
width: 16px;
height: 100%;
background: red;
}
.jspHorizontalBar
{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 16px;
background: red;
}
.jspVerticalBar *,
.jspHorizontalBar *
{
margin: 0;
padding: 0;
}
.jspCap
{
display: none;
}
.jspHorizontalBar .jspCap
{
float: left;
}
.jspTrack
{
background: #dde;
position: relative;
}
.jspDrag
{
background: #bbd;
position: relative;
top: 0;
left: 0;
cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
float: left;
height: 100%;
}
.jspArrow
{
background: #50506d;
text-indent: -20000px;
display: block;
cursor: pointer;
}
.jspArrow.jspDisabled
{
cursor: default;
background: #80808d;
}
.jspVerticalBar .jspArrow
{
height: 16px;
}
.jspHorizontalBar .jspArrow
{
width: 16px;
float: left;
height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
outline: none;
}
.jspCorner
{
background: #eeeef4;
float: left;
height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
margin: 0 -3px 0 0;
}
i have never used scrollpane before so please help me
- 01-21-2013, 08:13 AM #2
Re: jScrollPane
Moved from Java Software.
Any time you're not sure where a question should go, it's only common sense to read through a few of the threads in that section and see whether yours would be a match.
Also, go through the following links:
Forum Rules
Guide For New Members
BB Code List - Java Programming Forum - Learn Java Programming
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 01-21-2013, 08:24 AM #3
Re: jScrollPane
Cross posted
jScrollPane (HTML, CSS and JavaScript forum at JavaRanch)
dbWhy do they call it rush hour when nothing moves? - Robin Williams
Similar Threads
-
JScrollPane - A little help please
By Ermm in forum New To JavaReplies: 7Last Post: 01-23-2012, 06:26 AM -
JScrollPane
By mitra in forum AWT / SwingReplies: 2Last Post: 11-15-2011, 03:20 PM -
JScrollPane Help
By Huskies in forum AWT / SwingReplies: 2Last Post: 08-06-2011, 06:06 PM -
need jscrollpane
By aambhi in forum Advanced JavaReplies: 1Last Post: 04-29-2011, 09:38 AM -
jscrollpane
By kaemonsaionji in forum New To JavaReplies: 3Last Post: 02-25-2009, 08:39 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks