Wrox Programmer Forums
|
ASP.NET 3.5 Professionals If you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Professionals section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 4th, 2011, 04:31 AM
Registered User
 
Join Date: Jan 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Vertical Text in Firefox < 3.5

I'm Used below css code in myproject:
.box_round {

/* IE-only DX filter */

filter: flipv fliph;
writing-mode: tb-rl;

/* Safari/Chrome function */
-webkit-transform: rotate(270deg);

/* works in latest FX builds */
/* -moz-transform: rotate(90deg); */

-moz-transform: rotate(-90deg); /* FF3.5+ */

-o-transform: rotate(7.5deg); /* Opera 10.5 */
-webkit-transform: rotate(7.5deg); /* Saf3.1+, Chrome */
/* filter: progid:DXImageTransform.Microsoft.BasicImage(rotat ion=0.083); IE6,IE7 */
-ms-filter:progid:DXImageTransform.Microsoft.BasicImag e(rotation=3); /* IE8 */

font-family :Tahoma ;
font-size :12px;
width :26px;
height :380px;
text-align :center ;
direction :rtl ;
vertical-align :text-top;
color:#5C0901;
background-image :url(../Image/Book/gh_03.gif.gif);
background-position :Top left ;
background-repeat :repeat-y ;

}
code in IE worked , but not work in firefox < 3.5 and in firefox > 3.5 worked vertical and tangle characters.
please help me .
I'm will worked in any firefox correct.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Vertical Text Style Not Printing mat41 CSS Cascading Style Sheets 1 December 6th, 2011 10:42 PM
Vertical Text Header in MSFLEXGRID Andraw Beginning VB 6 0 October 16th, 2008 10:08 PM
How to create label with vertical text? Dragonist Classic ASP Basics 17 September 19th, 2008 02:30 PM
Vertical Text - How to stop wrap? mat41 CSS Cascading Style Sheets 26 December 19th, 2006 08:05 AM
how does one get vertical text in HTML? lcsgeek Classic ASP Professional 3 September 9th, 2004 08:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.