Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Vertical text. Can FireFox display a vertical text? Which HTML tags should be used for that?

  • 1 odpoveď
  • 1 má tento problém
  • 47 zobrazení
  • Posledná odpoveď od cor-el

more options

The site http://habrahabr.ru/blogs/css/58732/ recommends a way for using vertical text in HTML/CSS (see example below). However my instance of Firefox 3.6.22 does not display this vertical text. Please let me know your recommendations/


<title>1</title> <style> <!-- .vertical { overflow:hidden; line-height:30px; position:relative; white-space:nowrap; width:30px; height:200px; border:1px solid #999; } --> </style>

Testing text

The site http://habrahabr.ru/blogs/css/58732/ recommends a way for using vertical text in HTML/CSS (see example below). However my instance of Firefox 3.6.22 does not display this vertical text. Please let me know your recommendations/ <html> <head> <title>1</title> <style> <!-- .vertical { overflow:hidden; line-height:30px; position:relative; white-space:nowrap; width:30px; height:200px; border:1px solid #999; } --> </style> <body> <div class="vertical">Testing text</div> </body> </html>

Všetky odpovede (1)

more options

Vybrané riešenie