How to Create Transparent Drop Down Navigation Menu with CSS and HTML Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

ความคิดเห็น • 1.3K

  • @abdulrazaq1609
    @abdulrazaq1609 7 ปีที่แล้ว +42

    i'm new in this field i never think so that we can create header like this and can do just by using html and Css ..
    Thanks a lot for this precious information ... Stay Blessed

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

      اشبك يواد

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

      th-cam.com/users/edit?o=U&video_id=8aLpBMX1Whc

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

      So how about this tutorial: th-cam.com/video/dUPzppbfwWI/w-d-xo.html

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

      @@mastercode7851 هههههههه

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

      @@nour3660 يااح صار للكومنت اربع سنين

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

    Malupet ka talaga Clever Techie. Sana marami ka pang matulungang IT Students.

  • @stormybear4986
    @stormybear4986 7 ปีที่แล้ว +118

    Freakin' AWESOME!!! Easily one of the best tutorials I've seen in a long time! You rock, dude!!!

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

    Probably easiest way I have ever seen, without any grid, flex complicated combination. Perfect

  • @ecoatings192
    @ecoatings192 6 ปีที่แล้ว +15

    This was easily the best tutorial on this I have found. Perfect.

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

    Just changed what he typed by putting at end of first level and then put the corresponding after last in each group. He didn't do anything wrong. We just got in a hurry w/o putting in 's. Notice that he puts the at the end of each line, then puts the next after it.

  • @xopowo1979
    @xopowo1979 4 ปีที่แล้ว +11

    thank you for the explanation, I spent three days trying to understand it, and by chance I found your tutorial... I am truly thankful. Merry Christmas!

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

    Please be informed that you will have to write the about code in a tag! If not, the navigation will be covered by future div tag!

  • @ezgirlmamaslove4637
    @ezgirlmamaslove4637 6 ปีที่แล้ว +3

    Got it! Though I encounter some problems with adding the background. My problem was that I wasn't careful in adding space in between my code. I love how you explained it. Thank you so much for this informative video of yours.

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

    this code helped me a lot!If your code doesn't work,i don't know really...

  • @KGVirus
    @KGVirus 7 ปีที่แล้ว +3

    I know how to fix your problems ! everyone . when you list an item , you must have the tag inside it to work while hovering Example : Test

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

      Follow for Follow ;)

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

      Assuming it creates a linkm

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

    this is the best tutorial i have seen for dropdown menu

  • @chinweezeamama7127
    @chinweezeamama7127 5 ปีที่แล้ว +8

    Really simple,exact and understandable. good work indeed. Though 2 years back but it still gives light to web designers. well done brother and God bless you and increase your creative ability

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

    Codes vary with the type of program you use. The person recording uses (i forgot what program), but I use Brackets. When editing in CSS, we always need to put a period before anything. So in this video, he uses
    "
    ul li {
    (code)
    }
    "
    but in Brackets, we need to use,
    "
    .ul li {
    (code)
    }
    "
    Hope that helps for anyone complaining about how this doesn't work for them.

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

      Interesting. Visual code use a period

  • @loyaldragon2009
    @loyaldragon2009 7 ปีที่แล้ว +13

    At the risk of being called a noob i feel i need to share some information to help others which took me a while to figure out myself.
    The fact that he uses the background-size command in this video means that he is using CSS3. I didn't realise until googling this command that this was different to the CSS in my current editing software which is only CSS the original.
    Therefore several different commands from this tutorial are not working for me like background size, opacity etc.
    Looking through the comments i think that a couple of people have had this issue and been told that it must be them typing it wrong when it could be their chosen editor.
    This code in Dreamweaver 8 causes several issues but if i paste the code into text document and open this it works fine. Dreamweaver is clearly locking the page in CSS and ignoring any newer command types.

    • @drakZes
      @drakZes 7 ปีที่แล้ว +1

      Hi, what must you add to the code to get those commands to work. I have added CC3, but it still doesn't work

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

      Hey hows it going? I am relatively new to coding and i think that I am having the problem that you are speaking of. So my question to you is what commands should i use to get my background image to show? I am using visual studio code and when i try to put the image on the html file itself, i dont have any problems but if i try to link it through (exactly how he does) i assume the commands arent recognized.

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

      Dreamweaver is an engine and it needs updates. Your browser is also an engine but its updated that's why it is working fine.

  • @GhGh-xc9lp
    @GhGh-xc9lp 3 ปีที่แล้ว

    You rock, really direct to the point.
    I have lost a half of day on another useless video.
    Thanks for the explanation. You deserve a big like

  • @19Victoria99
    @19Victoria99 4 ปีที่แล้ว +3

    This tutorial is exactly what I was looking for. Thank you!

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

    I watched a few tutorial in my mother lang. They werent clear. You explained in a great way. Thanks for the video.

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

      I wondered, i was applying to display: none property to ul li ul element. Was it posible in that way or did i have to select the last li item? Thanks.

  • @CrazyMantrii
    @CrazyMantrii 4 ปีที่แล้ว +12

    I am at the basic level of HTML and CSS and I am amazed... he did not use the dropdown in the coding.

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

      he is making it invisible at 10:05, at 10:55 he is using :hover to make the navigation appear when when you hover over it

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

      O

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

      @@landonarturo3952 Chahiye

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

    This is the best and easiest tutorial on this subject I have seen to date. Great thanks.

  • @adepojuolaniyi2928
    @adepojuolaniyi2928 2 ปีที่แล้ว +4

    Mad oh 😂 this guy ehn see the way he made it easy for me,and I have been stressing my self. Bro thanks may God bless you

  • @RadhaRadha-ug7yv
    @RadhaRadha-ug7yv 4 ปีที่แล้ว

    Bro it's very useful to me ..
    As I am lockdown in my hose
    For past 17 days due to Covid-19 ....😭
    I am using your channel to study my CSS and HTML courses...
    Thanks bro 😁😁😁

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

    Thanks for the tutorial. it is very informative short, sweet and efficient and above all very easy to understand.

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

    Excellent video. Not too much info, not too little. Piece by piece. COOL information. Well done, sir.

  • @curios_bot
    @curios_bot 6 ปีที่แล้ว +3

    make sure that there is no space between semi column and HOVER
    ul li: hover ul li (dont type like this)
    ul li:hover ul li( type like this)
    then it will work!!
    ul li:hover ul li{
    display: block;
    }

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

      Dude spaces are ignored they don't matter I am a prpfessional web developer.

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

      @@gamingwithus_yt5109 spaces do matter trust me but not all the time

    • @frenchproductions-v6w
      @frenchproductions-v6w 5 ปีที่แล้ว

      20 minutes i spent troubleshooting this. . You sir!! Thank you!

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

      @@gamingwithus_yt5109 it do dimwit

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

    i don't know some people are unable to make it but this your tutorial is perfect it 101% worked for me !!!!! thanks>>>

  • @druick7892
    @druick7892 7 ปีที่แล้ว +6

    I'm having problem with ul li ul li {display: none;} still displays..

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

    Very good Tutorial.
    Now I understand how drop down menu works without js.
    Thank you vry much.
    This is good for novice programmer to understand the basic of drop down menu structure. Very recommended. (thumbs up)

  • @Blaze-uj7bg
    @Blaze-uj7bg 6 ปีที่แล้ว +7

    can u help im having trouble in my drop down when i hover all the sub show

  • @babyprintz
    @babyprintz 5 ปีที่แล้ว +2

    Clear, simple, and straightforward video. Thanks Clever Techie!!

  • @janlucarind8863
    @janlucarind8863 6 ปีที่แล้ว +3

    Niceee. Best HTML Video

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

    Nice. I don't understand all of them because I'm a Vietnamese and my english is so bad 😃. It really helps so much. Thanks bro!

  • @jamalswiss715
    @jamalswiss715 5 ปีที่แล้ว +8

    This looks really good on my website compared to my previous code. Auto responsive as a bonus.
    How can I make the popouts not push down other elements? I tried *position: absolute* on the ul li ul li, but then the sub meny items stacked on top of one another.

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

      can you send the code

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

      @@sabiyashaikh9296 I solved this with *display: table* on the top li

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

      @@jamalswiss715 Works nicely thanks :D

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

    Excellent tutorial!! I followed along and built it with you on the first go! This is how a tutorial should be done! Rock on, Big Dog!! BIG THUMBS UP!!!

  • @lemurusbalok2644
    @lemurusbalok2644 7 ปีที่แล้ว +11

    People for whom this doesn't work:
    One possibility is you did a syntax error which is unfortunately interpreted by the browser without error.
    There should be NO SPACE between ':" and "hover' in:
    ul li:hover ul li{
    ....
    }

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

      thank you so much!!! I was looking for reason why my "hover" doesn't work:)

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

      Pls help I can’t add the background picture for some reason. I did everything correctly but it won’t display it
      EDIT: sorry bout that. I just forgot to do a “ on stylesheet

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

      tqs dude

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

      Thank you so much

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

      Tq for the help...

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

    If anybody wants to center the drop-down menu just set ul as display: table; and margin: auto;
    It will work like a charm!

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

      hey! all of this works but when i mouseover, the drop-down menu is slightly to the left. Setting ul as display: table and margin: auto doesnt fix it... help!

  • @t.z.2743
    @t.z.2743 6 ปีที่แล้ว +5

    When I go hower my drop down menu the list items show up next to each other ,instead being under each other.
    What should I do?

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

    You should choose this as your career.
    how many old you are you are a good web page maker.
    KEEP IT UP!!

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

    This is awesome , thank yiu and Buddha's Bless you clever techie

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

    In 2019 Your still the best

  • @blankaj8903
    @blankaj8903 7 ปีที่แล้ว +58

    nice. No matter how many times I try I always fail :/

    • @lahxo4593
      @lahxo4593 7 ปีที่แล้ว +1

      gracz pl m2😿

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

      Awwww I'm sorry you guys are having difficulties, what exactly are you having a problem with?

    • @pavanpraneeth4659
      @pavanpraneeth4659 7 ปีที่แล้ว +2

      when i hover along from left to right its ok....but when unable to click on bottom list

    • @loftysteps
      @loftysteps 7 ปีที่แล้ว +3

      nice. but no mater how many times i try it always show me weird result. even i copied everything you typed it still fail. can you post another vedio . thanks

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

      nice. but no mater how many times i try it always show me weird result. even i copied everything you typed it still fail. can you post another vedio . thanks

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

    Amigo hablo español y aun que no entiendo del todo lo que dices tu vídeo fue más claro de entender que los tutoriales de español que he visto, grande

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

    I'm also having trouble centering this, any tips?

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

      Put everything in body in a div and give it a margin.

    • @MALIK-bc4tn
      @MALIK-bc4tn 5 ปีที่แล้ว

      you have to write "width: 300px, or more. by ul li{

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

    after seen a lot of tutorial, finally got an easy tricks for create sub menu......thanks lot

  • @DarioBorovac
    @DarioBorovac 7 ปีที่แล้ว +4

    how do you center the whole navigation menu horizontally?

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

      I think try not using the float:left; and it should by default be horizontal

    • @codebitcookie8053
      @codebitcookie8053 7 ปีที่แล้ว +2

      in my case like i commented above:
      just change:
      body {
      background: url('nature.jpg') no-repeat;
      background-size: none;
      margin-left: 10%;
      }
      the margin-left: 10%; will make it. if you have a bigger screen you may have to play with the number. Thanks.

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

      blitzer it works! Cheers

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

      oh lol for some reason i was thinking your asking how to make it vertically. haha

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

      This won't be exactly what you wanted. I made main menu width 20% of the web browser width like ul li { width: 20;}, then ul li:hover ul li { width: 100%; } to take 100% of parent's width. End result is menu takes up all width. Don't forget margin and padding 0 at body to remove gaps.

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

    It was absolutely no doubt the easiest one to learn.

  • @theangryghost2086
    @theangryghost2086 7 ปีที่แล้ว +4

    how do i center this?
    I want center it but i cant.

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

      with that code, you can't because you're using float and that is one of the things it does

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

      Any ideas how to center it?

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

      put it in a DIV and center that div.

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

      write body{
      margin-left: 60px;
      } it works

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

      @@ANTOND. Put a tag around the whole code, and in the css use margin-left on the

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

    Spot on! Audio is excellent and steps are accurately narrated, show me more!

  • @floriansalzer8513
    @floriansalzer8513 7 ปีที่แล้ว +8

    But how to get the Menu in the middle of the display?
    I used text-align:center and center but it had not work?!

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

      use line-height

    • @asadabbas947
      @asadabbas947 6 ปีที่แล้ว +3

      write margin-left: 60px; in the body it works i tried it.

    • @marcinkuruc8916
      @marcinkuruc8916 6 ปีที่แล้ว +3

      margin: auto works better

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

      margin: auto;

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

      Use margin left,right,height

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

    THE BEST INSTRUCTION OF ALL TIME! I FEEL LIKE I JUST GOT MY WHOLE LIFE BACK!!!!!

  • @N77-r7f
    @N77-r7f 7 ปีที่แล้ว +3

    how do i add links to the boxes inside so i can actually click on them

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

      Links are added quite easily. Menu your link to the right html page is added at the #. So for intance if your page is called example.html it should look like this. Sub Menu 1

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

    This is wonderful, you make it look very easily, other tutorial that I've watched I could not understand it but yours I understood it immediately... Thumps up bro... I am subscribing straight away...

  • @odunladeoluwaseun7880
    @odunladeoluwaseun7880 7 ปีที่แล้ว +12

    Good job sir. how do I make this responsive?

    • @clevertechie
      @clevertechie  7 ปีที่แล้ว +6

      I've created a video on how to exactly that.

    • @sunjeevkonduru7418
      @sunjeevkonduru7418 7 ปีที่แล้ว +1

      Can you share the link for how you make this responsive?

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

      first you make a pages then write link in home page

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

      just use % in lace of pixels on height ,width

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

      odunlade oluwaseun how can I use this in blogger??? Plzz reply

  • @Ginfio
    @Ginfio 5 ปีที่แล้ว +2

    So easy to follow and understand. i wish other coding videos were like this too.
    Thanks you.

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

    Bro, my navigation bar is not aligned to it's sub bar.

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

      same pro bro hae u get any solution for that?

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

      Yah, it happens that I got 1 excess curly brace.

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

      iam not understanding u bro...kindly explain me what was the prob

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

      welcome
      HOME
      PRODUCTS
      Electronis
      Furniture
      Cosmetics
      Television
      Mobile Phones
      SERVICES
      Electronis
      Furniture
      Cosmetics
      Television
      Mobile Phones
      CONTACTS

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

      can u plz find out the prob in my code above

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

    ,this is very helpful..now that i have online class because of corona virus..

  • @drdespicable2079
    @drdespicable2079 7 ปีที่แล้ว +4

    Can you do a tutorial using notepad?

    • @theellister3367
      @theellister3367 7 ปีที่แล้ว +6

      Despicable Minion it's the same just less practical

    • @jakubb8472
      @jakubb8472 7 ปีที่แล้ว +3

      just type the same thing

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

      this is also capable on notpad

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

      Why notepad lol 😂

  • @md.istiakzaman3526
    @md.istiakzaman3526 3 ปีที่แล้ว

    Best Easy way to Create Dropdown .. Thanks Sir

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

    Excellent!, Excellent!, Excellent! I've never seen like this technic ever. I hope you'll make videos more & more like this. Thank you.

  • @noormohammed.n5922
    @noormohammed.n5922 5 ปีที่แล้ว +1

    iam fresher for this field it can be usefull easily understand thank u bro

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

      Bro if u want help ;)

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

    best class I ever had on drop down menu. Thank you

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

    Literally the best simple tutorial out there

  • @BrunoOliveira-tj5xw
    @BrunoOliveira-tj5xw 6 ปีที่แล้ว

    just here to say that it helped me in my graduation final work. thanks

  • @AbdurRahman-kx2mu
    @AbdurRahman-kx2mu 4 ปีที่แล้ว

    not gonna lie, your presentation are incredible..understandable and easy to understand...TyVm

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

    Brilliant tutorial! Simple yet useful. Im inspired to create more on my channel. Thanks Clever Techie

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

    So Easy This is Best navigation tutorial i ever seen... So So Awesome.. This Video Most Important For Html css Beginners

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

    thanks brother it helped me a. lot i was just thinking that i have just learned html but i zero at coding you helped me a lot

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

    absolute brilliant, did it at first attempt.

  • @iyaashahmed9025
    @iyaashahmed9025 2 ปีที่แล้ว +1

    i love the way you explain.. good teacher!

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

    Wow Awesome...so beautiful and the control of the hover...it’s fascinating
    Thankyou... I love transparency...

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

    Hello Sir, I am a new in the field of HTML & CSS but It is a very helpful information that is provided by you, Thanks a lot..

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

    Thanks Clever! Great Tut! I had figured everything out on my own regarding nested menus but I could not get the dropdown to work. Thanks a bunch for covering the ul li ul li css!!!

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

    I dont like videos but I liked this one
    This is spectacular

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

    Wow! I really enjoyed your simple and easy tutorial. Dude, you are the teacher. Keep it up.

  • @Khank361
    @Khank361 2 ปีที่แล้ว +1

    I am from India your good teacher

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

    Hello....!
    Clever techie. Your video is so impressive to improve our skill in this field. It's very helpful for me. Thanks

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

    Understandable! That's a best tutorial a have seen so far..

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

    Thank you.
    You cleared my all doubts

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

    Tried it on Chrome and IE, both work!

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

    sir ,why we used overflow:hidden property in tag in creating navigation bar

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

    honestly this video was super helpful for my school project. thanks :)

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

    you are so great! blessings on you. I followed everything and i feel now like a professional programmer! keep on the good work!

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

    Instead of margin-right, I did this, margin: 2px 2px 2px 2px; and it looks cool as well.

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

    Thank you so much sir i could not maintain drop down menu but now it makes easy to do,,,,,

  • @saqlainshaikh3336
    @saqlainshaikh3336 2 ปีที่แล้ว +1

    You are good a teacher, thank you for teaching

  • @Y-Al-Salaam
    @Y-Al-Salaam 5 ปีที่แล้ว

    Excellent teacher! Thank you! Hope you continue teaching coding to beginners like me, I really enjoyed your lesson, hope to sit in your class again & again!

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

    It was too easy for me i think! Thanks buddy!

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

    افضل واسهل شرح لعمل قائمه منسدله/Better and easier to explain the work of a drop - down list

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

    Awesome...thank u for explaining step-by-step approach and display step by step outputs.....you are great..keep doing sir

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

    Hey! Finally I understood a litle css. Thank you! I'm just learning html, but i think css can be realy helpfull!

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

    Thanks for your video.. I am getting back into webdesign and retraining. You have explained very well and straight to the point. :)

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

    bro you make things look easy, i love the way you flow in coding my broer awesome video!

  • @ishantripathi9707
    @ishantripathi9707 2 ปีที่แล้ว +1

    Bravo man bravo. Excellent video.

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

    This was great! Especially the part here you explain the css tree structure (ul li ul li) very easy to understand and will help a ton i the future! Thank you!

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

    I am impressed with the didacticity of this material. I am so gratefull.

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

    ive been looking how to do this for so many weeks, thankyou so much bro!

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

    the cleverest techie around

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

    U explained it in a very simple way ! Thank you soooooo much !!!

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

    One of the most helpful video thank you so much sir 🙏☺️

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

    This is so amazing, you have shown this so simply..! Great job!!!