Note that there are some explanatory texts on larger screens.

plurals
  1. PODiv vertical and horizontale
    primarykey
    data
    text
    <p>is it possble to do that in HTML/CSS : <a href="http://img685.imageshack.us/img685/7631/resvoulu.jpg" rel="nofollow">desired result</a></p> <p>There is my code :</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="content-type" content="text/html; charset=windows-1250"&gt; &lt;meta name="generator" content="PSPad editor, www.pspad.com"&gt; &lt;style&gt; body { font-family: 'Lucida Grande', Verdana, Arial, sans-serif; } .box { border: 3px solid black; background-color:pink; width:auto; display: table; white-space: nowrap;} .com { background-color:yellow; border: 3px solid black; -moz-transform: rotate(90deg) translateY(-40px) ; -o-transform: rotate(90deg) translateY(-40px) ; -webkit-transform: rotate(90deg) translateY(-40px) ; transform: rotate(90deg) translateY(-40px) ; -moz-transform-origin: 0% 0% ; -o-transform-origin: 0% 0% ; -webkit-transform-origin: 0% 0% ; transform-origin: 0% 0% ; display: table; white-space: nowrap; } &lt;/style&gt; &lt;title&gt;css&lt;/title&gt; &lt;/head&gt; &lt;body &gt; &lt;div&gt; &lt;div style="float:left; border: 1px solid black; "&gt; &lt;div class=box&gt;DIV-111111&lt;/div&gt; &lt;div class=com&gt;DIV-2222222222&lt;/div&gt; &lt;/div&gt; &lt;div style="float:left; border: 1px solid black; "&gt; &lt;div class=box&gt;DIV-33&lt;/div&gt; &lt;div class=com&gt;DIV-44444444&lt;/div&gt; &lt;/div&gt; &lt;div style="float:left; border: 1px solid black; "&gt; &lt;div class=box&gt;DIV-55555555555555555&lt;/div&gt; &lt;div class=com&gt;DIV-6666666666666666666666&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt;` </code></pre> <p>But, the result is not good.. there is a blank space between the pink div because of the yellow div. </p>
    singulars
    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.
    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