Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery Flyout Menu. Breaking an element out of its parent
    primarykey
    data
    text
    <p>I'm working on a Shopify project. I am not the designer. I need to make a flyout menu for the shop. The problem is two fold. First of all, the flyout needs to extend to the bottom of the viewport. Secondly, I'd like to bundle everything together in the Navigation Div, but I need to figure out how to break the element out of its parent and then "layer itself" over the rest of the content without moving it around. </p> <p>I thought I'd just hide the menu with CSS and then use jQuery to un-hide it on rollover. I don't think that will work though. I don't know how to position the flyout so it doesn't schlep everything around.</p> <p>Here's the site now: <a href="https://hodkiewicz-zieme-and-hirthe180.myshopify.com/" rel="nofollow">https://hodkiewicz-zieme-and-hirthe180.myshopify.com/</a></p> <p>Here's what it should look like: <a href="http://tinypic.com/r/35hnyox/6" rel="nofollow">http://tinypic.com/r/35hnyox/6</a></p> <p>Here's what's in the nav column currently. I'll probably change the structure.</p> <pre><code>&lt;div id="navbar" class="green"&gt; &lt;ul id="navigation"&gt; {% for link in linklists.main-menu.links %} &lt;li&gt;&lt;a class="green" href="{{ link.url }}"&gt;{{ link.title }}&lt;/a&gt;&lt;/li&gt; {% endfor %} &lt;li&gt;&lt;a class="green" href="#"&gt;{{ linklists.packard.title }}&lt;/a&gt; &lt;ul class="sub-menu"&gt; &lt;li&gt;&lt;a class="green" href="#"&gt;-1930 Speedster&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="green" href="#"&gt;-1929-31 Super 8&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="green" href="#"&gt;-Late 1931-32 Super 8&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="green" href="#"&gt;-1929-31 Standard 8&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="green" href="#"&gt;-Late 1931-32 Standard 8&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="green" href="#"&gt;-Rare Parts&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="green" href="#"&gt;-745 Parts&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;a class="green" href="#"&gt;{{ linklists.cadillac.title }}&lt;/a&gt; &lt;ul class="sub-menu"&gt; &lt;li&gt;&lt;a class="green" href="#"&gt;-1932-33 V12 &amp;amp; V16&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="green" href="#"&gt;-1934-37 V12 &amp;amp; V16&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li&gt;&lt;a class="green" href="/cart"&gt;Cart&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a class="green" href="/checkout"&gt;Check Out&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;!--Navigation--&gt;&lt;!--Navigation--&gt; &lt;ul class="sub-navs"&gt; &lt;ul class-"sub-nav"&gt; &lt;li&gt;Carburetor&lt;/li&gt; &lt;li&gt;Parts&lt;/li&gt; &lt;li&gt;Manifolds&lt;/li&gt; &lt;li&gt;Accessories&lt;/li&gt; &lt;li&gt;Sculpture&lt;/li&gt; &lt;/ul&gt; &lt;/ul&gt; &lt;img id="#navbar-logo" src="{{'logo.png' | asset_url}}"&gt; &lt;p id="nav-phone" class="black center bold"&gt;775.842.4282&lt;/p&gt; &lt;p class="black center nav-small bold"&gt;packardcarbs@gmail.com&lt;/p&gt; &lt;p class="black ce nter nav-small bold"&gt;Sparks, NV USA&lt;/p&gt; &lt;/div&gt;&lt;!--Navbar--&gt; </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