Looking into what the filter property can do, I don't need the special font any 
more.  Give this a try in an IE5.5+ browser and see what you get.

th
{
        writing-mode: tb-rl;
        filter: flipV flipH;
}

<table>
  <tr>
    <th>One</th>
    <th>Two</th>
    <th>Three</th>
    <th>Four</th>
  </tr>
  <tr>
    <td colspan="4">Table headings reading bottom to top, left to right.</td>
  </tr>
</table>

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

....-----Original Message-----
....From: Jerry Johnson [mailto:[EMAIL PROTECTED]
....Sent: Friday, July 08, 2005 12:16 PM
....To: CF-Community
....Subject: Flipping a font
....
....Isaac,
....
....If you have control over installing a font, do you have control over
....what browsers will be used?
....
....Check out this page:
....
....http://www.hypergurl.com/cssflipfilter.html
....
....It doesn't work on every browser, but where it does it looks like it
....can handle what you need.
....
....Jerry Johnson
....
....

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:164035
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to