not afaik.
Hi guys, is it possible to run text on its side from top to bottom like so using CSS?
I tried to google about the place but I'm not sure on the search terms or even if it's possible.
Cheers.
CSS Guides: Vertical Text, SSI-Developer.net
you could aslo convert the text into an image.
:. Web Design & Development Web Design Ireland
:. Search Engines Optimization Search Engines Optimization
:. Car Parts & Accessories Car Parts
:. Cars Ireland Cars Ireland
:. I Have 2 Find It Directory SEF Directory
Cheers Louie, I'm trying to avoid using images. Unfortunately that code isn't cross platform.
Thanks nonetheless.
the reason i said converting the text into image on the fly.
phpgd.com some good articles
:. Web Design & Development Web Design Ireland
:. Search Engines Optimization Search Engines Optimization
:. Car Parts & Accessories Car Parts
:. Cars Ireland Cars Ireland
:. I Have 2 Find It Directory SEF Directory
Someone linked to my site woo whooo!!
Yep, the css filters are IE only (unless something has changed since I last checked).
I'd be surprised if it couldn't be done with js but images would be my first choice.
Here's an example with js... not sure about x-browser compatibility tho:
Vertical text script- Developer's View
I doubt very much you'll be able to pull that one off with CSS that will satisfy all browsers. I wouldnt even be confident of doing it with JS. Why cant it be an image?
I don't want to use an image for seo purposes. I was planning on using vertical text for a menu system.
It seems like my only option though...that or using flash.
[deleted]
Last edited by 3rigena; 28-07-2008 at 07:16 PM.
----
@GamblingSEO
^^ he beat me to it. the text wont show but search engines will still read it. if you do find that the text is coming to the front then use css such as:
divname img
{
z-index: 1;
}