Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Nav bar fading dropdown

  • 05-02-2017 8:32pm
    #1
    Registered Users Posts: 10


    Hi does anyone know how to make my nav fade when hoovered? Using JQuery or CSS? This is my nav, thanks in advance!

    <nav>
    <ul>
    <li><a href="#">Home</a></li>
    <li><a href="#">Products</a>
    <ul>
    <li><a href="#">Mens</a>
    <ul>
    <li><a href=""> Hoodies and Jumpers </a></li>
    <li><a href=""> Sweatpants and Jeans </a></li>
    <li><a href=""> T-shirts and Shirts</a></li>
    <li><a href=""> Outfits for him</a></li>

    </ul>
    </li>
    <li>
    <a href=""> Womans</a>
    <ul>
    <li><a href=""> Hoodies and
    Jumpers</a></li>
    <li><a href=""> Sweatpants and Jeans </a></li>
    <li><a href=""> T-shirts and Shirts</a></li>
    <li><a href=""> Outfist for her</a></li>
    </ul>
    </li>
    </ul>
    </li>
    <li><a href="#">Basket</a></li>
    <li><a href="#">Login</a></li>
    <li><a href="#"><span style="color: red">Sale</a></span>
    <ul>
    <li><a href="#">Men's sale</a></li>
    <li><a href="#">Woman's sale</a></li>
    </ul>
    </li>
    </nav>


Comments

  • Registered Users, Registered Users 2 Posts: 6,532 ✭✭✭daymobrew


    What have you tried so far?
    Is this homework?


Advertisement