473,493 Members | 2,274 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Vertical Text using CSS - Mozilla

12 New Member
I need a table header with text aligned vertically. I wrote a css and it works fine with IE, but mozilla doesn't support that. Is there any other way that we can represent vetical text?

Code i have used:
Expand|Select|Wrap|Line Numbers
  1. .verticaltext {
  2. writing-mode: tb-rl;
  3. filter: flipV flipH;
  4. }
  5.  
Jul 20 '06 #1
7 154231
kestrel
1,071 Recognized Expert Top Contributor
Mozilla doesnt support vertical text using css, from what i can tell.
You're better off making an image, using paint or something
Jul 31 '06 #2
ronverdonk
4,258 Recognized Expert Specialist
Have a look at Stuart Nicholls site, dedicated to CSS. One of the samples is a vertical unordered list, also for Mozilla.

http://www.cssplay.co.uk/menus/vertical.html

Ronald :cool:
Aug 4 '06 #3
austincollins
2 New Member
you can display text rotated at 90 degrees using a combination of css and svg in all major browsers. you can use css for ie, and for firefox and opera use svg. see my post http://www.thescripts.com/forum/thread721811.html
Oct 15 '07 #4
drhowarddrfine
7,435 Recognized Expert Expert
you can use css for ie, and for firefox and opera use svg.
I'm glad you pointed that out. Only modern browsers can use SVG but not IE.

Also, the CSS, in the original post, is not standard CSS and only works in IE.
Oct 15 '07 #5
e9500368
1 New Member
I'm glad you pointed that out. Only modern browsers can use SVG but not IE.

Also, the CSS, in the original post, is not standard CSS and only works in IE.
It seems to be standard CSS3:
http://www.w3.org/TR/2003/CR-css3-text-20030514/#Progression
Nov 8 '07 #6
drhowarddrfine
7,435 Recognized Expert Expert
That is obsolete and has been replaced by this one.
Nov 8 '07 #7
scottgale
1 New Member
Here is my method for pure CSS vertical text: http://scottgale.com/blog/css-vertical-text/2010/03/01/

Works in FF, IE, and Webkit (Safari/Chrome)
Mar 3 '10 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

9
5547
by: fochie | last post by:
Greetings, I'm having a problem when I try to GET a file from my server via xmlhttp when using Mozilla. With IE I can get any type of file fine, get/display headers fine, etc. With Mozilla,...
1
2625
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...
0
317
by: Stephen Muecke | last post by:
I use the following code to draw vertical text in an ownerdrawn StatusBar The text is drawn top to bottom. Is there a way to have the text drawn bottom to top? Stephen Private Sub...
5
2922
by: Stan McCann | last post by:
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,...
2
2164
by: marss | last post by:
The text for the chart Y-axis title is to be drawn vertically. Here is the snippet of my code. ..... StringFormat drawFormat = new StringFormat(); drawFormat.FormatFlags =...
4
7391
by: umlv | last post by:
Hi, I have a question about vertical text property for labels. I have set several labels to show vertical text on one of my forms. I had no problems with them on my desktop computer. Now I...
4
2684
by: marfola | last post by:
I'm trying to implement bottom-to-top vertical text using CSS attributes in IE : writing-mode: tb-rl; filter: flipv fliph; But I have encountered the following: the text is...
20
7533
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...
7
7156
by: Mr Key | last post by:
Hi! Vertical text when placed in a report is read from top to bottom, is it possible to have vertical text so it's read from bottom to top (rotated 180 degrees from the default)? Example. I am...
0
7119
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7157
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,...
1
6873
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7367
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4889
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1400
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
644
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
285
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.