<header>
<div>
<h1>Smith's Portfolio</h1>
<hr />
<!--<p>Under construction</p>-->
<nav>
<ul>
<li><a class="active" href="#">Home</a></li>
<li><a href="">Work</a></li>
<li><a href="">Inspiration</a></li>
<li><a href="">Photos</a></li>
<li><a href="">Contact</a></li>
</ul>
</nav>
</div>
<div id="gallery"></div><!-- Place THIS div below the previous one -->
</header>
The "gallery" div needs to be positioned underneath the other div. It is controlled by a JavaScript function that switches images with a smooth transition effect. Assistance is needed in properly placing it beneath the existing content.