Learn CSS dropdown menus in 6 minutes! 🔻

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 59

  • @BroCodez
    @BroCodez  Рік тому +60

    Bro Code


    Food

    Apple
    Orange
    Banana


    /* style.css */
    .dropdown{
    display: inline-block;
    }
    .dropdown button{
    background-color: hsl(0, 0%, 80%);
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    }
    .dropdown a{
    display: block;
    color: black;
    text-decoration: none;
    padding: 10px 15px;
    }
    .dropdown .content{
    display: none;
    position: absolute;
    background-color: hsl(0, 0%, 95%);
    min-width: 100px;
    box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.8);
    }
    .dropdown:hover .content{
    display: block;
    }
    .dropdown:hover button{
    background-color: hsl(0, 0%, 70%);
    }
    .dropdown a:hover{
    background-color: hsl(0, 0%, 90%);
    }

  • @Blueperry1512
    @Blueperry1512 6 місяців тому +12

    u r the best tutor , I've searched for many video how to create dropdown , your video is magnificent at all.

  • @babylegs5049
    @babylegs5049 3 місяці тому +3

    I watched 5 videos before this one on the same subject, you were the only one that I actually understood what you were doing, thank you so much

  • @OfficerAshes
    @OfficerAshes 2 місяці тому +1

    The best Way to do a dropdown menu. Its so simple. Thanks ❤

  • @mswondo
    @mswondo Рік тому +9

    I try to use focus-within to replace the javascript. But we must click on it to appear the pulldown/drop down. And using left, right, top, bottom; I try to control the direction of the dropdown. It's may be : drop down to left, drop down to right, drop up to left, drop up to right.

    • @davidhusted817
      @davidhusted817 Рік тому +5

      You must to add a third parameter for the addeventlistener to "false" , because the default event is bubbling ,
      {From the parent to child}

    • @mswondo
      @mswondo Рік тому +1

      @@davidhusted817 I think its not necessary. Because if the anchor is a link with href, so its not have sub menu on it. So its a reguler link thats no need to stop the event bubble.
      But if the anchor has sub menu, its no need href so no event need to listener.
      An anchor automatic have behaviour that focused when after clicked. If we want to ensure that, we can use attribute : tabindex="0". So focus-within will automatically show or hidden sub menu.

  • @Spacetime23
    @Spacetime23 6 місяців тому

    personally, the best and satisfying explanation which I could understand bit by bit.
    beginner-friendly!
    thanks a lot bro.

  • @Honda4Ever
    @Honda4Ever 7 місяців тому +1

    A simple and quick tutorial. I couldn't need more! Thank you 🙏

  • @ThomasIkemann
    @ThomasIkemann Рік тому +6

    04:50 I did not know you can do something like that, thank you!

  • @smartgadgets5996
    @smartgadgets5996 Рік тому +2

    Hello.. please make a video auto slide image... I dont get what they teach..you are a good teacher and teach the simple understanding way for us.. thank you

  • @zahid1909
    @zahid1909 Рік тому +1

    You are a real Master, bro! Respect!!

  • @_izro_
    @_izro_ 11 місяців тому

    Best Explanation Love From Pakistan

  • @jgiixom
    @jgiixom 9 місяців тому

    Bro, u r the best!

  • @tomyshalpy
    @tomyshalpy 3 місяці тому

    simple explantion thank you

  • @mariafortes1133
    @mariafortes1133 8 місяців тому

    Thanks for the video!

  • @RAKibHasan_351
    @RAKibHasan_351 2 місяці тому

    Thanks bro very helpful

  • @khalidelgazzar
    @khalidelgazzar 7 місяців тому

    Great lesson. Thank you

  • @kavishkaimalsha9230
    @kavishkaimalsha9230 4 місяці тому

    Grate video and thank you so much

  • @iopyrb
    @iopyrb 5 місяців тому

    nice and simple 🔥

  • @MitDass
    @MitDass 17 годин тому

    Why the paragraph disappeared at the end?

  • @okhakhugaruba8551
    @okhakhugaruba8551 6 місяців тому

    Thank you for this lecture. It really helped me ❤

  • @RickWoellert
    @RickWoellert Місяць тому

    Nice Video.

  • @eulersosa6840
    @eulersosa6840 4 місяці тому

    Is it possible to change the fonts in drop down menus in Crome? Not using html.

  • @RileyHighBerg
    @RileyHighBerg 13 днів тому

    Code or tutorial for ascending and descending for table? You dont have any tutorial for it

  • @megcodm8961
    @megcodm8961 5 місяців тому

    hey brother please help,i want to make a dropdown list on a navigation bar what do i do cuz whenever i make a div class its not working as it is insider the header section

  • @xarloz3248
    @xarloz3248 10 місяців тому

    what if i want to change the size all in all?

  • @taufiqhussain7837
    @taufiqhussain7837 Місяць тому

    Good👍 website img animation

  • @danielleburchett6837
    @danielleburchett6837 9 місяців тому

    Hello, do you know if this will work in a form in Squarespace? Squarespace has a form with a dropdown menu as an option, but I want the drop down menu to be searchable so when you start typing the dropdown menu will only display the words with those characters.

  • @HeroXI880
    @HeroXI880 10 місяців тому

    bro what if we want to add icons on the drop down, can u please tell ?

  • @cs8529
    @cs8529 Рік тому

    Thanks for sharing Bro.

  • @daru3112
    @daru3112 10 місяців тому

    thank you bro God bless

  • @kell3rgeist
    @kell3rgeist 10 місяців тому

    Thank you!!!!!!!💓💕💞💖💗💓

  • @kineabmetasbia3021
    @kineabmetasbia3021 3 місяці тому

    THE BEST THERE IS

  • @pyitheinkyawpyitheinkyaw
    @pyitheinkyawpyitheinkyaw 5 місяців тому

    thank a lot sir .

  • @DubZinio
    @DubZinio 11 місяців тому

    ty so much dude lu

  • @Khodepp
    @Khodepp Рік тому +1

    Hi can you tell me how can I move the drop-down menu to left(left of the button) it only goes right

    • @user-mo6yo4kz1m
      @user-mo6yo4kz1m Рік тому

      in
      .dropdown a{
      }
      try using display:inline-block;

  • @user-mo6yo4kz1m
    @user-mo6yo4kz1m Рік тому +2

    it says the video was released 9 days ago and yalls comments are months old 💀

    • @Yumiesthetic
      @Yumiesthetic Рік тому +4

      it was unlisted then went to public again according to some comment

    • @mephistergt3614
      @mephistergt3614 Рік тому

      Lol yea, I saw comments 5 months ago but the video is uploaded 2 month ago 😂

    • @itzyuzuruclips
      @itzyuzuruclips 11 місяців тому

      Damm

  • @ruzalshrestha1998
    @ruzalshrestha1998 9 місяців тому

    God bless u

  • @suyashman7964
    @suyashman7964 Рік тому

    Epic bro

  • @motivationda2067
    @motivationda2067 3 місяці тому

    thank you

  • @CharlesWarugu
    @CharlesWarugu 4 місяці тому

    Be blessed

  • @birgersandman2662
    @birgersandman2662 Рік тому

    Thanks bro

  • @hameeeed5992
    @hameeeed5992 Рік тому

    Thanks

  • @offline-_-
    @offline-_- 11 днів тому

    Thx

  • @vyvy3130
    @vyvy3130 Рік тому +1

    Thanks you!

  • @yasotube
    @yasotube Рік тому

    Didn't know that 😅

  • @jidanmaulanas.103
    @jidanmaulanas.103 Рік тому

    Thanks sir🫡

  • @minicinnibun
    @minicinnibun Рік тому

    i luv u

  • @ΕγωΕγω-ρ6ω
    @ΕγωΕγω-ρ6ω Рік тому

    ,👌👌👌👌👌👌👌👌👌👌👌👌👌👍👍👍👏👏

  • @commangyan8787
    @commangyan8787 Місяць тому

    His voice I don't like it

  • @pjunior6865
    @pjunior6865 Рік тому

    thanks