left scroll bar?
- Started
- Last post
- 9 Responses
- mymu
Hello,
Does anybody know if it's feasible to have a scrollbar on the left side of an iframe and -of course- how to make it happen?Thanks in advance
- mymu0
???
it just adds a horizontal scroll bar on the bottom.
- meg44060
that is the simple way of doing it.
- mymu0
that's the simple way of doing what?
I don't get it...
- zento20
me neither
- reggie0
attribute:
css:
.myIframe { direction: rtl }
inline css
style="direction: rtl; "
- reggie0
attribute again
<body dir="rtl">
- mymu0
what exactly do you mean when you say 'attribute'?
where exactly does the script go?
- Biofreak0
hi mymu.
ive never done exactly what you are asking, but it isnt too hard to learn how to control the basics of scroll bars. http://www.w3schools.com/css should get you goin on the right track to figure out how and where to put your scripts.
cheers.