Possibly a dumb question, but is there any way I can force a scrollbar to the left side of a frame? This would leave the area between the frames seamless when a scrollbar is required.
Announcement
Collapse
No announcement yet.
Scrollbars
Collapse
X
-
Yes!
The basics:
<HTML dir="rtl">
<BODY>
<DIV DIR="ltr" ALIGN="left">
...your entire content here...
</DIV>
</BODY>
</HTML>
An example:
http://www.angelfire.com/mo2/cbch21/2/FYI.htmlQuيet Storm Designs ~ Art is not what you see, but what you make others see.
· the Storms· || ·Ultraviolent Winter· || ·Was Einstein Wrong?· || ·It´s About Time!·
-
Interesting...I didn't know you could do that. Live and learn I guess. Thanks- George
- JavaScript Kit- JavaScript tutorials and 400+ scripts!
- JavaScript Reference- JavaScript reference you can relate to.
Comment
-
I knew about being able to change the direction of everyting for the whole page but the thought of reversing just the content back within a div never occurred to me.
Although I believe it only works in Internet Explorer on the PC and I seem to recall that it doesn't work at all on a Mac. I could be wrong though.Last edited by Spookster; Jul 9, 2002, 01:04 AM.Spookster
CodingForum Supreme Overlord
All Hail Spookster
Comment
-
Originally posted by Bosko
It works in Netscape/Mozilla too,so it works on all platforms (since Mozilla/Netscape are the same on all OS').Spookster
CodingForum Supreme Overlord
All Hail Spookster
Comment
-
NS4 is such an old browser,and I meant NS7 and not 4....
That's because IE for windows and IE for Mac are two completely diferent applications,only the name is the same.Mozilla is the same on all platforms,only compiled diferent for each OS (like EXE for Win32 etc.).
I run Mozilla on Windows and Linux,and I never noticed any diference in the rendering of the pages (ofcourse Mozilla running on Linux is alot faster and more stable,but that's because Windows ME is so sucky).
Comment
-
Here's a link to a similar discussion we had here recently on this topic that might be worth reviewing. Posting the link to the simialr discussion also helps tie everyting together.
http://www.codingforum.net/showthrea...&threadid=1048boxer_1
CodingForum Moderator
"How did a fool and his money get together in the first place?"
Comment
Comment