This tut does not work for me when i get to the ul#nav li it doesnt look how yours does mine is like its all one ul list i cant get the About 1 2 3 etc onto the next line.
still not doing it, but its not the coding, its the browser... IE siply doesn't wana contribute... but every other browser works fine with it. regardless, i've decided to take off the drop downs and create a more simple website.
Awesome got my menu, problem is, i have another div right below it. and for some reason the drop downs from my drop down menu fall behind the second div, and i cannot see them. how can i fix this?
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
actually, while I'm at it, I have another perplexing simple thing yet a problem...
The border right on the li's carries over into the "dropdown" part, therefore the "dropdown" li's have 2 right borders, and the .noborder ones still have a right border...
at about 3:35 into it you mention that you'll tell us why you selected 'relative' as the position later...but I missed it or it was forgotten. Please explain the relative aspect. Thanks
horrible tutorial Jeff, you cant see anything, and your going way to fast, you need to take in effect there is a reason why people are viewing a tutorial, - BECAUSE THEY DON'T KNOW HOW TO DO IT! you should try doing something else.
Great tutorial, excellent topic, (I just subscribed to you) but like the others, I can't read the css code you're typing. This really detracts from the experience.
Any chance you could post the .css file somewhere we could download it?
Awesome video, but for beginners like me is important to see what are you typing for a better understanding of what are you doing! Is there any way to get the CSS(visible one) for this tutorial?
This tut does not work for me when i get to the ul#nav li it doesnt look how yours does mine is like its all one ul list i cant get the About 1 2 3 etc onto the next line.
syco1986 2 months ago
Thanks for this tutorial it realy was a good help :)
zeroke008 3 months ago
realy nice and Undersatable........thank you
shisodemahesh824 4 months ago
Cool video, thank you.
wilfredogr 6 months ago
still not doing it, but its not the coding, its the browser... IE siply doesn't wana contribute... but every other browser works fine with it. regardless, i've decided to take off the drop downs and create a more simple website.
thank you for your help tho!
yomexboy 7 months ago
@yomexboy
No problem. It was the browser for me too. My drop down menu wasn't staying on top in IE7 until I put that code in.
louie540x 7 months ago
Awesome got my menu, problem is, i have another div right below it. and for some reason the drop downs from my drop down menu fall behind the second div, and i cannot see them. how can i fix this?
yomexboy 8 months ago
@yomexboy
I had a similar problem recently where it fell behind a flash slide show. Try this:
.INSERTNAME { position: relative; width: INSERTWIDTHpx; z-index:999;
}
louie540x 7 months ago
@louie540x what is this code insertwidthpx????
I didn't have a problem, just curious.
shakaama 5 months ago
@shakaama
The width of your menu bar.
louie540x 5 months ago
@louie540x no i was asking where you got the code from.
shakaama 5 months ago
@shakaama
Someone on sitepoint dotcom helped me
louie540x 5 months ago
How about a click menu? My users hate mouse-over menus.
sproket888 10 months ago
I love your way of teaching, hope you do many more
tomknudsen 11 months ago
I found using HTML it doesn't work without a DOCTYPE declared. Then it works fine :)
ChrisSinclair195 1 year ago
i actually love you, im not a web designer but it was part of my course at uni, i hated it until i saw your video...genius!
gomm2749 1 year ago
This is what I was looking for. Great video. Many thanks
molepc 1 year ago
Thanks for the video great tutorilal!
988buddylove 1 year ago
This has been flagged as spam show
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
aspdotnetexperts1 1 year ago
thanks very much for the vid .... but can u put the files you worked at ( source code )
Thank
cyberthug7 1 year ago
This has been flagged as spam show
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
aspdotnetexperts1 1 year ago
Very useful tutorial. Way more clear than some of the others.
DanielAttila 1 year ago
that mozilla css thing is awesome.
is there one for opera ?
IGOTTHESHAKESBAD 1 year ago
when ur keys make that "click" and i tihnk its ur mouse too its annoying .....anyway nice i used that for my project thanx
IIOdInll 1 year ago
Quick hex tutorial
000000 black
FFFFFF white
FF0000 red
00ff00 green
0000FF blue
333333 grey
FFFF00 yellow
FF00FF purple
00FFFF maroon I think
hampsters11 1 year ago
This must be about the simplest implementation of a menu. I like it. ;o)
dagger86 1 year ago
@dagger86 did you get it to work?
shakaama 1 year ago
Thanks SO much! Took bits and peices from your vid and I FINALY got my menu the way i wanted it. =)
bolgrats 1 year ago
The video is very Good ! but the quality is down :s
zolux669 1 year ago
Talented !
nokiams 1 year ago
Thank you so much "detacheddesigns"
love from India!!!
yan2292008 2 years ago
Would it be possible to post the css and html in a file so it could be downloaded?
antimutesounds 2 years ago
This is just what I've been looking for!
I tried to follow with you and change what I've had to similarize what you have... but it didnt work.
I think I'll create a new page tomorrow to follow you, and hopefully that will help me figure out where I went wrong.
Otherwise, great tutorial, I understood it (except for one part somewhere, because something didn't go right).
(You never explained why we needed positioning:relative, over another position factor.)
Nice Job!
JustaFreak15 2 years ago
When I try to do the
ul#nav li:hover
{
background-color:#------;
}
Nothing happens... Nothing changes when I hover, but I am using IE, would that, if anything, have something to do with it?
JustaFreak15 2 years ago
Nor did the
ul#nav li a
{
background-color:red;
}
work... something that simple wouldnt even work...
CSS disagrees with me..
JustaFreak15 2 years ago
Well, on the
ul#nav li a {background-color:red}
i had a typo... so... i feel stupid, but the hover still won't work..
JustaFreak15 2 years ago
Well, the biggest part wont work..
the
ul#nav li:hover ul
{
display:inline;
}
wont work.....!
I think something is screwed up with my li:hover... Any help??
JustaFreak15 2 years ago
@JustaFreak15 did you check different browsers? some browsers don't support some things. then you have to go back and see what they do support.
shakaama 1 year ago
Well, I'm gonna take a break for now.....
JustaFreak15 2 years ago
actually, while I'm at it, I have another perplexing simple thing yet a problem...
The border right on the li's carries over into the "dropdown" part, therefore the "dropdown" li's have 2 right borders, and the .noborder ones still have a right border...
JustaFreak15 2 years ago
u memorized black color in #292929??? wow i can never remember the numbers. i just type in color:black
moonshiry 2 years ago
me too.
But the hexcode for black id: #000000
the color: #292929 is just a grey thing;-D
Passname13579 2 years ago
your typing is SICK
xlostzer0 2 years ago 2
at about 3:35 into it you mention that you'll tell us why you selected 'relative' as the position later...but I missed it or it was forgotten. Please explain the relative aspect. Thanks
TCoryLewis 2 years ago
Too fast? Use the pause button.
Too hard to read? Cntl-mouse wheel to zoom in or out (at least on Safari and FF it works beautifully, don't know about IE)
Done.
cswift49 2 years ago
Great Tutorial. Also, if you click on HQ you will be able to see the text.
tiger2380 2 years ago
horrible tutorial Jeff, you cant see anything, and your going way to fast, you need to take in effect there is a reason why people are viewing a tutorial, - BECAUSE THEY DON'T KNOW HOW TO DO IT! you should try doing something else.
schwabino 2 years ago
Conterstrike source menu With esl-setti
add me in steam luxuzboy
MrFunzt 2 years ago
can't read it.
neil1337 2 years ago
cant see the css coding u r typing
rockercya 2 years ago
Great tutorial, excellent topic, (I just subscribed to you) but like the others, I can't read the css code you're typing. This really detracts from the experience.
Any chance you could post the .css file somewhere we could download it?
It'd be much appreciated.
Thanks
notentirelynecessary 2 years ago
hey nice tutorial but i cannot see the text!!
adityaverma23 3 years ago
hey nice tutorial but i can't see your actions!!!
too small font!!!!!!
you should use camtasia studio or camstudio to record yourscreen!!!!
this is a poor quality video~~
adityaverma23 3 years ago
i cant see what r u writing
nilabjo2008 3 years ago
looks really useful...but can't see a thing!!!
troysheppard8 3 years ago
me too...I wish he had a higher quality on vimeo or something
Celldesigns 3 years ago
this does work
ripl0005 3 years ago
ul#nav {text-decoration:none;list-style:none;}
ul#nav li ul {display:none;margin:0px;padding:0px;}
ul#nav li:hover ul {display:inline;}
ul#nav li {float:left;width:100px;}
godale44 3 years ago
Awesome video, but for beginners like me is important to see what are you typing for a better understanding of what are you doing! Is there any way to get the CSS(visible one) for this tutorial?
planiolro 3 years ago
dont work with ie6
prince4878 3 years ago
It hurts my face when you click your mouse.
Add audio later :(
SpamBanjo 3 years ago
You are simply the best!
Petterss22 3 years ago
It is a great!
I kindly ask u if u have any idea how to display PDF file on a form visual basic 2008.
layaab10 3 years ago