I have a convertible notebook, and was wondering if anyone has an extension or plugn, or ANYTHING to make the scroll bar in IE on the left side of the window.
a firefox plugin will not work, and no browser suggestions will keep me from ignoring the MANDATORY USE OF MICROSOFT INTERNET EXPLORER I NEED FOR THE WORK I DO.
In particular until the SSO oracle platform of the EIA reporting mandates of the DOE will launch in any other browser or accept HTTPS FTP sent from any other broswer, they are useless to me. No one in the govt can validate the time and research necessary to integrate them, and the support is just extra work no one has the attention and resources for.
I am trying to find resources for what I have that may have escaped my attention. In detail, I am looking for Left-Handed extensions of plugins, for ergonomic purposes.
if it is a configuration that fits in the entire windows OS and is winXP compatible, that would be fine.
Thanks from a south-paw,
Ch
Left-handed Internet Explorer browsing.
- raum
- Posts: 3944
- Joined: Sun Jul 24, 2005 10:51 am
- RIMFIRE
- Posts: 892
- Joined: Tue Nov 30, 2004 10:43 pm
I have some info I how to easily do it in a Macintosh....... :afro:
*sorry to troll, but it HAD to be said*
*sorry to troll, but it HAD to be said*
BBcode: | |
Hide post links |
- raum
- Posts: 3944
- Joined: Sun Jul 24, 2005 10:51 am
RIM,
that was great. really. can i strangle you now? /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
actually, post it. maybe this can turn into a support group for configuring southpaw interfaces.
that was great. really. can i strangle you now? /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
actually, post it. maybe this can turn into a support group for configuring southpaw interfaces.
BBcode: | |
Hide post links |
- raum
- Posts: 3944
- Joined: Sun Jul 24, 2005 10:51 am
-
- Posts: 150
- Joined: Sat Sep 18, 2004 1:51 am
All I've been able to find is for Linux and I saw one about a Mac, but it didn't say how. Can't think of any other way that you could get it to work that way.
MS Knowledge Base came up with nothing. Google came up with nothing.
Sorry man.
Care to explain where Maxthon does it? I took a look at their site and saw no mention of it.
EDIT: Don't yell at me for this, but there MIGHT be a way to do it through Firefox, but it actually uses IE itself too. There's an extension for FF that enables you to run embedded IE in FF. It's actual IE, but in a tab inside of the Firefox window. So in short, you're accessing with IE in a Firefox window. So I guess if you could find a way to get Firefox to get the scrollbar on the left and it's compatible with this extension (work is still in progress for it), this might work. I don't know if it would help, but it's just an idea. It might be hard-coded into Windows. http://ietab.mozdev.org/ is the link if you'd like to just see what this extension actually does.
Again, it's just an idea, but even though it's using Firefox, it's using IE truly. Just check out the link (I'll paste it here in a minute or two) and see if any of the features you need aren't compatible yet.
MS Knowledge Base came up with nothing. Google came up with nothing.
Sorry man.
Care to explain where Maxthon does it? I took a look at their site and saw no mention of it.
EDIT: Don't yell at me for this, but there MIGHT be a way to do it through Firefox, but it actually uses IE itself too. There's an extension for FF that enables you to run embedded IE in FF. It's actual IE, but in a tab inside of the Firefox window. So in short, you're accessing with IE in a Firefox window. So I guess if you could find a way to get Firefox to get the scrollbar on the left and it's compatible with this extension (work is still in progress for it), this might work. I don't know if it would help, but it's just an idea. It might be hard-coded into Windows. http://ietab.mozdev.org/ is the link if you'd like to just see what this extension actually does.
Again, it's just an idea, but even though it's using Firefox, it's using IE truly. Just check out the link (I'll paste it here in a minute or two) and see if any of the features you need aren't compatible yet.
BBcode: | |
Hide post links |
- raum
- Posts: 3944
- Joined: Sun Jul 24, 2005 10:51 am
lol, i'm not going to yell about it...
and if it works, that is what matters.
this is a classic case of "success is the condition of compatiblity."
thank's for the tip! i might check it out this weekend, and test it next week.
Ch
and if it works, that is what matters.
this is a classic case of "success is the condition of compatiblity."
thank's for the tip! i might check it out this weekend, and test it next week.
Ch
BBcode: | |
Hide post links |
-
- Posts: 150
- Joined: Sat Sep 18, 2004 1:51 am
QUOTE(raum)lol, i'm not going to yell about it...
and if it works, that is what matters.
this is a classic case of "success is the condition of compatiblity."
thank's for the tip! i might check it out this weekend, and test it next week.
Ch
No prob. I was just afraid you'd see Firefox in the answer and flip a shit, seeing as you weren't too happy in the other thread before.
and if it works, that is what matters.
this is a classic case of "success is the condition of compatiblity."
thank's for the tip! i might check it out this weekend, and test it next week.
Ch
No prob. I was just afraid you'd see Firefox in the answer and flip a shit, seeing as you weren't too happy in the other thread before.
BBcode: | |
Hide post links |
- raum
- Posts: 3944
- Joined: Sun Jul 24, 2005 10:51 am
-
- Site Admin
- Posts: 2411
- Joined: Sat Nov 06, 2004 4:43 am
- Location: Sydney, Australia
- Contact:
http://www.alltooflat.com/geeky/elgoog/info/eg1.html
The code that generates the left-sided scrollbar:
CODE<BODY dir=rtl>
<DIV dir=ltr>
...
</DIV>
</BODY>
Now, if you can somehow wrap each page in the <BODY> tags with the dir=rtl argument, like a transparent proxy, or something like Trixie, then you got yourself a solution! (and I've done one of your "Programming Requests" /:D" style="vertical-align:middle" emoid=":D" border="0" alt=":D" />)
The code that generates the left-sided scrollbar:
CODE<BODY dir=rtl>
<DIV dir=ltr>
...
</DIV>
</BODY>
Now, if you can somehow wrap each page in the <BODY> tags with the dir=rtl argument, like a transparent proxy, or something like Trixie, then you got yourself a solution! (and I've done one of your "Programming Requests" /:D" style="vertical-align:middle" emoid=":D" border="0" alt=":D" />)
BBcode: | |
Hide post links |
- raum
- Posts: 3944
- Joined: Sun Jul 24, 2005 10:51 am