View Full Version : With iFrames, is this possible?


Minx_duels
03-15-2005, 02:16 AM
With CSS you can get the scroll bar onto the left (opposite) side of which it is normally on.

Can you also do that with iFrames? I have a website just freshly up, I finally got the 4 frames onto 1 window up (still working the glitches) but I was windering if the scrollbars in the iframes could be moved to the opposite sides.

Please help, at least let me know if its capable of being done.

Thank You.

kittycat
03-15-2005, 02:21 AM
Yep, just stick the CSS to switch it on the page inside the iframe.

Minx_duels
03-15-2005, 02:29 AM
wait, what? okay im not that good in CSS i ahvent taught myself that yet, i was going to do that tomorrow.

I dont understand what you are saying here KittyCat, so how would it look? Like this?

<IFRAME name="inlineframe03" src="http://www.angelfire.com/linux/death_upon_me/003.html" width=440 height=266 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=auto {direction: rtl;}></IFRAME>

pb&j
03-15-2005, 02:50 AM
no.
she means, take the webpage that is appearing inside of the iframe area...
http://www.angelfire.com/linux/death_upon_me/003.html
go into the coding for THAT webpage and add in the css to do whatever you like.

Minx_duels
03-15-2005, 03:08 AM
AAaaahhhhh yes yes, thank you so much!!

pb&j
03-15-2005, 01:37 PM
no problem. good luck!