Created
February 5, 2016 00:15
-
-
Save Ravenna/2ba658f625270c9ac08c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="tax-nav-wrapper tax-nav-open"> | |
| <div class="tax-nav" style="float:left; wisdth: 25%;"> | |
| <div style="padding: 0 5px;"> | |
| <a href="#">Gold Coins</a> | |
| <ul height:0; display: none;> | |
| <li>Product 1</li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="tax-nav"></div> | |
| <div class="tax-nav"></div> | |
| <div class="tax-nav"></div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment