Note that there are some explanatory texts on larger screens.

plurals
  1. POdisplay different text on different links
    primarykey
    data
    text
    <p>In this when i click on photos the target div gallery gets displayed.I want to display the target div with some effects like ease-in or ease-out or slide effects etc. so that it looks more attractive.Initially the target div gallery is not displayed as in css there is display:none for gallery.I also tried the transition property for this but its not working.So plz help me with this. </p> <pre><code>&lt;div&gt; &lt;ul id="nav"&gt; &lt;li&gt;&lt;a href="#main"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li id="gallary"&gt;&lt;a href="#gallery"&gt;Photos&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="gallery"&gt; &lt;h3 style="font-family:'Comic Sans MS';color:white;font-size:25px;text-align:center;font-weight:bold;"&gt;GALLARY&lt;/h3&gt; &lt;div id="gallary_images"&gt;&lt;a href="slide1.jpg" data-lightbox="roadtrip"&gt;&lt;img src="slide1.jpg"/&gt;&lt;/a&gt;&lt;/div&gt; &lt;div id="gallary_images"&gt;&lt;a href="slide3.jpg" data-lightbox="roadtrip"&gt;&lt;img src="slide3.jpg"/&gt;&lt;/a&gt;&lt;/div&gt; &lt;div id="gallary_images"&gt;&lt;a href="slide4.jpg" data-lightbox="roadtrip"&gt;&lt;img src="slide4.jpg"/&gt;&lt;/a&gt;&lt;/div&gt; &lt;div id="gallary_images"&gt;&lt;a href="slide5.jpg" data-lightbox="roadtrip"&gt;&lt;img src="slide5.jpg"/&gt;&lt;/a&gt;&lt;/div&gt; &lt;div id="gallary_images"&gt;&lt;a href="slide1.jpg" data-lightbox="roadtrip"&gt;&lt;img src="slide1.jpg"/&gt;&lt;/a&gt;&lt;/div&gt; &lt;div id="gallary_images"&gt;&lt;a href="slide5.jpg" data-lightbox="roadtrip"&gt;&lt;img src="slide5.jpg"/&gt;&lt;/a&gt;&lt;/div&gt; &lt;/div&gt; </code></pre> <p>the <strong>CSS</strong> for this is</p> <pre><code>#gallery:target { display:block; } #gallery { border:solid black thin; display:none; position:absolute; } </code></pre>
    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.
 

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