Iframe Scroller

Hey!

I'm not too sure it's the place,but i didn't know where to post it.

I've searched the net for a solution for ages.

I have an iframe (using htm:iframe).

Thing is,i need the iframe scroller to be from right to left.

I tried it all,dir=rtl in an upper div,inside the iframe,inside

the iframe's body,didn't work.

I tried to wrap it with a div that has dir=ltr,also didn't work.

Any clues?

[451 byte] By [batelsa] at [2007-10-3 9:38:47]
# 1
Wrap the content in a <DIV> and have CSS style for this div.for example:<IFRAME frameborder=0 style="width:100%;height:100%;scroll:auto" SRC="/yourPage"/>
sachin_sachina at 2007-7-15 4:54:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks for replying!I tryed that,thing is..the scroller is still to the left sideof the screen (from left to right) and i need it to be from right to left.:(
batelsa at 2007-7-15 4:54:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
I didn't get what do you mean by "right to left" scroller? Do you need horizontal scroll bar?All you would need is a horizontal scroll bar and a vertical scroll bar.
sachin_sachina at 2007-7-15 4:54:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Try playing/modify with script like as in the example: http://www.dynamicdrive.com/dynamicindex2/iframe-scroller.htm
sachin_sachina at 2007-7-15 4:54:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5

Hey sachin!

What i ment is..i need a vertical scroller but that goes from right to left.

I have a preview page,with a scroller.

I need the scroller to start from the right side of the screen.

and not from the left side as it does.

(I tryed wraping it with a div,and adding "dir=ltr" or "dir=rtl" ,

and it didn't work).

I have a photo that'll explain,but i cannot post it.can i mail it to you?

batelsa at 2007-7-15 4:54:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...