|
| |
User Groups : Forums : SiteExperts : Dynamic HTML
:  | 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.
|