473,385 Members | 1,893 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,385 software developers and data experts.

Vertical text?

Is there a way, or does anyone know if maybe in CSS3, there is a plan to
implement vertical rotated text? At
http://alamo.nmsu.edu/roundup/schedule.html, in the information I was
provided, "Exhibits Open" is shown rotated to the left reading from the
bottom up.

Other than a graphic, is there any way to implement it? Future plans?

--
Stan McCann, "Uncle Pirate" http://stanmccann.us/
Webmaster, NMSU at Alamogordo http://alamo.nmsu.edu/
Now blocking Google Grouper posts and replies.
http://blinkynet.net/comp/uip5.html
Mar 9 '06 #1
5 2916
Stan McCann <me@stanmccann.us> wrote:
Is there a way, or does anyone know if maybe in CSS3, there is a plan to
implement vertical rotated text?
Earlier versions of the CSS3 proposals contained glyph orientation
properties, but these have been removed from the current draft, as I
understand it because the previous proposal was effectively rejected by
implementors due to being to complex.
At
http://alamo.nmsu.edu/roundup/schedule.html, in the information I was
provided, "Exhibits Open" is shown rotated to the left reading from the
bottom up.

Other than a graphic, is there any way to implement it? Future plans?


SVG has some options for vertical rotated text, and IE has some
proprietary CSS properties that may on occasion be useful for controlled
environments.

--
Spartanicus
Mar 9 '06 #2
On Thu, 09 Mar 2006 17:46:57 GMT, Spartanicus
<in*****@invalid.invalid> wrote:
Stan McCann <me@stanmccann.us> wrote:
Is there a way, or does anyone know if maybe in CSS3, there is a plan to
implement vertical rotated text?
Earlier versions of the CSS3 proposals contained glyph orientation
properties, but these have been removed from the current draft, as I
understand it because the previous proposal was effectively rejected by
implementors due to being to complex.


Which was rather odd as it reached CR, and had implementations, indeed
the largest browser via market share has an implementation. So it
certainly doesn't appear to be something that is difficult to
implement...
SVG has some options for vertical rotated text, and IE has some
proprietary CSS properties that may on occasion be useful for controlled
environments.


writing-mode is a CSS3 Candidate Recommendation, that's hardly
"proprietary", it's an explicit call for implementation.

Jim.
--
comp.lang.javascript FAQ - http://jibbering.com/faq/

Mar 9 '06 #3
ji*@jibbering.com (Jim Ley) wrote:
Is there a way, or does anyone know if maybe in CSS3, there is a plan to
implement vertical rotated text?


Earlier versions of the CSS3 proposals contained glyph orientation
properties, but these have been removed from the current draft, as I
understand it because the previous proposal was effectively rejected by
implementors due to being to complex.


Which was rather odd as it reached CR, and had implementations, indeed
the largest browser via market share has an implementation.


I'm not sure what you are referring to, afaik IE doesn't support the
once proposed CSS3 glyph-orientation-vertical and
glyph-orientation-horizontal properties I referred to.
SVG has some options for vertical rotated text, and IE has some
proprietary CSS properties that may on occasion be useful for controlled
environments.


writing-mode is a CSS3 Candidate Recommendation, that's hardly
"proprietary", it's an explicit call for implementation.


My recollection failed me, I thought of IE's "filter" property and
"fliph" and "flipv" values, but on checking my notes these do not
achieve what I think the OP is after.

I'm not familiar with the requirements for displaying non western
languages and if using the writing-mode property for western text
content to achieve a decorative effect has any drawbacks. Furthermore
text written from bottom to top is afaik not supported by the
writing-mode values, unless the text is entered back to front, but that
would be unacceptable.

To achieve the decorative text effect that I think the OP is after
requires glyph rotation, this is not supported by the writing-mode
property.

--
Spartanicus
Mar 9 '06 #4
Spartanicus <in*****@invalid.invalid> wrote in
news:fp********************************@news.spart anicus.utvinternet.ie
:
Stan McCann <me@stanmccann.us> wrote:
Is there a way, or does anyone know if maybe in CSS3, there is a
plan to implement vertical rotated text?


Earlier versions of the CSS3 proposals contained glyph orientation
properties, but these have been removed from the current draft, as I
understand it because the previous proposal was effectively rejected
by implementors due to being to complex.
At
http://alamo.nmsu.edu/roundup/schedule.html, in the information I
was provided, "Exhibits Open" is shown rotated to the left reading
from the bottom up.

Other than a graphic, is there any way to implement it? Future
plans?


SVG has some options for vertical rotated text, and IE has some
proprietary CSS properties that may on occasion be useful for
controlled environments.


I figured it was something that I probably couldn't do, at least now.
I looked through the CSS 2.1 recommendation pretty closely and found
nothing.

I found and read some discussion of vertical text but the newest thing
I could find was about 4 years old so I wanted to see some newer
discussion. I'm glad I did as the discussion has been interesting. I
was not aware of the IE support for it.

Unfortunately, this is for a www page so support for IE only isn't good
enough. So, I'll leave it as is. What's there is readable in all
browsers I think. I do have a concern about accessibility the way it
is currently done. Do you suppose a text to speech reader would say:
"E break x break h break ..."? If so, maybe a graphic with
alt="Exhibits Open" might be better in this case?

--
Stan McCann, "Uncle Pirate" http://stanmccann.us/
Webmaster, NMSU at Alamogordo http://alamo.nmsu.edu/
Now blocking Google Grouper posts and replies.
http://blinkynet.net/comp/uip5.html
Mar 10 '06 #5
Stan McCann <me@stanmccann.us> wrote:
Do you suppose a text to speech reader would say:
"E break x break h break ..."?
Line breaks are treated as white space, so it would read E x h i b i t s
If so, maybe a graphic with
alt="Exhibits Open" might be better in this case?


Yes.

--
Spartanicus
Mar 10 '06 #6

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

Similar topics

3
by: kAldam | last post by:
I am currently using IE 6.0 and 5.5 and the scenario is the following. I have a span that contains text, and the span is beign contained by a table cell (this is the way thing need to be in my...
1
by: Kenneth | last post by:
Okay, I've been scouring Google for hours looking for a solution to this problem, but as of yet I can't find one. XHTML Transitional seems to specify that I can no longer set a table's height to...
1
by: James Dean | last post by:
Can you make vertical text in a richtextbox or is there any way around this like make the string vertical outside the textbox then try to paste it in that way into the textbox?.... *** Sent...
2
by: Eric Lindsay | last post by:
If I want to have the middle of an image vertically aligned with the middle of a heading (or several lines of heading), is there some particular way people would recommend? vertical-align: center...
4
by: shivas | last post by:
Hi, I am using vertical-align for a table row, but the Image and the text are not aligned properly. I don't what to align image in the img tag, rather in the row itself I want to align. I want...
5
by: Markus Ernst | last post by:
Hello This is a test example: http://www.markusernst.ch/anthracite/ http://www.markusernst.ch/anthracite/living_divani.html After googling and experimenting for several hours, I ended up...
3
by: acunnon | last post by:
I am trying to put together an login page my problem is getting the three items aligned to the middle verticaly without specifing a height to anything on the page. CSS html{ height:100%;...
2
by: esteuart | last post by:
I need to get the right combination for a div to clip any text inside and allow vertical alignment. I only have this problem in FireFox. I have 3 divs nested within each other. The outer div has...
8
by: ayamopamo | last post by:
Hi- I am trying to center a web page. It seems like this should be very simple to do, but apparently it isn't my day. I have successfully centered the background by calling it in the css body tag:...
40
by: maya | last post by:
hi, how do I get text to vertical-align inside a div? http://www.mayacove.com/misc/home.html vertical-align should work, according to this:...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.