Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to make vertically rotated links in HTML?
    primarykey
    data
    text
    <p>I'm trying to accomplish this:</p> <p><img src="https://i.stack.imgur.com/Kf97H.jpg" alt="enter image description here"></p> <p>with this code:</p> <pre><code>&lt;div id='left_column_date_search'&gt; &lt;a href='#' class='a1'&gt;&lt;span&gt;Dnes&lt;/span&gt;&lt;/a&gt; &lt;a href='#' class='a2 selected'&gt;&lt;span&gt;Zítra&lt;/span&gt;&lt;/a&gt; &lt;a href='#' class='a3'&gt;&lt;span&gt;Pátek&lt;/span&gt;&lt;/a&gt; &lt;a href='# 'class='a4'&gt;&lt;span&gt;Sobota&lt;/span&gt;&lt;/a&gt; &lt;/div&gt; &lt;!-- end: #left_column_date_search --&gt; #left_column_date_search { width: 36px; float: left; overflow: hidden;} #left_column_date_search a { display: block; position: relative; color: #fff; text-shadow: 1px 0px 0px #000; text-decoration: none; } #left_column_date_search a.selected { /* background: url(/images/structure/city-search-grad-selected.jpg); */ color: #660000; text-shadow: 0px 1px 0px #9e4a4a; } #left_column_date_search a:hover { background: url(/images/structure/city-search-grad-hover.png); } #left_column_date_search a.a1{ height: 73px !important; } #left_column_date_search a.a2 { height: 73px !important; } #left_column_date_search a.a3 { height: 100px !important; } #left_column_date_search a.a4 { height: 100px !important; } #left_column_date_search a.a5 { height: 100px !important; } #left_column_date_search a.a6 { height: 100px !important; } #left_column_date_search a.a7 { height: 100px !important; } #left_column_date_search a span { display: block; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); position: absolute; top: 0px; left: 0px; } </code></pre> <p>But what I get is this:</p> <p><img src="https://i.stack.imgur.com/3PMeq.jpg" alt="enter image description here"></p> <p>Any suggestions?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload