Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Or you could take advantage of css3 (for browser which support it)</p> <pre><code>&lt;!doctype html&gt; &lt;html&gt; &lt;head&gt; &lt;style&gt; #content &gt; input.hidden{ display:none; } #content &gt; a{ display:none; } #po:checked ~ a.photo{ display:block; } #pi:checked ~ a.print{ display:block; } #lo:checked ~ a.logo{ display:block; } #al:checked ~ a{ display:block; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="menu"&gt; &lt;ul class"toplevel"&gt; &lt;li&gt;&lt;label for="po"&gt;Photography&lt;/label&gt;&lt;/li&gt; &lt;li&gt;&lt;label for="pi"&gt;Print&lt;/label&gt;&lt;/li&gt; &lt;li&gt;&lt;label for="lo"&gt;Logo&lt;/label&gt;&lt;/li&gt; &lt;li&gt;&lt;label for="al"&gt;All&lt;/label&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="content"&gt; &lt;input type="radio" name="bfc" id="po" class="hidden" /&gt; &lt;input type="radio" name="bfc" id="pi" class="hidden" /&gt; &lt;input type="radio" name="bfc" id="lo" class="hidden" /&gt; &lt;input type="radio" name="bfc" id="al" class="hidden" /&gt; &lt;a href="photo/photo01.jpg" class="photo" rel="lightbox" title="Caption from the anchor's title attribute"&gt;&lt;img class="thumb" src="photo/photo01.jpg"&gt;&lt;/a&gt; &lt;a href="photo/photo02.jpg" class="photo" rel="lightbox" title="Caption from the anchor's title attribute"&gt;&lt;img class="thumb" src="photo/photo02.jpg"&gt;&lt;/a&gt; &lt;a href="photo/photo03.jpg" class="print" rel="lightbox" title="Caption from the anchor's title attribute"&gt;&lt;img class="thumb" src="photo/photo03.jpg"&gt;&lt;/a&gt; &lt;a href="photo/photo04.jpg" class="print" rel="lightbox" title="Caption from the anchor's title attribute"&gt;&lt;img class="thumb" src="photo/photo04.jpg"&gt;&lt;/a&gt; &lt;a href="photo/photo05.jpg" class="logo" rel="lightbox" title="Caption from the anchor's title attribute"&gt;&lt;img class="thumb" src="photo/photo05.jpg"&gt;&lt;/a&gt; &lt;a href="photo/photo06.jpg" class="logo" rel="lightbox" title="Caption from the anchor's title attribute"&gt;&lt;img class="thumb" src="photo/photo06.jpg"&gt;&lt;/a&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    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.
    1. This table or related slice is empty.
    1. VO
      singulars
      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