Learn CSS dropdown menus in 6 minutes! 🔻

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2023
  • #CSS #course #tutorial
    CSS HTML dropdown menu tutorial example explained

ความคิดเห็น • 40

  • @BroCodez
    @BroCodez  ปีที่แล้ว +27

    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%);
    }

  • @Honda4Ever
    @Honda4Ever 29 วันที่ผ่านมา

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

  • @Spacetime23
    @Spacetime23 14 วันที่ผ่านมา

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

  • @Blueperry1512
    @Blueperry1512 12 วันที่ผ่านมา

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

  • @okhakhugaruba8551
    @okhakhugaruba8551 2 วันที่ผ่านมา

    Thank you for this lecture. It really helped me ❤

  • @khalidelgazzar
    @khalidelgazzar 16 วันที่ผ่านมา

    Great lesson. Thank you

  • @_izro_
    @_izro_ 4 หลายเดือนก่อน

    Best Explanation Love From Pakistan

  • @jgiixom
    @jgiixom 2 หลายเดือนก่อน

    Bro, u r the best!

  • @mariafortes1133
    @mariafortes1133 2 หลายเดือนก่อน

    Thanks for the video!

  • @vyvy3130
    @vyvy3130 11 หลายเดือนก่อน +1

    Thanks you!

  • @cs8529
    @cs8529 6 หลายเดือนก่อน

    Thanks for sharing Bro.

  • @mswondo
    @mswondo 7 หลายเดือนก่อน +6

    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 7 หลายเดือนก่อน +4

      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 7 หลายเดือนก่อน +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.

  • @smartgadgets5996
    @smartgadgets5996 6 หลายเดือนก่อน

    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

  • @daru3112
    @daru3112 3 หลายเดือนก่อน

    thank you bro God bless

  • @DubZinio
    @DubZinio 4 หลายเดือนก่อน

    ty so much dude lu

  • @mitskifan2003
    @mitskifan2003 4 หลายเดือนก่อน

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

  • @ThomasIkemann
    @ThomasIkemann 5 หลายเดือนก่อน +4

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

  • @zahid1909
    @zahid1909 5 หลายเดือนก่อน

    You are a real Master, bro! Respect!!

  • @suyashman7964
    @suyashman7964 8 หลายเดือนก่อน

    Epic bro

  • @hameeeed5992
    @hameeeed5992 9 หลายเดือนก่อน

    Thanks

  • @ruzalshrestha1998
    @ruzalshrestha1998 3 หลายเดือนก่อน

    God bless u

  • @danielleburchett6837
    @danielleburchett6837 2 หลายเดือนก่อน

    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.

  • @pjunior6865
    @pjunior6865 6 หลายเดือนก่อน

    thanks

  • @HeroXI880
    @HeroXI880 3 หลายเดือนก่อน

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

  • @xarloz3248
    @xarloz3248 4 หลายเดือนก่อน

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

  • @birgersandman2662
    @birgersandman2662 7 หลายเดือนก่อน

    Thanks bro

  • @jidanmaulanas.103
    @jidanmaulanas.103 6 หลายเดือนก่อน

    Thanks sir🫡

  • @minicinnibun
    @minicinnibun 6 หลายเดือนก่อน

    i luv u

  • @Khodepp
    @Khodepp 9 หลายเดือนก่อน +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 8 หลายเดือนก่อน

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

  • @yasotube
    @yasotube ปีที่แล้ว

    Didn't know that 😅

    • @user-wz9fo1eg1q
      @user-wz9fo1eg1q 11 หลายเดือนก่อน

      tao không hiểu tiếng anh

  • @user-mo6yo4kz1m
    @user-mo6yo4kz1m 8 หลายเดือนก่อน +2

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

    • @Yumiesthetic
      @Yumiesthetic 8 หลายเดือนก่อน +4

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

    • @mephistergt3614
      @mephistergt3614 6 หลายเดือนก่อน

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

    • @itzyuzuruclips
      @itzyuzuruclips 4 หลายเดือนก่อน

      Damm

  • @user-sr9nh3lc2x
    @user-sr9nh3lc2x 8 หลายเดือนก่อน

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