Pure HTML and CSS drop down navigation bar

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • Pure HTML and CSS drop down navigation menus bar
    Download Source code from here: techmidpoint.com/
    Please Watch More Videos.
    =========================
    HTML and CSS Navigation Bar with Search Box : • HTML and CSS Navigatio...
    Responsive and transparent navigation menus with social media icons : • Responsive and transpa...
    Awesome Overlay Signup Form | HTML, CSS and JavaScript: • Awesome Overlay Signup...
    Responsive navbar with search box | HTML and CSS: • Responsive navbar wit...
    Navigation Bar with Login Form || HTML and CSS: • Navigation Bar with Lo...
    CSS Coffee Cup with Stream || HTML and CSS: • CSS Coffee Cup with St...
    CSS Background Animation | HTML and CSS : • CSS Background Animati...
    CSS Grid Layout | HTML and CSS : • CSS Grid Layout | HTML...
    Full Screen Login Form with HTML and CSS : • Full Screen Login Form...
    CSS Smoke Text Animation : • CSS Smoke Text Animation
    Awesome Animated Search Box using HTML and CSS : • Awesome Animated Searc...
    Cool CSS Border Animation On Hover | HTML and CSS: • Cool CSS Border Anima...
    3D social media icons with HTML and CSS : • 3D social media icons ...

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

  • @haarisnaeem4751
    @haarisnaeem4751 6 ปีที่แล้ว +56

    These are good videos but just a suggestion: can you put the code in the description so we don't have to keep pausing. Thank you. Like if you agree

    • @adnantv3162
      @adnantv3162 6 ปีที่แล้ว +8

      #adnan
      {
      background-color: red;
      height: 500px;
      }
      #nav
      {
      background: tomato;
      max-height: 800px;
      }
      ul
      {
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      }
      ul li
      {
      float: left;
      margin-top: 20px;
      }
      ul li a
      {
      width: 150px;
      color: white;
      display: block;
      text-decoration: none;
      font-size: 20px;
      text-align: center;
      padding: 10px;
      border-radius: 10px;
      font-family: Century Gothic;
      font-weight: bold;
      }
      a:hover
      {
      background: #669900;
      }
      ul li ul
      {
      background: tomato;
      margin-top: 10px;
      }
      ul li ul:hover
      {
      transition: 2s ease;
      background: gray;
      color: white;
      }
      ul li ul li
      {
      float: none;
      }
      ul li ul
      {
      display:none;
      }
      ul li:hover ul
      {
      display: block;
      }
      HOME
      NEWS
      BLOG
      FEEDBACK
      MORE

      MORE1
      MORE2
      MORE3
      MORE4
      MORE5

      ABOUT
      CONTACT

    • @adnantv3162
      @adnantv3162 6 ปีที่แล้ว +2

      bro this code

    • @chogi9860
      @chogi9860 4 ปีที่แล้ว

      thanks so much

    • @aaranragu
      @aaranragu 4 ปีที่แล้ว +1

      @@adnantv3162 God Bless your soul man hahaha. Thankiuuu

    • @adnantv3162
      @adnantv3162 4 ปีที่แล้ว

      @@aaranragu thanks

  • @rthosarrohini
    @rthosarrohini 4 ปีที่แล้ว +8

    I have done same coding but after ul li ul : hover display: block not working. That is sub menus are not displayed after mouse over to list.

    • @johabib8354
      @johabib8354 3 ปีที่แล้ว +1

      it is ul li:hover ul

  • @assassinali1578
    @assassinali1578 3 ปีที่แล้ว +2

    I have watched several of your videos they are great.I dont know how but i just search ,scroll down and just click your video without knowing😅😩

  • @user-ok9es5ys2p
    @user-ok9es5ys2p 2 ปีที่แล้ว

    It was a very useful video. Thank you.
    I almost couldn't find a way to make my own code,
    When I watched this video, I finally found a way.
    It was easy, simple and effective

  • @johabib8354
    @johabib8354 3 ปีที่แล้ว +2

    Thank you for sharing your experience with us. Would you kindly please show us how to add a title to the left and then the navbar next to it because I have tried to float the bar to the center but it didn't work. Thank you

  • @MasaiDartz
    @MasaiDartz 2 ปีที่แล้ว

    This was such a nice and easy guide on navigation bars. I had to pause the video a lot or go back while i was doing the work, but that's all a process of learning.

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

    What a superb vudeo for a beginner like me, i appreciate

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

    you nailed it! very nice! now i have to practice this. it's harder than i thought it would be for sure

  • @cheesealone6443
    @cheesealone6443 5 ปีที่แล้ว +7

    i can't get the drop down to come down

  • @actuall55
    @actuall55 5 ปีที่แล้ว +3

    this is a great video thank you for your time an putting it together

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

    Great and simple video for beginners.,Good Work for mate.

  • @buladice_04
    @buladice_04 2 ปีที่แล้ว

    your codes were helpful but only problem i faced was that the dropdown hides into the navigation bar....waiting for your help ..thankyou

  • @rishipatel6646
    @rishipatel6646 3 ปีที่แล้ว

    thank you for this video
    it's very use full for me

  • @samadsiddiqui9435
    @samadsiddiqui9435 4 ปีที่แล้ว

    U r to good you make my work to easy .thank u sir u r great .

  • @be-kreidly1515
    @be-kreidly1515 ปีที่แล้ว

    Hello sir, the website you put in the description box is not taking me to the source code as you stated above. I did my account in Appian and still not finding any code there.

  • @chundurusriharsha2402
    @chundurusriharsha2402 5 ปีที่แล้ว +3

    How can we understand this program without explanation,so type the program with explanation,so that we can understand it.

  • @ManishKumar-de5up
    @ManishKumar-de5up 5 ปีที่แล้ว

    very nice video sir it helps me a lot in my project

  • @daviddomaguina9578
    @daviddomaguina9578 3 ปีที่แล้ว

    Hey mate i want my dropdown menu if i click on a list it will load and open the content of my work

  • @user-uy5to1xh8y
    @user-uy5to1xh8y ปีที่แล้ว

    The navigation bar is on the left. How can I change it to the center?

  • @shankarganeshacharya4272
    @shankarganeshacharya4272 2 ปีที่แล้ว

    How to write paragraph contents for l tabs and more 1, more 2 and other major tabs. Plz help

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

    how to make hover full, in full width?

  • @bestmoments4908
    @bestmoments4908 4 ปีที่แล้ว

    In navigation bar if move our mouse it's disappear right how can be fix as till select the option

  • @kasirojkt9245
    @kasirojkt9245 2 ปีที่แล้ว

    My problem when creating dropdown menu is, drop down menu not sit right under its parent menu. Its goes left on page

  • @mohitzen
    @mohitzen 2 ปีที่แล้ว

    Thankyou webmaster.

  • @alexjoma190
    @alexjoma190 6 ปีที่แล้ว

    why did not use tag before the element so that whole area be capable of being selected...

    • @Moodboard39
      @Moodboard39 2 ปีที่แล้ว

      It chose one to be selected . Obviously.

  • @surajtiwari1796
    @surajtiwari1796 4 ปีที่แล้ว +5

    Not working

    • @revanth9272
      @revanth9272 4 ปีที่แล้ว

      Yes, for me too..

  • @shekhnazim9049
    @shekhnazim9049 3 ปีที่แล้ว

    I have done same coding but after ul li more options not working...... plz explain properly

  • @kurnool_loke
    @kurnool_loke 4 ปีที่แล้ว

    congrats bro best videos i seen

  • @o1techacademy
    @o1techacademy 3 ปีที่แล้ว

    This is great. Thanks.
    Will the menu bar be responsive on a mobile device?

    • @Moodboard39
      @Moodboard39 2 ปีที่แล้ว

      Need code in HTML to do that

  • @manideep_talampally
    @manideep_talampally 4 ปีที่แล้ว

    If you keep on hover then how will it work on mobile version....we cannot have cursor in mobile right....make a video without hover effect....like on clicking that li we have to get inside of list

  • @rohitkumawat5419
    @rohitkumawat5419 4 ปีที่แล้ว +1

    Thank you so much sir

  • @TOPMUSIC-pw1ii
    @TOPMUSIC-pw1ii 4 ปีที่แล้ว

    thanks aloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooootttttttttttttttttttttttttttttttttttttttttttttt my brother

  • @jatindahiya4398
    @jatindahiya4398 4 ปีที่แล้ว

    Excellent video

  • @rizachahid2162
    @rizachahid2162 2 ปีที่แล้ว

    thank you very much

  • @nareshkumar804
    @nareshkumar804 2 ปีที่แล้ว

    Nc bro easy method . Thx 😊

  • @cabdullaahicabdicasiisxuse9797
    @cabdullaahicabdicasiisxuse9797 2 ปีที่แล้ว

    Thanks

  • @PP-gx7cs
    @PP-gx7cs 2 ปีที่แล้ว

    Very Good

  • @mdriyad2486
    @mdriyad2486 5 ปีที่แล้ว +1

    Thank You 👍👍

  • @RABWA333
    @RABWA333 7 ปีที่แล้ว

    thanks , simple and clear

  • @itmoindrive
    @itmoindrive 6 ปีที่แล้ว

    Just create it. Possible for me. Thank you. Doing great and carry on.

  • @bayuyudhasaputra3169
    @bayuyudhasaputra3169 4 ปีที่แล้ว

    Greet css trick...
    But there is typo in html code..
    You write without
    (in 4.20)
    Thank...

  • @poojansenghani1420
    @poojansenghani1420 4 ปีที่แล้ว

    Thank you for learning

  • @ram_ji0101
    @ram_ji0101 3 ปีที่แล้ว

    Thanks a lot sir

  • @integrateeverythingpower
    @integrateeverythingpower 3 ปีที่แล้ว +1

    Please send me the source code

  • @alimonsur6545
    @alimonsur6545 4 ปีที่แล้ว

    Thank for share the video

  • @Vasudevj1
    @Vasudevj1 3 ปีที่แล้ว

    thanks a lot

  • @smitadeshmukh8161
    @smitadeshmukh8161 4 ปีที่แล้ว

    Nice vedio sir #webgurututorials

  • @AngelRudhira
    @AngelRudhira 3 ปีที่แล้ว

    Tq so much😇

  • @pratikraj7475
    @pratikraj7475 3 ปีที่แล้ว

    Thanks man

  • @rubataslam7541
    @rubataslam7541 2 ปีที่แล้ว

    Kindly give this source file it is not availabile in given source file link

  • @rahmahammami9577
    @rahmahammami9577 2 ปีที่แล้ว

    THX sir

  • @gonzalosantiago3839
    @gonzalosantiago3839 3 ปีที่แล้ว

    thnak you

  • @arpinedarbinyan737
    @arpinedarbinyan737 4 ปีที่แล้ว

    Can I create dropdown without "ul and li"????

    • @himikookami3047
      @himikookami3047 4 ปีที่แล้ว +1

      no you must use ul and li

    • @Moodboard39
      @Moodboard39 2 ปีที่แล้ว

      That's the code for it lol 😂 why you trying to find another way?

  • @ak_digiservices
    @ak_digiservices 6 ปีที่แล้ว

    anyone can create this ,but u have to use different tools for that which is flexible

  • @Toro-Tor
    @Toro-Tor 2 ปีที่แล้ว

    These days more than 50% of users browse with a smartphone - and there is NO HOVER-EFFECT ON SMARTPHONE,
    therefore you should not use this code - you should add the "toggle" effect.

  • @samimhossain7913
    @samimhossain7913 4 ปีที่แล้ว

    Your boss bro

  • @BL00DisH0T
    @BL00DisH0T 2 ปีที่แล้ว

    Not Working Actually :/ SOmething error in the words in the navigator bar

    • @Moodboard39
      @Moodboard39 2 ปีที่แล้ว

      U doing it wrong and not paying attention or u using a different text editor

  • @arpitagarwal6578
    @arpitagarwal6578 3 ปีที่แล้ว

    Bro code to koi bhi type krle usse smjhaya he nhi, not taught what you did but just showed how you did

  • @aditisingh2577
    @aditisingh2577 3 ปีที่แล้ว

    Sir I want source code for this file..

  • @syediqbalahmed3176
    @syediqbalahmed3176 4 ปีที่แล้ว

    good

  • @sabertoothwallaby2937
    @sabertoothwallaby2937 4 ปีที่แล้ว

    Does href have to equal #? Or is this for example?

    • @THlive
      @THlive 2 ปีที่แล้ว

      it can be anything u want

    • @Moodboard39
      @Moodboard39 2 ปีที่แล้ว

      @@THlive really??

  • @cursedxsoulnation4948
    @cursedxsoulnation4948 2 ปีที่แล้ว

    not able to download the file bro

  • @neelamsomavanshi3547
    @neelamsomavanshi3547 4 ปีที่แล้ว

    Thanku

  • @kazuki32_z75
    @kazuki32_z75 4 ปีที่แล้ว

    still using notepadd++ now.. XD

  • @informatiquedz9800
    @informatiquedz9800 6 ปีที่แล้ว +1

    you should use flexbox ;)

    • @webmaster1498
      @webmaster1498  6 ปีที่แล้ว +1

      Thank u for suggestion ...........

    • @techtipsuk
      @techtipsuk 6 ปีที่แล้ว

      Why would you do that? just limit browser support for no reason

    • @eula1194
      @eula1194 6 ปีที่แล้ว

      flexbox makes html code dirty.. css gird > flexbox

    • @techtipsuk
      @techtipsuk 6 ปีที่แล้ว

      I think you mean Grid. You're talking shit though. CSS has no bearing on HTML code. Thats the whole point of CSS, the separation of concerns.

    • @eula1194
      @eula1194 6 ปีที่แล้ว

      CSS GRID framework not Grid..
      in response to user : Informatique DZ
      since he's talking about css frameworks... might as well use the cleaner one

  • @hermannyao7464
    @hermannyao7464 6 ปีที่แล้ว

    thank

  • @nyasha._
    @nyasha._ 6 ปีที่แล้ว

    9:39

  • @imanehiba6436
    @imanehiba6436 2 ปีที่แล้ว

    الكود خاطئ

  • @ananyagoswami7313
    @ananyagoswami7313 4 ปีที่แล้ว

    Does he even know how to speak?? All of his words are incomplete. Like-
    Nvgtn br
    That's the way he pronounces it. Please be more clear!!!

  • @rudrakumar7183
    @rudrakumar7183 4 ปีที่แล้ว

    Aap to sirf type karte na rahe ho samjhaye to thoda bhi

  • @ishikakumari8910
    @ishikakumari8910 4 ปีที่แล้ว

    Sir hindi m btao

  • @prabu2778
    @prabu2778 4 ปีที่แล้ว

    ul li :hover ul li
    {
    }

  • @shitha24
    @shitha24 4 ปีที่แล้ว

    What your are explaining it's look like your learning it yourself.waste of time

    • @Moodboard39
      @Moodboard39 2 ปีที่แล้ว

      Okay, what the fking problem? Made a nav bar ..so? Why the fck complaining son?!

  • @jamalhossain-ie6vd
    @jamalhossain-ie6vd 6 ปีที่แล้ว +1

    your style not good

    • @Moodboard39
      @Moodboard39 2 ปีที่แล้ว

      How is not good???

  • @ak_digiservices
    @ak_digiservices 6 ปีที่แล้ว

    waste of time

  • @sauer.voussoir
    @sauer.voussoir 6 ปีที่แล้ว

    thank you :D

  • @jifunzeteknolojia9304
    @jifunzeteknolojia9304 7 ปีที่แล้ว

    Good

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

    Not working

  • @MovieMenno
    @MovieMenno 6 ปีที่แล้ว

    thank you so much

  • @fathimaminhafarook1243
    @fathimaminhafarook1243 5 ปีที่แล้ว

    Thank you.