inherit
189944
0
Apr 27, 2013 17:58:23 GMT -8
NalaRoxy
10
February 2013
nalaroxy
|
Post by NalaRoxy on Feb 21, 2013 12:50:33 GMT -8
My site, Contrast needs scrolling side boxes. Does anybody know the code for this?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 22, 2013 21:40:02 GMT -8
Do you mean like a marquee?
Or a manual scroll bar?
content here content here content here
Or something else entirely?
|
|
inherit
189944
0
Apr 27, 2013 17:58:23 GMT -8
NalaRoxy
10
February 2013
nalaroxy
|
Post by NalaRoxy on Feb 24, 2013 8:37:08 GMT -8
Yes, a manual scroll bar, but I actually need the marquee code as well.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Feb 26, 2013 1:15:49 GMT -8
Here is a marquee:
<marquee direction="left" scrollamount="4" OnMouseOver="this.stop()" OnMouseOut="this.start()">
Content here
</marquee>
Here is a manual scroll bar:
<div style="overflow: auto; width: 200px; height: 100px;">
Content here but it will only show when the text exceeds 100px in height
</div>
|
|