Responsive Mega Menu and Dropdown Menu using only HTML & CSS

  Рет қаралды 113,397

CodingNepal

CodingNepal

Күн бұрын

Пікірлер: 142
@CodingNepal
@CodingNepal 4 жыл бұрын
Nowadays font awesome CDN link/script that I provided not support so your icons may not be showing. Just replace that line no.8 script tag with this
@meditationrelaxvibes3321
@meditationrelaxvibes3321 4 жыл бұрын
Many thanks bro for these tutorials . If you could add a responsive search bar to this mega menu . I love your videos and I'm learning a Lot . Keep up
@JeanRomanRoaming
@JeanRomanRoaming Жыл бұрын
the above Pinned link is "invalid file type". The "hamburger" icon does not show up when screen size is reduced. How can I solve this issue? It's a big problem. Also it would be helpful to provide a guide link to code to: how do I insert a Logo image (100px max)- instead of just type for logo. and where do you place main content of page because your code is all in the "" instead of in a . I don't understand. Please help me!
@hassenhamrouni2147
@hassenhamrouni2147 4 жыл бұрын
Many thanks for your time to go through my request . I love what i'm seeing and i'm learning a lot from you . Your are AWESOME AT WHAT YOU DO..
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you so much 😍
@idesignconcept9128
@idesignconcept9128 2 жыл бұрын
wow...just wow. You so simplified what I had known before. Now I learnt a simpler way, and with cleaner and shorter codes. I am subscribing right away. Where have you been all this while? OMG!
@jaimemcqueen4367
@jaimemcqueen4367 3 жыл бұрын
Thank you so much for this! I had been looking everywhere for an ideal menu for my site redesign, this video was super helpful :D you are awesome!
@danielgastonvalenzuela1009
@danielgastonvalenzuela1009 4 жыл бұрын
Muchas gracias por tus aportes a la comunidad. Saludos desde Argentina!!!!!!!!! Thank you very much for your contributions to the community. Greetings from Argentina
@CodingNepal
@CodingNepal 4 жыл бұрын
You're welcome 💙
@meshackkiprotich1050
@meshackkiprotich1050 3 жыл бұрын
Thanks alot for this man! May God bless you. And by the way the music is incredible, I totally relate to it in my current life situation (relationship with coding). Thanks for your time and dedication to help out.
@rezvanibeastx3452
@rezvanibeastx3452 4 жыл бұрын
Wow nice. I want part 2 of mega menu. Thank you so much.
@CodingNepal
@CodingNepal 4 жыл бұрын
Sure.. It'll come day after tomorrow.. Stay tuned 😁
@zayan8165
@zayan8165 2 жыл бұрын
Sir G highly appreciated i am also a webdesigner i am on training from centre APTECH
@josejohnhalindogo8336
@josejohnhalindogo8336 4 жыл бұрын
This is incredible! Nice work buddy!
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you 💙
@plugodigital
@plugodigital 3 жыл бұрын
Incrível, este é o melhor navbar para qualquer tipo de site, não consegui acreditar! Parabéns. muito obrigado pelo seu tempo e esforço.
@FIFAGOALS_2022
@FIFAGOALS_2022 3 жыл бұрын
I have been watching others country videos bt here is far better than them❣️🇳🇵
@CodingNepal
@CodingNepal 3 жыл бұрын
Thank you so much and don't forget to visit channel for more awesome videos
@whatever3152
@whatever3152 Жыл бұрын
9:00 how did you make it? copy and paste all of them like that. I search and read a lot of document on google but still dont know how to do it :(. Can you help me
@anonymousgladiator5541
@anonymousgladiator5541 2 жыл бұрын
Hi there, I see you make really good videos! Perhaps could you make one on a shopping cart with local storage (with source code)? It's very hard to find any good tutorials on that. Could you help me out please? I would really appreciate it! Nice tutorial by the way! 😁
@scargammar3079
@scargammar3079 2 жыл бұрын
Thank you so much for your great support.👏
@CodingNepal
@CodingNepal 2 жыл бұрын
Always welcome
@youssradebbali7726
@youssradebbali7726 3 жыл бұрын
Nice work 🤩🤗⚘👏👏💐 ( my favorite channel ) thank uu💞
@CodingNepal
@CodingNepal 3 жыл бұрын
Thank you so much 😀
@denhamk
@denhamk 9 ай бұрын
how did you get the menu to stay while you hovered through the menu items? When I hover over my links the menu appears but it disappears when I try to select a menu item 😭
@rennieraka8314
@rennieraka8314 5 ай бұрын
Hi, how do you increase the height and width of the megamenu content to accomodate many columns and list?
@mayaonlineshopping6941
@mayaonlineshopping6941 2 жыл бұрын
Thank you so much for this, Responsive Mega Menu and Dropdown Menu using only HTML & CSS create successful and under next step video please thanks,
@amircahyadi9219
@amircahyadi9219 4 жыл бұрын
Perfect... your creation always go burn
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you 😍
@denisfelipe6172
@denisfelipe6172 3 жыл бұрын
Hey, I din't undestand what the css code below is doing: .content .row:nth-child(1), .content .row:nth-child(2){ border-left: 0px; } Could you help me undestand that?
@CodingNepal
@CodingNepal 3 жыл бұрын
:nth-child() is a selector and the above-mentioned codes mean select the first and second child of the .content which has .row class name and style the left border of these childs to 0px; Why did I do this? Because there are many childs of .content(parent) which has .row class name and we have to style the left border of the first and second child only so I did this. We can also style the first and second child only by giving other class names except .row
@ABC-el3ql
@ABC-el3ql 2 жыл бұрын
@@CodingNepal Is the result the same whether you comment on this part or not?
@gypsysoultraveller
@gypsysoultraveller Жыл бұрын
Your work is really awesome...God bless you...and my wish is that you earn a lot for your efforts...may I know where are you exactly located?
@eeuqon
@eeuqon 3 жыл бұрын
Many thanks, really nice work. Is it possible to activate the drop down menus when clicked the button instead of on hover?
@romuloalves9349
@romuloalves9349 4 жыл бұрын
Ótimo vídeo parabéns 👏.
@binkositideslors1491
@binkositideslors1491 3 жыл бұрын
thanks for course but i have got a question for you, how to make a slide menubar in responsive like for amazone without a burger thanks
@upendrachaudhari4635
@upendrachaudhari4635 3 жыл бұрын
The code is very clean and compact...brilliant :)
@CodingNepal
@CodingNepal 3 жыл бұрын
Glad you like it!
@adrianmontilla3095
@adrianmontilla3095 4 жыл бұрын
Awsome 😍 and beautyfull 😍
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you 💙
@shoaibakhtar2831
@shoaibakhtar2831 3 ай бұрын
8:50
@dadvalker5935
@dadvalker5935 3 жыл бұрын
when I create 2-3 mega menu with your code, It's working on desktop but in mobile working first menu only not other how can I solve?
@CodingNepal
@CodingNepal 3 жыл бұрын
You may did mistakes in media query breakpoints. Please check again
@dadvalker5935
@dadvalker5935 3 жыл бұрын
@@CodingNepal I know the problem in media query but don't understand what is it? I use same code which you use but don't understand where is the problem. please help me, can you make two mega menu with your code so I can understand
@chome4
@chome4 3 жыл бұрын
Fantastic menu. How could you get the mega menu to stay in place when you move the mouse away?
@binayrajbanshi7849
@binayrajbanshi7849 2 жыл бұрын
YOO ever heard of javascript
@yubiroaster6285
@yubiroaster6285 4 жыл бұрын
Awesome 😊 bro.....keep it up 😁
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you bro.. Stay tuned 😁
@ABC-el3ql
@ABC-el3ql 2 жыл бұрын
Awesome! Thank you! Thank you! Thank you! And thank you very very very much!!
@CodingNepal
@CodingNepal 2 жыл бұрын
You're very welcome!
@asankasudesh900
@asankasudesh900 3 жыл бұрын
hi thank u ur guide, when i add bottom layer ,dropdown item not vissible please help me
@bilalsaeed6068
@bilalsaeed6068 4 жыл бұрын
Man You Awesome 👌❤
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you 😍
@bilalsaeed6068
@bilalsaeed6068 4 жыл бұрын
@@CodingNepal You Always Welcome ❤
@MrAbbo11
@MrAbbo11 3 жыл бұрын
Thank you! You're wonderful :)
@kevalvekariya2640
@kevalvekariya2640 3 жыл бұрын
Wonderful thanks bro
@CodingNepal
@CodingNepal 3 жыл бұрын
You're welcome bro
@anasstaoufik6250
@anasstaoufik6250 2 жыл бұрын
what application you use please?
@CodingNepal
@CodingNepal 2 жыл бұрын
I have used Atom Text Editor and here is the video of it - kzbin.info/www/bejne/a2a5m4uKmr6eiqc
@ramssey249
@ramssey249 4 жыл бұрын
Can you make playlist for wordpress themes design?
@CodingNepal
@CodingNepal 4 жыл бұрын
I'll think about it
@rurallife764
@rurallife764 2 жыл бұрын
Thank you so much brother.
@Mahnoor_Shahzadi
@Mahnoor_Shahzadi Ай бұрын
hahaha i made it change images on hover over the text, all nav items separate from one another have their own default images also 😍😉😉😋😋
@bl7937
@bl7937 3 жыл бұрын
This tutorial showed a responsive navigation. However, it’s not in this video… wasted time watching it.
@vinhvo4816
@vinhvo4816 3 жыл бұрын
Thanks for you video. Effective
@Gongodler
@Gongodler Жыл бұрын
How to make it really responsive, so you can navigate on the Smartphone (Hamburger Menu or similar)?
@Gongodler
@Gongodler Жыл бұрын
Oh I see, there is a second part. Sorry. Good work, one or maybe the best HTML & CSS responsive Dropdown Menu video I found so far
@SURAJRSRA
@SURAJRSRA 4 жыл бұрын
Bro in any one video show your face with your name😅😁
@CodingNepal
@CodingNepal 4 жыл бұрын
Sure... Stay tuned
@rajeshweb7594
@rajeshweb7594 4 жыл бұрын
bro can u help me on React JS
@upendrathakuri5843
@upendrathakuri5843 2 жыл бұрын
Nepali? Wow!
@thanhphatleang943
@thanhphatleang943 2 жыл бұрын
thank you teacher!
@CodingNepal
@CodingNepal 2 жыл бұрын
You are welcome!
@RaviKant-ey8yp
@RaviKant-ey8yp 4 жыл бұрын
Bro, I wanna learn CSS, from where should I learn? please tell me
@CodingNepal
@CodingNepal 4 жыл бұрын
You can google it and there are many websites who provide free pdf files as well videos of css.
@RaviKant-ey8yp
@RaviKant-ey8yp 4 жыл бұрын
@@CodingNepal Brother, I don't know a proper path to learn css that's why I asked you :(
@franciscoolivares1474
@franciscoolivares1474 3 жыл бұрын
Thank you! Mega awesome
@jaypanchal5698
@jaypanchal5698 4 жыл бұрын
great work !!
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you 💙
@umarfiaz5034
@umarfiaz5034 3 жыл бұрын
what is the purpose of using this below code? .content .row:nth-child(1), .content .row:nth-child(2){ border-left: 0px; }
@ЕленаБорискина-п8ю
@ЕленаБорискина-п8ю 3 жыл бұрын
CodingNepal 7 месяцев назад :nth-child() is a selector and the above-mentioned codes mean select the first and second child of the .content which has .row class name and style the left border of these childs to 0px; Why did I do this? Because there are many childs of .content(parent) which has .row class name and we have to style the left border of the first and second child only so I did this. We can also style the first and second child only by giving other class names except .row
@RaviKant-ey8yp
@RaviKant-ey8yp 4 жыл бұрын
Brother, why didn't you put this video in any of your playlist?
@CodingNepal
@CodingNepal 4 жыл бұрын
I'll put it later.. Thank you checking our playlist videos.. Stay tuned 😁
@RaviKant-ey8yp
@RaviKant-ey8yp 4 жыл бұрын
@@CodingNepal Bother, I always use playlist for getting videos seperately, its very helpful, please always add videos to their respective playlist, Its really very helpful man
@CodingNepal
@CodingNepal 4 жыл бұрын
Sure.. Brother.
@Tarun-uj4vq
@Tarun-uj4vq 4 жыл бұрын
Hello sir How to create ecommerce website in responsive fully step by step in multiple page this please sir video upload Here
@CodingNepal
@CodingNepal 4 жыл бұрын
I'll make video soon. Stay tuned
@MohammadAsif-td3li
@MohammadAsif-td3li 4 жыл бұрын
Great work.
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you.. Stay tuned 😁
@lusanto9
@lusanto9 4 жыл бұрын
👏👏👏 thanks!!!
@CodingNepal
@CodingNepal 4 жыл бұрын
You're welcome 💙
@kanchonkumarsheel6553
@kanchonkumarsheel6553 3 жыл бұрын
Thank you so much
@CodingNepal
@CodingNepal 3 жыл бұрын
You're welcome 💙
@beautycosmatic4189
@beautycosmatic4189 3 жыл бұрын
Mara program execute ni karta program ko. Plz help mee.
@malexv
@malexv 2 жыл бұрын
Nice menu. How to make two dropdowns showDrop? duplicate Dropdown Menu
@fetdi
@fetdi 4 жыл бұрын
Thank's it's very nice
@CodingNepal
@CodingNepal 4 жыл бұрын
You're welcome
@freelancingpro5788
@freelancingpro5788 3 жыл бұрын
totally mind blowing
@gyanganga8441
@gyanganga8441 8 ай бұрын
for mobile view?
@mucahitkayatuzu5907
@mucahitkayatuzu5907 3 жыл бұрын
Fantastic!
@luantran7118
@luantran7118 3 жыл бұрын
Can You up file git ?
@abhigyan2981
@abhigyan2981 4 жыл бұрын
Great video
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you 💙
@nian360
@nian360 3 жыл бұрын
Love from Bangladesh....................................................*/
@CodingNepal
@CodingNepal 3 жыл бұрын
Keep loving 😃
@tanveerhussain3881
@tanveerhussain3881 4 жыл бұрын
great job
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you.. Stay tuned 😁
@saranyab.s2496
@saranyab.s2496 3 жыл бұрын
toggle is not working
@diroo6148
@diroo6148 4 жыл бұрын
You are best!!
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you 😁
@PreparingGeneeskunde
@PreparingGeneeskunde 4 жыл бұрын
Update: downloading your source code from (www.codingnepalweb.com/p/download-timer-responsive-mega-menu.html) will work, but copied your html and css files from here didn;t work: www.codingnepalweb.com/2020/10/responsive-mega-menu-and-dropdown-menu.html Original comment: Dear codingnepal, I copied your code from your website but it's not working. I tried it in my vscode ide, it doesn't work.
@CodingNepal
@CodingNepal 4 жыл бұрын
Yes codes may not work when you copy and paste because I got multiple errors while posting blog post so I've commented some lines of codes.. Just download files instead of copying codes or if you know basic html css then just uncomment the commented lines.
@luantran7118
@luantran7118 3 жыл бұрын
thank you very much
@menhactrung782
@menhactrung782 2 жыл бұрын
How to copy and paste like that. He only copied right once and pasted really fast. Teach me pls !
@CodingNepal
@CodingNepal 2 жыл бұрын
Please, mention the timestamp so, I can tell you.
@menhactrung782
@menhactrung782 2 жыл бұрын
@@CodingNepal 9:00 and 9:20
@CodingNepal
@CodingNepal 2 жыл бұрын
For multiple select: Press ctrl and click in every place you want. For duplicate code: Select codes you want to duplicate then press ctrl+shift+d to duplicate it.
@menhactrung782
@menhactrung782 2 жыл бұрын
@@CodingNepal Thanks u so much
@CodingNepal
@CodingNepal 2 жыл бұрын
Remember, these shortcuts are only work on Atom Text Editor. Other code editors have their own shortcuts.
@mytube5182
@mytube5182 3 жыл бұрын
Keep going brooo
@stanleyjaxen5043
@stanleyjaxen5043 2 жыл бұрын
thanks i appreciate this one
@shayariwithrizvi
@shayariwithrizvi 2 жыл бұрын
Nice
@Tarun-uj4vq
@Tarun-uj4vq 4 жыл бұрын
So beautify looking
@v.karthickraj7598
@v.karthickraj7598 Күн бұрын
For mobile and Tab
@jugalsharma6114
@jugalsharma6114 4 жыл бұрын
Nice bhai
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you bhai.. Stay tuned 😁
@abhinavawasthi728
@abhinavawasthi728 4 жыл бұрын
@@CodingNepal bro why are u laughing everywhere..?
@CodingNepal
@CodingNepal 4 жыл бұрын
Because I'm happy while reading viewers comments :)
@abhinavawasthi728
@abhinavawasthi728 4 жыл бұрын
@@CodingNepal you make us happy by making such type of videos. .keep it up
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you so much 😍
@alexandrecarriere2849
@alexandrecarriere2849 4 жыл бұрын
Cant beleve It, I must be dreaming!!!!
@CodingNepal
@CodingNepal 4 жыл бұрын
Glad to hear that 😁
@oscarbrd6129
@oscarbrd6129 2 жыл бұрын
You have a virus in the .css
@nuralamsiddique8145
@nuralamsiddique8145 3 жыл бұрын
nice
@giuliosantos7206
@giuliosantos7206 4 жыл бұрын
perfeito ... muito bom!
@akobey
@akobey 4 жыл бұрын
Perfect.
@CodingNepal
@CodingNepal 4 жыл бұрын
Thank you.. Stay tuned 😁
@dady7396
@dady7396 3 жыл бұрын
if you speak we can understand more.
@CodingNepal
@CodingNepal 3 жыл бұрын
I'll do in my upcoming videos
@ramanampisonjerryandersen8162
@ramanampisonjerryandersen8162 2 жыл бұрын
coool
Create a CSS only Mega Dropdown Menu
21:14
Kevin Powell
Рет қаралды 82 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 17 МЛН
Миллионер | 3 - серия
36:09
Million Show
Рет қаралды 2,2 МЛН
Simple Dropdown Menu Using HTML & CSS - EASY TUTORIAL
9:41
Devression
Рет қаралды 62 М.
Responsive MEGA MENU Design Using HTML and CSS - Step By Step
27:17
Simple Responsive Dropdown Navigation Menu Using Pure HTML And CSS Only
10:46
Responsive Sticky Navigation Bar using HTML CSS & JavaScript
18:59
Multi-Level Dropdown Menu using Html Css & Javascript | Responsive
25:53
Easiest Dropdown Hover Menu with HTML CSS Only
4:22
Online Web Ustaad
Рет қаралды 99 М.
Responsive Dropdown Menu Bar with HTML & CSS | CodingNepal
14:30
CodingNepal
Рет қаралды 293 М.
How to create a Responsive Navigation Bar (for beginners)
15:21
Coding2GO
Рет қаралды 484 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 17 МЛН