SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Forums
SiteExperts.com Forums
All Discussions

SiteExperts Feedback
The Lounge
Dynamic HTML
Site Design/ Critiques
HTML and CSS
XML Technologies
The Wireless Internet
Internet Explorer
Microsoft .NET
The Server
Technical Support

Sponsored Links

User Groups : Forums : SiteExperts : Dynamic HTML :

Previous DiscussionNext Discussion
 Displaying text sideways in a browser

Hi,

Does anyone know how to display text sideways in a browser?

Vineet

Started By vkothari on Apr 11, 2003 at 5:08:54 AM

4 Response(s) | Reply

View All Replies
stic on Apr 13, 2003 at 8:06:00 PM

You can make vertical text using this code - I know this works IE5.5 and above, doesn't work IE5.0 and not sure about netscape

Put this in the head:

<style>

.vert { writing-mode: tb-rl; filter: flipH() flipV(); font-family: Verdana,Arial,San Serif; font-size: 11px; text-decoration: none; color: #000000}

</style>

And this in the table cell containing your text:

td class="vert"

Hope that helps!

Stic


View All Replies

To respond to a discussion, you must first logon.

If you are not registered, please register yourself to become a member of the SiteExperts.community.

User Name
Password
Copyright 1997-2000 InsideDHTML.com, LLC. All rights reserved.