Jump to content
xisto Community
Sign in to follow this  
Amezis

Left And Top Scrollbar?

Recommended Posts

You want it for the whole screen? I think that depends on your graphic card. I was using NVDIA once and it happened to me. The screen scrolls, but there's no scrolling bar. The scrolling will be decided with your mouse movement. It was unintentionally, and i dont know how it was done.

Share this post


Link to post
Share on other sites

By the way I'm using an iframe, it's only the iframe I want to scroll. Maybe I could add something in the iframe code?Or in the page that's in the iframe... It doesn't matter, just I can get scrollers around the frame.

Share this post


Link to post
Share on other sites

It is not possible, unles you were to make your own browser with scrollbars on all 4 sides, but it wont be too popular, it will just make web pages that are made to fir perfectly in a browser window, not fir anymore, a scrollbar is about 22px wide in Internet Explorer and 19 in FireFox, ples a left scrollbar will do the eeact same as a right had scollbar, so there is no point, thats why no browsers have 4 scollbars, plus in FireFox the scrollbars dont show if they are not needed, in Internet Explorer the left scrollbar just becomes unusable.phew.

Share this post


Link to post
Share on other sites

I dont know about the scrollbar being at the top, but having it on the left side is possible. You would use the attribute "direction".

<body dir="rtl">

This attribute will flip everything from the right to the left.

Another way:
<style>.dir{direction: rtl}</style>

Share this post


Link to post
Share on other sites

That flps the whole page, and the scollbar only moves in Internet Explorer, It does not in Opera, FireFox, Mozilla or K-meleon, you know, the better ones.

168112[/snapback]

A bit of a shame though. You'd expect that if your text was going from right to left, that the scrollbar would be at the "end" of a line all the same. So I definitely think IE's method is more intuitive.

 

 

Anyway, back to the real question. I have no doubt you could make a JavaScript scrollbar that sticks to the top and left for your pages. And if not JS, then always flash. However, you should ask yourself whether you really want to do that. In my experience there are little, if any, pages that manage to pull off non-standard scrollbars in a good way, without annoying all users.

Share this post


Link to post
Share on other sites

Well, do not tell me that I don't need it since I already said it could sound weird, but it should be possible.Thanks to the scrollbar on the left side, but I need one at the top too.I am using it because I am running a fansite to a MMORPG. Normally, there is a Java map, but since it doesn't work on all computers (slow, no java and so on), I've made an image version too, that's in a frame (easier to scroll, fit the design). However, scrollbars all around would do it easier for users that don't have any scrolling button on the middle of their mouse.But it would look too weird with a left scrollbar without a top one, so I am still waiting. It should be possible with Javascript, but I'm not into it at all...Ahh wheres this reputation point I would give many of them to the user who gives me the top bar...

Share this post


Link to post
Share on other sites

it is only possible to make three scrollbars, left;right;bottom; creating a top scrollbar is impossible. further more, a leftside scrollbar just isn't reliable, (IE only)if you really needed this, I suggest you create an application in flash that would do that.whyme

Share this post


Link to post
Share on other sites

I am using it because I am running a fansite to a MMORPG. Normally, there is a Java map, but since it doesn't work on all computers (slow, no java and so on), I've made an image version too, that's in a frame (easier to scroll, fit the design). However, scrollbars all around would do it easier for users that don't have any scrolling button on the middle of their mouse.

As the top & left scrollbars are only going to be moving in the same direction as the right & bottom (ie horizontal & vertical), there's no point in having them. You've got all the possible movement you want (except diagonal which isn't going to happen with scrollbars) with the normal two scrollbars.

Share this post


Link to post
Share on other sites

if you could create one... can you let us see the page..its hard to create top scroll bar in a window base application how much more in making it appear in the top portion of the browser which inherets its property to the core windows class, which means no top scroll bar...if you make it in flash then it defeats your bandwith.. i mean it must be a large size flash file to have that feature... unless of course if you have unlimited bandwith.. but then users will complain becuase of the time wasted on loading the flash effects... anyway... gud luck

Share this post


Link to post
Share on other sites

left scroller issues

Left And Top Scrollbar?

 

I m using left side scroller using iframe but while giving comand {direction: ltl} all the punctuations of the sentences tat are in the right move to left...

Wat can I do to avoid this...?

Please help me out...

 

-question by ribha Shah

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.