This is a discussion on CSS text align top to bottom question within the Coding Help forums, part of the Webmaster Help category; Hi guys, is it possible to run text on its side from top to bottom like so using CSS? I ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||||
|
__________________ :. Web Design & Development Web Design Ireland :. Search Engines Optimization Search Engines Optimization :. Directory Submission Directory Submission :. News & Press Release Ireland GiveItSocks.com :. Used Cars Ireland, Car Parts & Car Audio Cars For Sale, Car Parts & Accessories :. 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 |
| ||||
| ^^ 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; } |