I would probably use an unordered list instead of all of these divs. It would be more recognizable by search engines and it's considered better practiced, not to mention more organized. It's a similar concept, just replacing the parent div with a 'ul' or 'menu', and the child divs with 'li'. The same css would be used, with the addition of using 'list-style-type:none;' for the li's. Great tutorial!
@PearSquirrel but you notice there remains a section on the far left without the hover.as in the hover does not extend to the far left of the navbar div
This worked amazingly well! I just started learning CSS yesterday and I was able to follow along with this exercise and end up with a nav bar that looked very similar to the one you created (although I had slightly different gradient images). Thank you!
Hey I have been watching your videos with great success they are really very good. I'm wondering with this though, I have developed a similar navigation bar through your tutorial however the roll over only covers a small part of the button and does not fill the entire button, do you have any idea why? Any help is appreciated, cheers :).
@tidgney Nevermind, found out that it was just the repeat-x function causing it confusion as I did notice it was only repeating along the X axis, leaving it blank allows it to repeat for the entire shape :).
@diacron Once again thanks for the feedback...be it good or bad....My next tutorial will be useful......"How to listen and follow a Youtube Video Tutorial from start to finish (and watching twice if need be,etc)".....
@thornwebdesign Thank YOU, sir...the tutorial worked perfectly and so does my nav bar. Yes, and please make a tutorial on how to use the PAUSE button. Keep up the good work!
@ryebread761 works fine for me. Instead of making a sarcastic comment about it not working, maybe you should say why it doesn't work, what's happening? error messages? you know, something to indicate the nature of the issue you're having.
Thanks so much for posting this. It was very easy to understand. I bought 2 books and the code I typed from each never ended up doing what your 10 minute demonstration helped me accomplish.
Can you expand on this tutorial to show us how to make the same thing, but it auto-expands/contracts depending on the size of the window, as well as the 5 buttons inside? Thanks a lot for the tutorials they're very helpful!
GREAT tutorials!!! I really could listen to you all the time lol. To be serious i really needed these videos for my business project to create a website with CSS. So THX
A wonderful demonstration. I am a total newbie to web designing and very curious about learning it.
I have seen many other videos but your style of teaching is the best. Thanks for that and hope to learn more from you. I am going to subscribe to your channel and in the hope to see more videos on website creation and CSS layouts.
I have to go and watch the previous 4 lessons also.
Been trying to work with a similar image to create edges on each of the elements in the nav bar to make them seem like real tabs (as seen in older archives). Any chance you could make a follow up to this showing how to do this?
Comment removed
cozcoz2010 1 month ago
good job chap!with just CSS its a good job
mutumbakenya 1 month ago
I would probably use an unordered list instead of all of these divs. It would be more recognizable by search engines and it's considered better practiced, not to mention more organized. It's a similar concept, just replacing the parent div with a 'ul' or 'menu', and the child divs with 'li'. The same css would be used, with the addition of using 'list-style-type:none;' for the li's. Great tutorial!
PearSquirrel 1 month ago
@PearSquirrel but you notice there remains a section on the far left without the hover.as in the hover does not extend to the far left of the navbar div
mutumbakenya 1 month ago
@mutumbakenya That's why you would put padding in the ul.
padding-left: 30px;
PearSquirrel 1 month ago
I love you. no homo btw :D
XXTeamCORE 2 months ago
Thanks, you're brilliant.
FilCanJay 3 months ago
thank you man...this helped me a lot.you are very good :)
17ronaldoo 3 months ago
for those wanting the bar to fit any monitor size type at .navbar at width:auto;
Gamergods50 3 months ago
Why waste time on watching tutorials. when you can have the experts
handle your needs, you can call them at 1.877.312.7575
TheOnlooker2010 4 months ago
@thornwebdesign What if i want my navbar about 30 pixels down, how would I do that?
sem785 4 months ago
@thornwebdesign nvm :D
sem785 4 months ago in playlist sem785's favorites
Comment removed
mutumbakenya 1 month ago
@sem785 in the navbar in CSS add margin-top:30px;
mutumbakenya 1 month ago
This worked amazingly well! I just started learning CSS yesterday and I was able to follow along with this exercise and end up with a nav bar that looked very similar to the one you created (although I had slightly different gradient images). Thank you!
wrongenvelope 5 months ago
Hard to find tutorial, couldn't find a more practical example then this :)
helped me do that last bit of work on a site :P thanks !
j4ck3t 5 months ago
0:35 "Which is gonna be our external starship"
I heard that correctly?
OnbekendeOudeMan 5 months ago
Great tutorial thanks for this video it really helped alot... Thanks...
tikohost 6 months ago
Great, Thanks :)
wojteklol 6 months ago
very nice bud,good job :)
TheHackerEyes 6 months ago
Would I be able to use PHP while using Visual Studio
1RickRude 7 months ago
Comment removed
CCCCXD 7 months ago
How could I center this navbar?
TheVideoVector 7 months ago
@TheVideoVector Try putting your navbar div's inbetween center tags I think , or use margin: auto; in the navbar css.
Mindsore 7 months ago
I never learned CSS/HTML i just knew it
WTFp0s 8 months ago
Thanks so much for your great tutorials. I'm finally beginning to understand CSS!
Pgeen 8 months ago
good and great videos
thenewkolkata 8 months ago
Can we get the images?
idokinel 8 months ago
Thanks for the tutorial. It's a very good tutorial.
shadowwares 9 months ago
Hey I have been watching your videos with great success they are really very good. I'm wondering with this though, I have developed a similar navigation bar through your tutorial however the roll over only covers a small part of the button and does not fill the entire button, do you have any idea why? Any help is appreciated, cheers :).
tidgney 9 months ago
@tidgney Nevermind, found out that it was just the repeat-x function causing it confusion as I did notice it was only repeating along the X axis, leaving it blank allows it to repeat for the entire shape :).
tidgney 9 months ago
What happens when you click on the button ? does the image changes back to the original one or it remains hover ?
softwarez4free 9 months ago
You explain things very well, thankyou for the video.
chriscooke109 9 months ago
This is a very well explaine video, thanks.
chriscooke109 9 months ago
This is great Thanks Man
silentcuteb0y14 10 months ago
Thank you for sharing.
fdmipgo 10 months ago
That looks So COOL!
yoda302055 10 months ago
How do you move the nav bar if you want to insert an image above it?
AmandaCelestine2011 10 months ago
Hello, great tutorial!
MudOilnGears 10 months ago
Lovely explained tutorial. I knew how to make navbars with a:hove etc, but I still learned something. Thanks mate.
CiRCUiTtr0jAn 10 months ago
Useless video doesn't work.
ryebread761 11 months ago
@ryebread761 Thanks for the feedback.....Great Comment.....
thornwebdesign 11 months ago 12
@thornwebdesign Well I may have done something wrong...
ryebread761 11 months ago
@thornwebdesign
Lmao, I don't know why that was so funny (you replying to useless video comment).
louie540x 8 months ago
@ryebread761 or you're an idiot...
diacron 10 months ago
@diacron Or you didn't have to comment.
ryebread761 10 months ago
@ryebread761 You're right...I've inadvertently insulted idiots.
diacron 10 months ago
@diacron Once again thanks for the feedback...be it good or bad....My next tutorial will be useful......"How to listen and follow a Youtube Video Tutorial from start to finish (and watching twice if need be,etc)".....
thornwebdesign 10 months ago 8
@thornwebdesign Thank YOU, sir...the tutorial worked perfectly and so does my nav bar. Yes, and please make a tutorial on how to use the PAUSE button. Keep up the good work!
diacron 10 months ago
@ryebread761 works fine for me. Instead of making a sarcastic comment about it not working, maybe you should say why it doesn't work, what's happening? error messages? you know, something to indicate the nature of the issue you're having.
TheChewyWun 6 months ago
@ryebread761 You just dunno how to follow instructions ^_^
nightfuries21 3 weeks ago
very clear, very good. Liked the before and afters. Always helpful.
Done few web pages, but YEARS ago using frames! :)
So just learning about CSS.
creeek3 11 months ago
LOVED IT!!!! THANKS MAN!!! I WAS LOOOKING FOR THIS FOR SOO LONG!!!! THANKS!~!!!!~~!!
sadnessinmylife 1 year ago
Thanks David, this was a great tutorial and helped me a lot.
Subscribed :)
Antzvideoz 1 year ago
thanks a ton i pretty much knew how to this but you made all the css stuff make more sense thanks!
Repeater09Games 1 year ago
One question: How could i put these navigationbar or the buttons all in the middle?
RUSquad 1 year ago
Great tutorial!!!
greenday439 1 year ago
Being new to web design I've been looking for a non-javascript way to do this. Fantastic tutorial, thanks a lot.
Cheers
Agrajag68 1 year ago
I tried .button a:active for active links(buttons), but couldn't get it right.
Any ideas?
Thanks.
altisw5 1 year ago
Was going to love the full tutorial:
The nav-bar at 10sec shows icons and "Free Tutorial" on the right.
But still thank you. Very helpful tutorial.
Regards,
altisw5 1 year ago
thank you for this video, made my life a lot easier!!!!
cphoenix66 1 year ago
Nice one, Subscribed.
Arjun007ize 1 year ago
Thanks so much for posting this. It was very easy to understand. I bought 2 books and the code I typed from each never ended up doing what your 10 minute demonstration helped me accomplish.
thecreativedonkey 1 year ago
Lovely, easy to understand and very informative.
Thank you very much for the video!
ladyfromlondon 1 year ago
thank you so much!
:D lovely tutorial, simple and easy to understand and very effective! good job!
SneakyFerretz 1 year ago
Wonderful tutorial easy to follow. It helped me what I wanted.
Thanks
samcadde 1 year ago
erm...how do i actually link those buttons? pls help :(
aikin175 1 year ago
Great tutorial. Very easy to understand.
prashiyer 1 year ago
Great Tutorial!
Johnnywoods10 1 year ago
Please,help me:
when i write the command float: left; nothing happens! I cant put the links side by side on navbar,please,helpme =(
ngirlvip 1 year ago
Comment removed
wtransporter 1 year ago
I just changed:
.navbar{
width:1000px;
TO
.navbar{
min-width:780px;
max-width:1000px;
adjust to your needs and it should work.
wellgolly 1 year ago
David, A million thanks to you - I've been trying to do this for months without success.
You make it totally logical and easy, thanks again! NJdesigner
whitewitch9999 1 year ago
very helpfull! I subscribed to your channel!!!
cheers from Greece
ARISPREVEZA 1 year ago
Can you expand on this tutorial to show us how to make the same thing, but it auto-expands/contracts depending on the size of the window, as well as the 5 buttons inside? Thanks a lot for the tutorials they're very helpful!
Spyder638 1 year ago
great tutorial ! very helpful thx !
hellview96x 1 year ago
thanks for all the work for putting these five css tutorials. Thank you. - behind vfx
mangoprojects 1 year ago
how can you stretch them across the whole of the nav bar equally?
willseyboy 1 year ago
firefox dosent support the navbar_grad .jpg i this tutorial wt i should i do??
ahamd304 1 year ago
Just to say I am English and very proud to be English too.....
I live in Germany and have done for 10 years......
thornwebdesign 1 year ago
@thornwebdesign what city?
lilblake90 1 year ago
@lilblake90 Kitchener, Ontario, Canada
sadnessinmylife 11 months ago
Good English accent for a German, LOL
theylive23 1 year ago
First video I have seen of yours and very impressed I have been.
Even something as simple as being able to see the code you write is a very big plus factor .. so many Youtube videos have blurred text.
Just one question..
Don't most people use unordered lists for navigation, as opposed to extra divs.
I like to work through your code, using Notepad and it does work all right, but I just thought at first, this was an unusual way.
Regards from the UK
wbmkk 1 year ago
You're right, this method isn't very "clean" when making a large scale website.
knight024 1 year ago
GREAT tutorials!!! I really could listen to you all the time lol. To be serious i really needed these videos for my business project to create a website with CSS. So THX
djpuente 1 year ago
Why is your Domain German?
sowhatisthequestion 1 year ago
Hi David,
A wonderful demonstration. I am a total newbie to web designing and very curious about learning it.
I have seen many other videos but your style of teaching is the best. Thanks for that and hope to learn more from you. I am going to subscribe to your channel and in the hope to see more videos on website creation and CSS layouts.
I have to go and watch the previous 4 lessons also.
ChowdhuryNurul 2 years ago
Great tutorial, very helpful!
Been trying to work with a similar image to create edges on each of the elements in the nav bar to make them seem like real tabs (as seen in older archives). Any chance you could make a follow up to this showing how to do this?
TheKilleck 2 years ago
excellent excellent vid.
controllerbrain 2 years ago
this is amazing! thanks mate!
lexvonsumayo 2 years ago
great vid, very helpful, thanks very much
TheSweets04 2 years ago
This is such a quick and informative video, I was up to speed in no time!!!
zardin696 2 years ago
Very helpful! great tut!
fishcomputer33 2 years ago