Reputation: 37
I have a simple backstretch slideshow and inside of this is navigation list.It's responsive web and I want the backstretch slideshow dissapear, but navlist to stay when the width is smaller than 540px. Code:
<div class="backstretch">
<ul id="navlist">
<li id=""><a href="#"></a></li>
<li id=""><a href="#"></a></li>
<li id=""><a href="#"></a></li>
</ul>
</div>
Upvotes: 2
Views: 108