Skip to content

Commit 40190da

Browse files
committedJan 3, 2013
sprucing
1 parent bd6e6d5 commit 40190da

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed
 

‎README.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
This is a scroller I implemented for the design website Three-OH.com. You can
2-
click on the markers to jump to a particular section and the marker on the
3-
thumb moves relative to the position of the viewframe in the document.
1+
This is a scroller I implemented for the design website Three-OH.com.
2+
3+
Live demo: http://aboodman.github.com/threeoh/

‎index.html

+11-5
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@
77
</head>
88
<body onload="new ThreeOhScroll('filter')">
99

10-
<div style="font-size:1.2em;">
10+
<div style="font-size:1.2em; width:50ex; float:left;">
1111
<p><b>Three.OH Scroller</b><br>March 2001
1212

1313
<p>A custom scroller built for the design website threeoh.com.
1414

15-
<p><a href="https://github.com/aboodman/threeoh">source code</a>
16-
</div>
15+
<p>The grey "marker" rectanges represent news items. They are
16+
spaced relative to their position in the content. Click to jump
17+
directly to that item.
1718

18-
<br><br>
19+
<p>You can also drag the blue scrollbar "thumb" directly. The
20+
triangle marker on the thumb moves relative to your position
21+
in the contnet.
1922

20-
<div id="filter" style="position:relative; width:290px; height:268px;" >
23+
<p><a href="https://github.com/aboodman/threeoh" style="color:black; text-decoration:underline;">source code</a>
24+
</div>
25+
<br>
26+
<div id="filter" style="position:relative; width:290px; height:268px; left:65ex;">
2127
<div id="filterScrollBar" style="position:absolute; left:267px; width:23px; height:268px">
2228
<div id="filterThumbContainer" style="position:absolute; z-index:3; left:13px; top:1px; width:9px; height:266px"><div id="filterThumb" style="position:absolute; top:0px; cursor:pointer; cursor:hand; background-color:#5EBBE7"><img id="filterThumbImg" src="thumb.gif" width="9" height="50" /></div></div>
2329
<div id="filterArrowContainer" style="position:absolute; z-index:4; top:1px; left:10px; width:4px; height:266px"><div id="filterArrow" style="position:absolute"><img id="filterArrowImg" src="arrow.gif" width="4" height="7" /></div></div>

0 commit comments

Comments
 (0)
Please sign in to comment.