Тёмный

Responsive Navigation with Animated Multi Level Dropdown | HTML and CSS Tutorial 

Julio Codes
Подписаться 64 тыс.
Просмотров 93 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 240   
@CheapHomeTech
@CheapHomeTech Год назад
Wishing for more: 1. Sticky menu. 2. Hamburger on left. 3. Hamburger that only takes up the room that is needed instead of the whole page. However it's the best how-to I've come across. Thank you.
@vojtechkochta6436
@vojtechkochta6436 Год назад
I must say.. One of the best tutorials ever. Got exactly what i needed and didnt know about
@PhilipRice
@PhilipRice 4 года назад
This is the most comprehensive web programming tutorial on the nav bar that I've ever seen, it's crystal clear - thanks so much for producing it! Subscribed and looking forward to more.
@juliocodes
@juliocodes 4 года назад
You're very welcome!
@lazarzbiljic4903
@lazarzbiljic4903 2 года назад
Cen you send me a code
@ainaopeyemi339
@ainaopeyemi339 5 лет назад
Hello, i know that right now it might seem u don't have much subscribers, but i assure u that we are many looking for your content, don't ever stop pls, u are really helping us, just keep releasing until RU-vid discovers Ur value and increase your reach via algorithm, thank u.
@juliocodes
@juliocodes 5 лет назад
Thanks for the kind words, aina! No worries, I enjoy teaching you guys so I’ll always post new videos.
@WisestGeneration
@WisestGeneration 5 лет назад
I’ve been looking for a channel like yours for a VERY long time. Love your work!
@juliocodes
@juliocodes 5 лет назад
Glad you found it useful!
@disturbingdevelopment4308
@disturbingdevelopment4308 2 года назад
I picked up a lot of tips because Julio explains things very well as he writes the code. Very nice dropdown menu also.
@nomoretruelover
@nomoretruelover 4 года назад
i am not a developer but health professional, just part-time learning python and working on a personal django project. your tutorial is very helpful, creative and digestible. a newbie like me can understand easily. i don't like to comment or subscribe channels but your video forced me to follow you and leave a comment. thank you very much
@juliocodes
@juliocodes 4 года назад
Thanks for the kind words. I appreciate the support. Good luck with learning!
@HelloWorld-om6uh
@HelloWorld-om6uh 2 года назад
I just love how you tought me bro , god bless you !
@АзимАзимов-ч1й
@АзимАзимов-ч1й 4 года назад
This best tutorial for adaptiv menu. It is help me finish my current project. Awsome. Thank you
@shahzaibriaz6552
@shahzaibriaz6552 4 года назад
Trust the best tutorial i've ever seen. One of most loved tutorial on internet (youtube) Love You Dear.
@juliocodes
@juliocodes 4 года назад
Thank you so much 😀
@idrisertem9793
@idrisertem9793 3 года назад
This guy recorded this between 3 and 4 am in the morning damn.
@juliocodes
@juliocodes 3 года назад
Due to my busy schedule I had to record whenever I got the chance, which usually was very late/early AM. Now a days I barely even have time to record anything
@idrisertem9793
@idrisertem9793 3 года назад
@@juliocodes how does your brain still function around that time, and the next morning?
@MrNotSelc
@MrNotSelc 5 лет назад
Congratulations for your 10k subs!!!
@juliocodes
@juliocodes 5 лет назад
Thanks!!
@ThatGuyAnonymous
@ThatGuyAnonymous 4 года назад
The quality of the content compelled me to subscribe. keep it up man!
@juliocodes
@juliocodes 4 года назад
Awesome, thank you!
@craigjohnson8279
@craigjohnson8279 5 лет назад
Great video! I love that you only use HTML, CSS, and JavaScript.
@MrSiamtea
@MrSiamtea 4 года назад
Best responsive navbar tutorial ever 👍👌😊
@cjdj1834
@cjdj1834 5 лет назад
I love your tutorials Julio.Cool stuff!
@juliocodes
@juliocodes 5 лет назад
Thanks!
@davidsulaberidze5978
@davidsulaberidze5978 3 года назад
An excellent tutorial. Thank you very much.
@fullstackprojects5615
@fullstackprojects5615 3 года назад
Very Informative thank you for sharing. Thank you. One thing - Please briefly explain certain points that were not touched upon for example why 'initial' was used, how the compound selectors were working in the entire nested drop downs, why the 'Book a table' buttons' margin was set the way it was set, how the triangle shape was achieved. I know this would make the video long but please see if such things can be covered because it makes the learning and doing along the way smooth and without distraction(going to search in another tab and understanding the concept and then coming back).
@s.y.cofficial6322
@s.y.cofficial6322 4 года назад
Mã JS đã sửa và nó đã hoạt động : const selectElement = (element) => document.querySelector(element); selectElement('.menu-icons' ).addEventListener('click',()=>{ selectElement( 'nav').classList.toggle('active' ); });
@DoLittleWithPalash
@DoLittleWithPalash 3 года назад
Thanks. Now it's working perfectly.
@gelsuracoutinho
@gelsuracoutinho 2 года назад
me ajuda
@AlanDecoster
@AlanDecoster 5 лет назад
Thanks you very much !! It's really the content I needed to learn.
@绿叶-t7c
@绿叶-t7c 4 года назад
Best tutorial I have ever seen, Thanks
@juliocodes
@juliocodes 4 года назад
Glad it was helpful!
@fabiobaziota5919
@fabiobaziota5919 4 года назад
Awesome, explicit and clean... ❤🔥
@Series-cr7hi
@Series-cr7hi 3 года назад
your coding way is awesome but some issue arises in javascript coding //create function to select element const selectElement = (element) => document.querySelector(element); //open and close nav on click selectElement(element:'.menu-icons').addEventListener(type: 'click', listener: () => { selectElement(element: 'nav').classList.toggle( token: 'active'); }); element: ----> colon is not accepted what should i do
@gamerandmemer5016
@gamerandmemer5016 2 года назад
Everywhere you specify with colon. It's not in code it's just reference gives by ide tool. Check the video. When he commented the code. The reference is gone.
@alkasingh6205
@alkasingh6205 4 года назад
Hi I referred your GitHub page for reference and the codebase doesn't contain navbar section. kindly check and update the codebase .
@acmmproductions
@acmmproductions 5 лет назад
Thank you for this tutorial! Your videos are very clear and the result is always so sleek. I just finished following the tutorial and noticed that, by the end of it, my circle behind the logo icon is slightly oval (this is in desktop view, but in mobile view it’s a perfect circle). This is such a minor detail, I think in your final result this isn’t happening, so I must’ve done something wrong. Thanks again for another great tut!
@juliocodes
@juliocodes 5 лет назад
No problem! And that’s normal because of the content inside of the nav all up next to each other. In the real world you’d be using an image for a logo so you won’t have to worry about it. I did it this way to save myself time apposed to using something like photoshop.
@PaulCade
@PaulCade 5 лет назад
If you add min-width: 5rem; to .logo class in your css it won't squash up
@juliocodes
@juliocodes 5 лет назад
Paul Cade Nice catch. Though, this approach is only logical for demos. It’s better to use an actual image.
@nayeemuddin4625
@nayeemuddin4625 4 года назад
I just love the way of your work...
@juliocodes
@juliocodes 4 года назад
Thanks!
@mdhasiburrahmannafiz9984
@mdhasiburrahmannafiz9984 4 года назад
Sir there is a another issue. After completing the whole thing the first sub-menu contain 'Breakfast, lunch, Dinner' elements cannot be hidden without reload the page. I think that at Menu here a toogle effects of JS shoulb be used. Thank sir for this awsome tutorial ❤❤
@estergracelipke5621
@estergracelipke5621 2 года назад
Thank you very much! ❤
@sextronnics
@sextronnics 3 года назад
If you want to have 3 dots displayed for example behind "More" you can also use the special chars to do so the one you'd need to do so is … as far as I know this is supported by all major browsers including a lot of very old and new browsers... Happy coding!
@wernerw.1328
@wernerw.1328 2 года назад
pls help: I followed the video 3 times but I can´t find the error. Everything is ok when I have the full screen. But in the responsive part I don´t have the menu. Where can I see the code for looking point by point to fix the bug(s). I find this work so excellent and I´m eager to build my own website like this example
@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
@MuhammadIslam-qi2tf
@MuhammadIslam-qi2tf 4 года назад
Helpful tutorial, from where i can get the source code
@haykazantonyan7561
@haykazantonyan7561 4 года назад
Thank you for the wonderful tutorial. But I have an issue regarding the java script . When I click the icon, it doesn't work. Uncaught SyntaxError: missing ) after argument list.
@Mohamed_Amine_Bennacef
@Mohamed_Amine_Bennacef 4 года назад
@Adamfunchal
@Adamfunchal 5 лет назад
Very good job. keep with this. I tried to make this menu in my project but on mobile phone it doesn't work. I can see the menu icon but when I press it, nothing happens. Could you help me please? Problem solved.
@juliocodes
@juliocodes 5 лет назад
Sorry for the late response! I’m glad you were able to solve it.
@Eugenii2233
@Eugenii2233 5 лет назад
Make a video about your system and configuration. Looks good :)
@penninahgathu7956
@penninahgathu7956 4 года назад
I love this tutorial. Thank you
@AndrewIgnatov-b6k
@AndrewIgnatov-b6k 5 лет назад
Keep it doing, sir! We're gonna love it !!! :^)
@allenkim4776
@allenkim4776 2 года назад
Thank you so much bro~
@jeanhz1065
@jeanhz1065 3 года назад
30:47 at the moment of passing the cursor through each submenu I get everything in the horizon and not in the ladder, I did everything but I do not get help please
@xAndre-d-Moraes
@xAndre-d-Moraes 5 лет назад
Another very nice tutorial. Thanks!!!
@juliocodes
@juliocodes 5 лет назад
No problem!
@learnAndfun101
@learnAndfun101 5 лет назад
Good job man !!
@sqfzerzefsdf
@sqfzerzefsdf 4 года назад
is there a way to ensure that the animation plays out when you're no longer hovering? because sometimes it seems to get a bit stuck when trying to close depending on where your mouse is which gives it a bit of a glitchy effect
@engr.malikmuhammadmubashir6828
@engr.malikmuhammadmubashir6828 4 года назад
Awesome tutorials Sir. Superb channel. I have a problem with this tutorial. My javascript is not working. Can you help me?
@shahzaibriaz6552
@shahzaibriaz6552 4 года назад
Before watching the video Subscribed the channel (DONE) Like the Video (DONE) Comment (DONE) Share (DONE) Love Your Content (DONE) Please make more complex header, footer, dropdown menus because in other tutorials they just make simple things. But you make complex things simpler for us Thank You So Much Buddy.
@imajt5
@imajt5 5 лет назад
nice videos..keep going!! Thanks
@rapx21x
@rapx21x 4 года назад
Guys, if u have any problem about js part(mobile), you can use this code: const selectElement = (element) => document.querySelector(element); selectElement('.menu-icons').addEventListener('click',() => { selectElement('nav').classList.toggle('active'); });
@haykazantonyan7561
@haykazantonyan7561 4 года назад
Thank a lot
@gamerandmemer5016
@gamerandmemer5016 2 года назад
It's not working
@richardsinkler5898
@richardsinkler5898 7 месяцев назад
It would have been nice if you were decent enough to include the finished files. When doing the javascript for the hamburger menu, I have everything written exactly as you have in the video , and it doesn't work. My CSS file is letter for letter as you have it.
@TopicalAuthority
@TopicalAuthority 4 года назад
What kind of a JavaScript syntax this guy is using? I didn't see it before? Shouldn't there be a {} after the arrow function? const arrowFunction = (parameter) => {Code BLock} ??
@juliocodes
@juliocodes 4 года назад
If you’re only returning a single value you don’t need the curly braces
@TopicalAuthority
@TopicalAuthority 4 года назад
@@juliocodes I didn't know that Julio, thank you for answer.
@juliocodes
@juliocodes 4 года назад
Meant to speed things up. I believe you could even leave out the return keyword and it’d work
@TopicalAuthority
@TopicalAuthority 4 года назад
@@juliocodes Do you have a Linkedin Account?
@juliocodes
@juliocodes 4 года назад
No, sorry
@mdhasiburrahmannafiz9984
@mdhasiburrahmannafiz9984 3 года назад
amazing sir, Thank you
@paulmoldovan9518
@paulmoldovan9518 4 года назад
Verry gut tutorial. Will be the best if hover efect is replaced with click.
@adochan1000
@adochan1000 5 лет назад
Thank you, great movie, waiting for more.
@learnAndfun101
@learnAndfun101 5 лет назад
😂😂
@zeeshankalyar7693
@zeeshankalyar7693 2 года назад
thank you but when I hover on dinner its also effect the lunch how to solve this anybody help
@atiwattumsakka4056
@atiwattumsakka4056 5 лет назад
Thank you.
@fieryaspiration-thechronic5166
Very good! Thank you
@SimoLPers
@SimoLPers 5 лет назад
Hey, could you maby do something with the Bulma framework, I've tried it for myself for a while, but somehow my brain just won't work properly with it :/ Great videos though, so a thumbs up for that! EDIT: After reading another comment, maybe combine it with the idea of creating a blog?
@zakuguriin4521
@zakuguriin4521 2 года назад
Not entirely sure what I did wrong, but the windows are misaligned and they aren't animating correctly like in your video. Guess I am gonna have to re-watch this again and see if I can catch what I did wrong.
@shuvoahmed5217
@shuvoahmed5217 5 лет назад
Can u please make a video about position absolute element responive in every device
@juliocodes
@juliocodes 5 лет назад
You only need media queries just as everything else when it comes to responsive. You decrease or increase the absolute positioning values at different break points when the item starts looking bad or is at a position you do not like. Repeat the process with more media queries until you’re satisfied.
@joseluismartinezrimarachin9490
@joseluismartinezrimarachin9490 4 года назад
Por si tienen errores con su js: selectElement('.menu-icons').addEventListener('click', () => { selectElement('nav').classList.toggle('active'); });
@julianvargas5773
@julianvargas5773 4 года назад
hola, tengo este error, pero no encuentro la solución aun, que opinas "scripts.js:5 Uncaught ReferenceError: element is not defined"
@hugoscenes7449
@hugoscenes7449 4 года назад
@@julianvargas5773 Hola no tienen problemas con los media screen?
@barreramarquinateresa5233
@barreramarquinateresa5233 4 года назад
Thank you ! 😊
@pyderator
@pyderator 4 года назад
Awesome Video Keep Going!!
@professionalman2591
@professionalman2591 3 года назад
Asalam Walikum Thank You sir
@jenniferward6821
@jenniferward6821 3 года назад
stuff looks great and you expplain well, BUT, followed like a sheep, spent hours trying to get this to work but - into the mobile, all goes to hell , as in in the dt view, display none is peachy, but in mobile display it does not work, and seems to break the dtop view?? Can you tell me why perhaps - I am a desperate woman
@SteveBonin
@SteveBonin 3 года назад
Hello Julio, I have not uploaded this to a webserver, just using it on localhost, so I have not tested it on an actual phone. My concern is how does "hover" work on a phone. Does it?
@Marcus_YT.
@Marcus_YT. 3 года назад
why is blastimo font not working for me? pls help me
@ozlemengin9279
@ozlemengin9279 2 года назад
github codes has deleted. can you update please?
@fazlerabbirana993
@fazlerabbirana993 4 года назад
Very usefull, but can anyone please tell me how to toggle the dropdown "sub-menu" on the mobile screens? I see it's not hiding when clicking again on the parent, shouldn't it work that way?
@safdarmoshtagh5623
@safdarmoshtagh5623 4 года назад
Hı. What about the Javascript code. Can you repeat again?because it was not clear. Thanks
@afrahhassan741
@afrahhassan741 4 года назад
u can do it with jquery. its a simple task its easier to understand
@silviopontesx
@silviopontesx 4 года назад
HI, Do you make theme for Wordpress? How much and what is the delivery time? It will be for an AIRBNB type gym search engine!
@joheartchilyobweasowe5673
@joheartchilyobweasowe5673 3 года назад
I followed all the coding and some of it works but the only thing which is not responding is the ion-md-menu, when I reduce the screen, it’s not showing. What could be the problem?
@heyyy4987
@heyyy4987 5 лет назад
nice
@gamerandmemer5016
@gamerandmemer5016 2 года назад
Tha nav button is not working. On my js part
@kyleparsotan6799
@kyleparsotan6799 4 года назад
Can you help me figure out the JavaScript for a different website
@lorenzobiagi8392
@lorenzobiagi8392 4 года назад
If i want to transform it into a vertical menu how should i do?
@mairanajam1892
@mairanajam1892 4 года назад
Julio Codes my code is not working from the end when i put (.) with addEventListener in script file it show error what to do? //Create function to select elements const selectElement = (element) => document.querySelector(element); //Open and close nav on click selectElement('menu-icon').addEventListener('click', () => { // in this line it shows error in toggle device tool bar. selectElement('nav').classList.toggle('active'); });
@juliocodes
@juliocodes 4 года назад
I see there's not dot in front of 'menu-icon' since it's selecting a class. It could be that.
@mairanajam1892
@mairanajam1892 4 года назад
@@juliocodes Thanks a lot :)
@mairanajam1892
@mairanajam1892 4 года назад
Tell me one more thing how could I make dots around logo??
@jeanhz1065
@jeanhz1065 3 года назад
26:55 when I put in the css, in the top part: 0; I am not aligned according to what it belongs to, everything is placed on top of one
@SuperVipul1994
@SuperVipul1994 2 года назад
same problem i am also not getting this!
@chacataplan
@chacataplan 3 года назад
Thk Thk!!!!!!
@iddrisufaisalortega2837
@iddrisufaisalortega2837 4 года назад
Nice one, bt how do i get the js folder for my project?
@shahzaibriaz6552
@shahzaibriaz6552 4 года назад
Julio please upload the full source code on github so that we can compare our code with your code that's whats the difference between in your and our code so that we can resolve our issue.
@rajlama4816
@rajlama4816 5 лет назад
I have a problem! I pasted the unpkg link but found no changes in the html page. I mean nothing. Just a plane html page with headers and menu and submenu links. I copied the html codes from the git-hub.
@juliocodes
@juliocodes 5 лет назад
GitHub code is partial. You have to watch the video to complete it.
@generationsarising
@generationsarising 4 года назад
Hi. Thanks for tutorial. I followed your video but my bullets are still showing in my example.
@juliocodes
@juliocodes 4 года назад
Must be some issue with the lists. Alternatively you can globally select them all by using ul { list-style: none; }
@Moshe5573
@Moshe5573 4 года назад
does anyone have the index page code i can look at? mine dint come out right for some reason
@lazarzbiljic4903
@lazarzbiljic4903 2 года назад
can someone send me code I made mistake and I want to fix it, but i cam't find it... pls guys help me!!! please...
@ShivamSingh-mz3mn
@ShivamSingh-mz3mn 4 года назад
icant have my close and menu icon as hamburgurmenu help!!!!!!!!!!!!!!!!!!!!
@buasi
@buasi 5 лет назад
THANKS FOR SUCH WONDERFUL TUTS ,, CAN YOU PLEASE DESIGN A NEWS BLOG FOR US
@lucastavares4908
@lucastavares4908 5 лет назад
Please do it!!
@juliocodes
@juliocodes 5 лет назад
No problem! I’ll take your suggestions under consideration
@buasi
@buasi 5 лет назад
@@juliocodes im honored
@ericberg2131
@ericberg2131 4 года назад
Be Aware! Doesn't work properly in responsive (hamburger) mode when there is more than one multi-level menu item. Julio only used one sub menu item called "menu". If he had added a second sub-menu section to "blog" for instance, he would see that when he clicks on "menu" to open up the sub menus and then clicks on "blog" to open up its sub menus, the program fails to work properly. You can see an example here at www.habooch.com/lang/msa/menu/index.html You can't just shrink the screen on your computer to get into "hamburger" mode to see what is actually happening. You need to go into the browser's device tool bar and select a phone from the list and then you will clearly see the problem.
@Saudavelpro
@Saudavelpro 5 лет назад
Awesome
@bikramchettri9405
@bikramchettri9405 5 лет назад
Thanks.
@SWIPHY
@SWIPHY 3 года назад
The GitHub file are not complete
@nelson.costa.dev2536
@nelson.costa.dev2536 3 года назад
Ganhou um inscrito LIKE
@DecodingJordan
@DecodingJordan 4 года назад
How did you create the icon of the fork and knife? The only image I see in the folder is the website background.
@juliocodes
@juliocodes 4 года назад
It’s an icon. I then added some styles to the icon to make it look like a logo
@DecodingJordan
@DecodingJordan 4 года назад
@@juliocodes @Julio Codes How would I be able to get rid of it and put an image in its place. Also my drop-down menus are side by side and I did everything the way you did. What am I doing wrong?
@IslamicInformationbd
@IslamicInformationbd 5 лет назад
JS n't working. Please solve my problem. My code: //Create function to select element const selectElement = (element) => document.querySelector(element); //Menu close and open selectElement(element: '.menu-icons'), addEventListener(type: 'click', listener: () => { selectElement(element: 'nav').classlist.toggle(token: 'active'); });
@juliocodes
@juliocodes 5 лет назад
You copied in the reference hints. ‘Type:’, ‘element:’, and ‘token:’ these words aren’t part of the code. Remove them and it’ll work.
@anony88
@anony88 5 лет назад
While that looks pretty, I feel like the layout is old school. I feel like drop down menus with a lot of content should probably be a larger box 250x250 or so where it has different sections with titles, links, icons, and maybe even an image. Having to navigate through sub menus isn't as practical honestly. I couldn't picture a large tech company doing that on their site and for a good reason. This video is great for learning though either way and I still appreciate it.
@juliocodes
@juliocodes 5 лет назад
That would be called a ‘mega menu’ 😛
@anony88
@anony88 5 лет назад
@@juliocodes ah i forgot the name of it lol. Just getting back into web dev after being out for a couple years. Thanks
@juliocodes
@juliocodes 5 лет назад
@@anony88 Hahaha, it's fine. I usually just try to post about what people 'want to see' for the most part. I've been asked about creating a mega menu as well, just haven't gotten around to it yet.
@evans8245
@evans8245 3 года назад
Every Dev: uuuhhh, impressive i'll take it ! thank. you. very. much *Later in the day* Lies: Sir, i even added some borders for the sake of allty ;). don't worry boss, its on me. *Gets a promotion*
@svdev6215
@svdev6215 4 года назад
how change from hover to click dropdown?
@reynandelizo1480
@reynandelizo1480 4 года назад
I have a problem sub menu because position: absolute the submenu goes to top...
@reynandelizo1480
@reynandelizo1480 4 года назад
hahah I sove it now I for got to put position:relative in submenu-li
@HejiChannel
@HejiChannel 5 лет назад
Your coding is very professional and easliy to understand. I follow the coding well but I use different icons. I use fontawesome and the problem is I cant hide the This is my code in css .fa-toggle-off{ display: none; } Mine is not working 😢. Can you fix it? Your code: html: Css: .ion-md-close{ display:none; }
@juliocodes
@juliocodes 5 лет назад
Try .fa-toggle-off{ display: none !important; } or simply give your icon an additional class of 'close' or an ID. Then target that an apply the styles you want.
@HejiChannel
@HejiChannel 5 лет назад
@@juliocodes wow now its working! You are amizing! Thank you Sir.
@raghuputtaswamy8610
@raghuputtaswamy8610 4 года назад
@media query the hamburger is not working for me and below is the code: //Create function to select elements const selectElement = (element) => document.querySelector(element); //Open and close nav on click selectElement(".menu-icons").addEventListner("click", () => { selectElement('nav').classList.toggle('active'); }) Can anyone help me ??
@haykazantonyan7561
@haykazantonyan7561 4 года назад
I met the same problem
@sandeepal1
@sandeepal1 4 года назад
Looks like complete code is not available in github. Some of the content is missing in index.html
@juliocodes
@juliocodes 4 года назад
The code on github is only starting files not completed
@sandeepal1
@sandeepal1 4 года назад
@@juliocodes could you please share the complete code?
@cactipot
@cactipot 4 года назад
Awesome multi-level mobile friendly nav tutorial! I really like this example as it's a great inspiration (loaded with little advanced css tricks)! Everything is fine in desktop view! Sadly I have a big problem with the Menu sub-menus not showing up in mobile view (also I'm not seeing the left orange border). Basically I see the content of that first sub-menu flow above the rest of the main menu (instead of pushing the rest downwards), but I can't click on any of its li's; it's also not offset. If I remove the max-height in the Inspector, all branches of the sub-menus open up and are completely visible (with orange border-left). I reviewed the video twice to make sure I wrote everything as you did. In the @media query you set the max-height of the .sub-menu to 0, which makes perfect sense, but when I do that, the sub-menu is no longer 'clickable'. I'm trying to debug with the Inspector, but so far it's not working out... :-(
@kalahari8295
@kalahari8295 2 года назад
Shits too long mann
Далее
+1000 Aura For This Save! 🥵
00:19
Просмотров 4,1 млн
Kenji's Sushi Shop Showdown - Brawl Stars Animation
01:55
Pure CSS Hamburger Menu & Overlay
35:47
Просмотров 398 тыс.
SVG Animation With Text Tutorial | HTML CSS
18:53
Просмотров 580 тыс.
Animated Responsive Navbar Tutorial
22:10
Просмотров 1 млн
Create beautiful Scroll Animations Like APPLE !!
21:31
Просмотров 3,2 тыс.
+1000 Aura For This Save! 🥵
00:19
Просмотров 4,1 млн