473,382 Members | 1,611 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

vartical tab? As it is in OS/2

I remember when I was in high school I saw a Screen shot in PC Magazine
that shows OS/2 is using vertical tab rather than the normal tab
commonly seen on Windows and GNome/KDE. That is the last time I saw
vertical tab.

That tab is very styled and pretty, on the right side. However I never
used OS/2 so I don't even have a screen shot to show how it is. Recently
I am working on a new web-application where I very much like to
implement this effect.

To let the text on the tab title flow top-to-bottom, we need to turn
Latin alphabetic 90 degree, and for ideographs, we need to arrange them
one below the other. I immediately think of using 'writing-mode' style
but soon realized this is an IE-only feature, but my application is
supposed to run on gecko browsers.

Any suggestions on how to do it? I am very sure that I am not the first
one on the earth that wants this effect, so there should be articles
about it on the web, but STFW so far I didn't find yet. In case I found
one such article I'll post URI on this group:)
Jul 21 '05 #1
18 2026
Zhang Weiwu wrote:
I remember when I was in high school I saw a Screen shot in PC Magazine
that shows OS/2 is using vertical tab rather than the normal tab
commonly seen on Windows and GNome/KDE. That is the last time I saw
vertical tab.

That tab is very styled and pretty, on the right side. However I never
used OS/2 so I don't even have a screen shot to show how it is. Recently
I am working on a new web-application where I very much like to
implement this effect.

To let the text on the tab title flow top-to-bottom, we need to turn
Latin alphabetic 90 degree, and for ideographs, we need to arrange them
one below the other. I immediately think of using 'writing-mode' style
but soon realized this is an IE-only feature, but my application is
supposed to run on gecko browsers.

Any suggestions on how to do it? I am very sure that I am not the first
one on the earth that wants this effect, so there should be articles
about it on the web, but STFW so far I didn't find yet. In case I found
one such article I'll post URI on this group:)

Okay, here I find a picture that describes what effect I want:

http://www.evsc.k12.in.us/teachers/h...r/notebook.jpg

I think the reason I didn't find an instruction on the web is I cannot
describ this effect well enough in English and form keywords:(

Drop me any hint?
Jul 21 '05 #2
Zhang Weiwu wrote:
I remember when I was in high school I saw a Screen shot in PC Magazine
that shows OS/2 is using vertical tab rather than the normal tab
commonly seen on Windows and GNome/KDE. That is the last time I saw
vertical tab.

That tab is very styled and pretty, on the right side. However I never
used OS/2 so I don't even have a screen shot to show how it is. Recently
I am working on a new web-application where I very much like to
implement this effect.

To let the text on the tab title flow top-to-bottom, we need to turn
Latin alphabetic 90 degree,


Before Windows 95 came out, introducing the Task Bar and Start Menu, I
bought a desktop replacement for Windows 3.1 that had vertically tabbed
program groups, and I happened to like them. But I'm curious what
percentage of users would find tabs difficult or a nuisance to read this
way, with the labels rotated 90 degrees.

[snip]
Jul 21 '05 #3
Zhang Weiwu wrote:
I remember when I was in high school I saw a Screen shot in PC Magazine
that shows OS/2 is using vertical tab rather than the normal tab
commonly seen on Windows and GNome/KDE. That is the last time I saw
vertical tab.

That tab is very styled and pretty, on the right side. However I never
used OS/2 so I don't even have a screen shot to show how it is. Recently
I am working on a new web-application where I very much like to
implement this effect.


Most browsers do not have any way in which to rotate text. You could hack
around it by using an image, but I suggest you consider that consistancy is
a virtue when it comes to UI design. While your application may look
pretty, it will also look different - and that tends to worry users.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 21 '05 #4
Zhang Weiwu <zh********@realss.com> wrote:
I remember when I was in high school I saw a Screen shot in PC Magazine
that shows OS/2 is using vertical tab rather than the normal tab
commonly seen on Windows and GNome/KDE. That is the last time I saw
vertical tab.

That tab is very styled and pretty, on the right side. However I never
used OS/2 so I don't even have a screen shot to show how it is. Recently
I am working on a new web-application where I very much like to
implement this effect.

To let the text on the tab title flow top-to-bottom, we need to turn
Latin alphabetic 90 degree, and for ideographs, we need to arrange them
one below the other. I immediately think of using 'writing-mode' style
but soon realized this is an IE-only feature, but my application is
supposed to run on gecko browsers.

Any suggestions on how to do it?


Pretty straightforward, you'll have to use images for the tabs with the
text on it, mark them up as list items, float the list to the right
(ideally you'd use a css table for non IE browsers), and specify a right
margin on the content.

The obvious drawbacks are that floating the menu causes the usual
problems, the tab text cannot be enlarged in most browsers, and reading
text that has been rotated 90 degrees is a bother. You can provide some
assistance with the latter by specifying the tab text as title content
on the images.

--
Spartanicus
Jul 21 '05 #5
Spartanicus <me@privacy.net> wrote:
Pretty straightforward, you'll have to use images for the tabs with the
text on it, mark them up as list items, float the list to the right
(ideally you'd use a css table for non IE browsers), and specify a right
margin on the content.


This may get you started:
http://www.spartanicus.utvinternet.ie/test/vtabs.htm

It needs a min-height alternative for IE, the regular trick to do that
threw up a quirk in IE that I couldn't be bothered to fix.

--
Spartanicus
Jul 21 '05 #6
"Spartanicus" wrote in comp.infosystems.www.authoring.stylesheets:
Spartanicus <me@privacy.net> wrote:
Pretty straightforward, you'll have to use images for the tabs with the
text on it, mark them up as list items, float the list to the right
(ideally you'd use a css table for non IE browsers), and specify a right
margin on the content.


This may get you started:
http://www.spartanicus.utvinternet.ie/test/vtabs.htm


In Mozilla 1.7.5 on Win XP, nothing happens when I click on any of
the tabs.

--

Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
Jul 21 '05 #7
Harlan Messinger wrote:
Before Windows 95 came out, introducing the Task Bar and Start Menu, I
bought a desktop replacement for Windows 3.1 that had vertically tabbed
program groups, and I happened to like them. But I'm curious what
percentage of users would find tabs difficult or a nuisance to read this
way, with the labels rotated 90 degrees.


Oh if you like me living happily in China, you will find rotating 90
degrees is the 'correct' arrangement and we have been using it happily
for 3000 years:) and the horizonal arrangement is something 'invented'
by the western people :)
Jul 21 '05 #8
David Dorward wrote:
Zhang Weiwu wrote:

I remember when I was in high school I saw a Screen shot in PC Magazine
that shows OS/2 is using vertical tab rather than the normal tab
commonly seen on Windows and GNome/KDE. That is the last time I saw
vertical tab.

That tab is very styled and pretty, on the right side. However I never
used OS/2 so I don't even have a screen shot to show how it is. Recently
I am working on a new web-application where I very much like to
implement this effect.

Most browsers do not have any way in which to rotate text.


As I said, IE could, with 'writing-mode' style. This style is especially
provided for Asian users. Unfortunately it's not standard. This happens
to be the *only* part of IE that I like.
Jul 21 '05 #9
Spartanicus wrote:
Spartanicus <me@privacy.net> wrote:

Pretty straightforward, you'll have to use images for the tabs with the
text on it, mark them up as list items, float the list to the right
(ideally you'd use a css table for non IE browsers), and specify a right
margin on the content.

This may get you started:
http://www.spartanicus.utvinternet.ie/test/vtabs.htm

It needs a min-height alternative for IE, the regular trick to do that
threw up a quirk in IE that I couldn't be bothered to fix.


Oh I like it. It tastes sweet! And I am on mozilla 1.7.5 on Gentoo
Linux, nothing happens if I click a tab. However I'll dig into the code
and see how they made it, and I hope to create a gecko-clickable example
and show-around on this list:)
Jul 21 '05 #10
Zhang Weiwu <zh********@realss.com> wrote:
http://www.spartanicus.utvinternet.ie/test/vtabs.htm

nothing happens if I click a tab


Duh, the links link to the page itself (<a href="#">), it's a mock-up.

--
Spartanicus
Jul 21 '05 #11
Zhang Weiwu wrote:
Most browsers do not have any way in which to rotate text.
As I said, IE could


<em> most </em>

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 21 '05 #12
Zhang Weiwu wrote:
I remember when I was in high school I saw a Screen shot in PC Magazine
that shows OS/2 is using vertical tab rather than the normal tab
commonly seen on Windows and GNome/KDE. That is the last time I saw
vertical tab.

That tab is very styled and pretty, on the right side. However I never
used OS/2 so I don't even have a screen shot to show how it is. Recently
I am working on a new web-application where I very much like to
implement this effect.

To let the text on the tab title flow top-to-bottom, we need to turn
Latin alphabetic 90 degree, and for ideographs, we need to arrange them
one below the other. I immediately think of using 'writing-mode' style
but soon realized this is an IE-only feature, but my application is
supposed to run on gecko browsers.

Any suggestions on how to do it? I am very sure that I am not the first
one on the earth that wants this effect, so there should be articles
about it on the web, but STFW so far I didn't find yet. In case I found
one such article I'll post URI on this group:)


http://www.stunicholls.myby.co.uk/menu/book.html
and
http://www.stunicholls.myby.co.uk/book/index.html

--
Gus
Jul 21 '05 #13
*Zhang Weiwu* <zh********@realss.com>:

As I said, IE could, with 'writing-mode' style. This style is especially
provided for Asian users. Unfortunately it's not standard.


Well, "not" is a strong word in this case:
<http://www.w3.org/TR/css3-text/#writing-mode>. Although that draft has
now a new editor ("fantasai") and is currently under revision, AFAIK.

Yes, that's right: IE6, which is claimed to be a CSS1 browser with some
support for CSS2, was probably the first browser to support upcoming CSS3
properties (although CSS3 wasn't yet being developped when IE6 was
released and the (former) editor of that module is a Microsoft employee).

--
Three things matter in a speech:
who says it, how he says it, and what he says,
and of the three, the last matters least.
Jul 21 '05 #14
Gus Richter wrote:
Zhang Weiwu wrote:
I remember when I was in high school I saw a Screen shot in PC
Magazine that shows OS/2 is using vertical tab rather than the normal
tab commonly seen on Windows and GNome/KDE. That is the last time I
saw vertical tab.

That tab is very styled and pretty, on the right side. However I never
used OS/2 so I don't even have a screen shot to show how it is.
Recently I am working on a new web-application where I very much like
to implement this effect.

To let the text on the tab title flow top-to-bottom, we need to turn
Latin alphabetic 90 degree, and for ideographs, we need to arrange
them one below the other. I immediately think of using 'writing-mode'
style but soon realized this is an IE-only feature, but my application
is supposed to run on gecko browsers.

Any suggestions on how to do it? I am very sure that I am not the
first one on the earth that wants this effect, so there should be
articles about it on the web, but STFW so far I didn't find yet. In
case I found one such article I'll post URI on this group:)

http://www.stunicholls.myby.co.uk/menu/book.html
and
http://www.stunicholls.myby.co.uk/book/index.html


This is the greatest one I even see!
Jul 21 '05 #15
Zhang Weiwu a écrit :

| Gus Richter wrote:
|
| > http://www.stunicholls.myby.co.uk/menu/book.html
| > and
| > http://www.stunicholls.myby.co.uk/book/index.html
|
| This is the greatest one I even see!

Pages from this guy (Stu Nicholls) contain some really nice CSS tricks, but
I call most of them MMN: Mystery Meat Navigation[1]. All of them are
"navigation demos", but the fact that his last two tricks (and, to me, the
most impressive ones) are... *mazes* ([2] and [3]) is a sure indication
that one should not use those tricks for navigation on a real website. They
are, again, tricks...

Just my 2 cent warning.

[1] http://www.webpagesthatsuck.com/myst...avigation.html
[2] http://www.stunicholls.myby.co.uk/menu/amazing.html
[3] http://www.stunicholls.myby.co.uk/menu/crossing.html

--
Daniel Déchelotte
http://yo.dan.free.fr/
Jul 21 '05 #16
Daniel Déchelotte wrote:
Zhang Weiwu a écrit :

| Gus Richter wrote:
|
| > http://www.stunicholls.myby.co.uk/menu/book.html
| > and
| > http://www.stunicholls.myby.co.uk/book/index.html
|
| This is the greatest one I even see!

Pages from this guy (Stu Nicholls) contain some really nice CSS tricks, but
I call most of them MMN: Mystery Meat Navigation[1]. All of them are
"navigation demos", but the fact that his last two tricks (and, to me, the
most impressive ones) are... *mazes* ([2] and [3]) is a sure indication
that one should not use those tricks for navigation on a real website. They
are, again, tricks...

Just my 2 cent warning.

[1] http://www.webpagesthatsuck.com/myst...avigation.html
[2] http://www.stunicholls.myby.co.uk/menu/amazing.html
[3] http://www.stunicholls.myby.co.uk/menu/crossing.html


Thanks for this posting. I haven't had a good laugh for a long time.

What you call "tricks", I call "cutting edge css" or "using css at its
full potential". You would call Eric Meyer's pages tricks as well I guess.

There are always those that fear the unknown. Get into the code, analyse
it and find that it is simply applying rules and capabilities. There is
nothing to fear - it is not the work of the devil.

--
Gus
Jul 21 '05 #17
Gus Richter a écrit :

| Daniel Déchelotte wrote:
| >
| > Pages from this guy (Stu Nicholls) contain some really nice CSS tricks,
| > but I call most of them MMN: Mystery Meat Navigation[1]. All of them
| > are "navigation demos", but the fact that his last two tricks (and, to
| > me, the most impressive ones) are... *mazes* ([2] and [3]) is a sure
| > indication that one should not use those tricks for navigation on a
| > real website. They are, again, tricks...
| >
| > Just my 2 cent warning.
| >
| > [1] http://www.webpagesthatsuck.com/myst...avigation.html
| > [2] http://www.stunicholls.myby.co.uk/menu/amazing.html
| > [3] http://www.stunicholls.myby.co.uk/menu/crossing.html
|
| Thanks for this posting. I haven't had a good laugh for a long time.

Then I am glad. :)

| What you call "tricks", I call "cutting edge css" or "using css at its
| full potential". You would call Eric Meyer's pages tricks as well I
| guess.

Well, I shall elaborate a bit. I am impressed by every single demo, in a
sense of "Funny, how did he do that?".

Now, there are a lot of examples, and a lot of them are things he just
wanted to prove to be feasible using CSS and only CSS.

[ doing the demos again ]
[ now discovering the function of the "up" arrow, which leads to the rest
of his site ]

Oh oh. Now I understand better your indignation when I wrote "Pages from
this guy...". I meant "The demos available from his site...". Okayy, the
site content is awesome (sorry for not finding a better adjective) and not
simply about switching a lamp on and off using CSS. ;-)

| There are always those that fear the unknown. Get into the code, analyse
| it and find that it is simply applying rules and capabilities. There is
| nothing to fear - it is not the work of the devil.

His site is all about accessible content, clean yet browser-robust code,
and my opinion really was ill-conceived. Sorry for the confusion.

--
Daniel Déchelotte
http://yo.dan.free.fr/
Jul 21 '05 #18
Daniel Déchelotte wrote:
Gus Richter a écrit :

| Daniel Déchelotte wrote:
His site is all about accessible content, clean yet browser-robust code,
and my opinion really was ill-conceived. Sorry for the confusion.


I'm sorry that I expressed my amusement. I'm also glad that you had a
second, closer look. For me, it's not so much what he did as an end
product, although it does impress, but it is mainly the technique he
uses to achieve certain results; utilizing 2 or more seemingly straight
forward characteristics in order to achieve a certain result, à la Eric
Meyer's 'complexspiral', which inspired and awed everyone. It is also
the realization that there are untapped techniques not yet realized
(undiscovered) with this relatively new css. Some aspects of the demos,
may of course be found to be useful in certain circumstances as well, as
in the case for the OP. I stumbled onto the site in search of answers to
the same question as that of the OP quite a while ago.

--
Gus
Je m'excuse de t'avoir taquiné, sois certain que c'était sans mechanceté.
Jul 21 '05 #19

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: shaam | last post by:
hi frnds, iam shaam working on c#.net. i want the way how to open an open dialog box so that i can select the file from that by opening that dialog box and select a file and add the path into...
20
by: avinash sh | last post by:
I am using CSS property to make vertical text using java script.it is working fine with IE browser but not with mozila firefox... do anyone have any simple solution for the same....?? I do'nt want...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.