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

Nav bar fading dropdown

  • 05-02-2017 08:32PM
    #1
    Registered Users, Registered Users 2 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,612 ✭✭✭daymobrew


    What have you tried so far?
    Is this homework?


Advertisement