Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I was able to adjust my own problem, so I posted my personal solution. With IE there were a couple of quirks so we had to use FLOAT to help solve that problem. Here was my solution</p> <pre><code>&lt;style&gt; * { margin: 0; padding: 0; } body { font-family:Arial, Helvetica, sans-serif; } /* DROP DOWN BUTTON DESIGN ------------------------------------------- */ /* Need to add clearing for IE */ .clr { clear: both; } /* overall button layout */ .dropButton { display: inline-block; float:left; position: relative; background-color: #0073ea; color: #FFF; list-style: none; margin: 0; padding: 0; z-index: 100; } /* Head Button Visual */ .dropButton li a { padding: 3px 10px; color: #FFF; text-decoration: none; display: block; } /* Sub-Menu Display */ .dropButton ul { position: absolute; left: -99999px; list-style: none; background: #FFF; border: solid 1px #D2D2D2; z-index: 105!important; } /* Menu listed items */ .dropButton ul a { color: #0073ea; display: block; white-space: nowrap; } /* Bring the drop-menu to visual scope */ .dropButton li:hover ul { left: 0; } /* Sub Menu items upon hover */ .dropButton li:hover ul li a:hover { background: #F1F1F1; } /* Seperation within the menu */ .dropButton .sep { border-top: solid 1px #D2D2D2; width: 100%; } /* END OF BUTTON ----------------------------- */ &lt;/style&gt; &lt;ul class="dropButton"&gt; &lt;li&gt;&lt;a href="#"&gt;Actions&lt;/a&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#"&gt;Delete Selected&lt;/a&gt;&lt;/li&gt; &lt;li class="sep"&gt;&lt;a href="#"&gt;Add To Category&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;div class="clr"&gt;&lt;/div&gt; &lt;/ul&gt; &lt;ul class="dropButton"&gt; &lt;li&gt;&lt;a href="#"&gt;Actions&lt;/a&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#"&gt;Delete Selected&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;Add To Category&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;div class="clr"&gt;&lt;/div&gt; &lt;/ul&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.
 

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