@SMsype It depends on what is underneath the menu. Is it a flash element? If it is not a flash element then the solution will be different. If you have a position of relative set on a div just below it then it can affect the stacking order of absolutely positioned divs. I can tell you the solution but you need to send me a link to the page with the problems so I can diagnose it - James
it was a div container set on relative. I delete that end i worked :)
And ur tutorial was so nice but one question i have is, how can i change the font-color of my dropdown menu like this that the color is first white and then if my mouse is on it black? would be nice if u could tell me ;) SMsype
@DreamWeaverTutorial i got a weird problem where i cant change page when i use the menu. i have edited the <a href tag to the right html file but in the adress bar it only adds a "#" to the current location
@NorwegianMinecraft1 Don't forget that on the pages that the links to go you also need to put in the links on those pages for the menu too. That's why most people then create a dreamweaver template file (DWT) and create pages from that with the menu embedded. the other option is to create a php include.
Hi. Thanks for this fantastic tutorial. I'm trying this out on a new webpage I'm building, but was wondering if there's a way I can make the drop down menu part transparent?
@MiraiShiro hi, yet you can with images or css. If you go the images route then you will need to create the background images in photoshop and save them as PNG24 with transparency. If you use Fireworks then save them as PNG32 with transparency. If you use CSS then you need to look up the code for ALPHA Transparency for the backgrounds that you use.
@DreamWeaverTutorial Thanks! I think I'm much more comfortable with photoshop. When I create the images, do you know how I can integrate it into drop-down menu? Do I just insert the image on top? Also (sorry for this torrent of questions, it's my first time with CSS), is there a way to make the first row (the buttons) a different width than the list that drops down? Thank you for your time and help!
@MiraiShiro You need to set the background width and height of the background image you are going to use. Wherever the background color is set for the menu is where you need to place those parameters. Where the background color is set, delete that and type background followed by colon and that will bring up a dialogue for you to browse for the image in dreamweaver. after the link to the image type 0 0 and end with the usual ; . the 0 0 sets the image to top left.
@MiraiShiro you could give each dropdown a class of its own and then set a width attribute for it. it might be a bit stubborn so override your css selector like this.
Great Tutorial...I got the menu working in its own page call navmenu.html. How do I insert it into my webpages? I currently using yahoo site builder, but am in the process of rebuilding my site using dreamweaver. Do you have any experience with yahoo site builder or can point me in right direction.
@cmarti826 I am currently in the process of redesigning my website using dreamweaver and I did get the menu into my pages using dreamweaver. Will i be able to upload pages to yahoo web hosting after im finished? I imagine i should with no problem. I used in the past a form through google and it posts to google docs, could i make an email database registration through dreamweaver as well? I made a form but dont know how to make it post to an excel file or something.Thanks for any input
great tutorial. i've spent many hours moding menus i downloaded... next time i'll first search youtube for video tutorial. i got my own menu now and i know how to change it's properties. many thanks!
These two tutorial are the best I have ever had the pleasure of following, thank you so very much, and if you ever need a recommendation just hit me up! Excellent!
For the selector #navMenu ul li:hover ul li a:hover i used #navMenu li ul li:hover and got it to work, but im not certain if it was the right way of doing it. Can you let me know? Nice tute, thanks.
You had the menu centered in the middle of the page at the end but didnt explain how you did it! I would love to know as I have spent ages trying to do it!
in firefox my menu shows in front of my flash image, however it doesn't in chrome and IE9 any ideas? Also anyway of using images for each hover rather than words. IE a picture of a house rather than "home".
@MrChubib0 you need a transition effect. look up css3 transitions. I've been meaning to do that tutorial for a while now but haven't gotten round to doing it.
This was great. The tutorial was explained wonderfully. The menu was not centered in a screen, but I went to his website and he shows how to center it in the comments. I do have a question about how how to lock them into place so when you resize the browser screen it doesn't rearrange them all to fit (because then it hides the tab links above it) but instead just makes the scroll bar appear.
Thank you very very much guy. I'm from Germany but the German tutorials are soo bad. At the other hand they use some templates etc. or they explain it very difficult.
hey im having a problem, i added a third submenu on one of the submenu but its displaying at the bottom of the first submenu like
home about history story <--this one is the third submenu, how can i get it to fall out like this
home about history story <--- im tryin to get it done but im not too sure if i have to add another set of code or just define it in one of the css code
THANK YOU!, THANK YOU!!, THANK YOU!!. I have been wanting to learn how to create dropdowns for sometime now but couldn't understand most tutorials and my mind would switch off.
Although it seemed complicated you somehow manage to make it easier to understand and interesting to follow by explaining what and why to did the following, so kudos for that and shall be looking for more tutorials that you may post. You the man!!
thanks for posting up this video but a problem i had was it was working perfectly on firefox but not safari and was wondering what could be the problem
everything worked out perfectly. Thank you very much. I have one question though. How do you get the menu in the middle? At the end you put your screen on pauze and when you come back your menu is in the middle. I would like to know how you do that.
@FiannaBeo work out the width of your menu including any borders then apply the width to the outermost div of the menu. Then set the margins on that outer div to auto:
Thank you very much!!! I am trying to make it fit on mobile devices. I know that on the mobile devices there is -webkit-box-flex: 1; to make sure it aligns on all screen. It is part of CSS3 and HTML5. Is there the possibility to make it fit according to the box flex effect? I have been trying, and I think it should be possible, but I do not know exactly where to implement this change, and if there are things I need to remove.
thanks for this tut, i've always carried this out through javascript but this is a much nicer way of approaching it! It's amazing what CSS can do now!
Hi, great tutorial. I am trying to use this styling with joomla's extended menu module. It assigns a class to each li tag called "mainlevel", and for the submenus (second level ul) the li tags have a "sublevel" class.
My problem is with current menu styling. The li tag that is currently selected has a "mainlevel_current" class. Whenever I try to style the mainlevel_current, ul li a all the other mainlevel ul li a styles get overriden.. how can I avoid this? any ideas?
I think you skipped the part where you center the nav menu. It seems like you centered it at the end when you pause to add all the links. Also, is there a way to make the nav menu stay on the top of the page all the time? My previous nav menu i had used position: fixed and that kept it on the top of the browser screen when you scroll down the page. I like your CSS menu and decided to change the website for that, but I can't figure out how to get the menu to stay up.
Good job with this tutorial. You were the most clear and most easy to follow. The menu looks great and works in all of the browsers I tried it on. Thanks! Great Job Also!
i did the menu as you did it but i got a gap between the menu and the drop down of about 5 pixels .. as soon as i reach for the drop down they dissapear again :S what can i have done wrong .. ive went over it 5 times looking at the video
@Pallepop909 That's unusual. Unless you send me a link I wont be able to tell for sure. But, there is the full code for the menu on the website. Go there and copy the code. - James
@Pallepop909 I had the same problem. Just go back into the CSS and go to the ID of navMenu ul ul and lower the "top" selection until the problem is gone. I did #navMenu ul ul {top:32px} and ran into the same problem so I lowered it back to 30 and it worked. Hope this helped, unless you've already figured it out.
@Pallepop909 Hi Pall, have you resolved this yet? Your problem is probably this : if you have that 5 pixel margin from the bottom, when the cursor comes into contact with white-space the hover rule is canceled, therefore your menu will disappear. Try to edit your bottom margin so that there is little gap.
Also what browser are you using? Id strongly recommend building in Firefox and using firebug to overcome platform errors, hope this helps!:)
I have made it, with five main links, but when i zoom out in the browser, the last of the main links drops down under the others, what am i doing wrong?
Dear James, I followed your tutorial completely and understood very well. I have one problem though. I want my drop down list not to wrap to the next line when I resize my browser. How do I do that?
@MrSchulzi1996 copy the code from the opening UL tag to the closing UL tag and that makes up 1 menu item with a drop down. for additional link items you just need to copy 1 opening Li tag
i have a problem with your code. i've made it 1:1 like you told it, but when i go with my mouse down the menu it all turn in blue!!!! i really don't know how to change it. please help me with that problem and answer me at renske96@hotmail.de
thx,
rené
ps: when you answer me, i send you my css document ; D
Hi, Just Wondering about the Compatibility with this and IE7, as I have followed the tutorial but the Nav bar will not show properly in IE7. It works Fine in IE8 and Google Chrome Etc but I cannot get it to work in IE7 for the life of Me. Any Help would be greatly appreciated, Thanks. Chris
@cooldevansh1 you have missed something in the tutorial, go to the website and search for the article of the same name as this video and copy and paste the code instead. - James
Instead of dreamviewer i typed it in notepad and saved it as html and css file.
it almost worked, but for some reason they go in vertical order instead of horizontal (the bar with products - products - products). Does anyone have an idea what I did wrong?
i'm still new on learning web page design, i quite enjoy this tutorial because the instruction given very clear and nice. just one question, after i finish all the step, how do i make the overall to be align in center when viewing in IE or firefox? can you teach me 1 or more options can be done beside creating a div#wrapper in my css there to make it center, thanks~
@muscleEVmass thanks for the tip! but i have a problem; when i then zoom out in my browser (i'm using firefox) the last main link in the menu snaps down under the others.. do you know how to fix that?
@muscleEVmass Hi friend I followed your tip...but it puts no exactly in the centre, so near. Im using Firefox.I try with another values to "width" like 620, 630 and was better. Best regards
@jamieball1991 when the menu is floated, if you add this menu to another page or add content below it, the content will float up too. by clearing both left and right, the page returns to normal and the content you place will be in the right position.
everything worked perfect for me, thank you so much! Now I'm just having problems centering the darn thing =( I searched the comment section and tried a couple different ways suggested, but they are not working for me =(
@DreamWeaverTutorial thanks for the speedy reply, though it didn't work, i tryied the way you told @dora877 and that didn't work either, will i send you my html and css style sheet?
Dude! part one you explain very nice. But in part two when I am copy and paste all the UL five times. It is coming one below another. I mean not coming in one line. r u using any extra tag for that.
@Naresh7080 you have missed some css syling along the way. go to my website and find the tutorial article of the same name. it had full code examples that you can copy and paste. - James
Thanks for this tutorial, and it helped me a ton. But all the drop down menus appear under all the images on my page. Is there a way for the drop down menu to go over everything?
@DreamWeaverTutorial It happens in all browsers. I've been searching for answers and other tutorials mention a z-index, but I'm not sure where to put that.
how do u move the table as a whole?
utkarsh12 2 days ago
hey, my menu is appearing vertically not horizontally?
utkarsh12 2 days ago
i have a problem, if i create a website under the menu and if i go on my dropdown menu it is under my website?!
what shall i do?
SMsype 5 days ago
@SMsype It depends on what is underneath the menu. Is it a flash element? If it is not a flash element then the solution will be different. If you have a position of relative set on a div just below it then it can affect the stacking order of absolutely positioned divs. I can tell you the solution but you need to send me a link to the page with the problems so I can diagnose it - James
DreamWeaverTutorial 5 days ago
@DreamWeaverTutorial thx, but i found the problem myself.
it was a div container set on relative. I delete that end i worked :)
And ur tutorial was so nice but one question i have is, how can i change the font-color of my dropdown menu like this that the color is first white and then if my mouse is on it black? would be nice if u could tell me ;) SMsype
SMsype 5 days ago
@DreamWeaverTutorial i got a weird problem where i cant change page when i use the menu. i have edited the <a href tag to the right html file but in the adress bar it only adds a "#" to the current location
NorwegianMinecraft1 6 days ago
@NorwegianMinecraft1 Don't forget that on the pages that the links to go you also need to put in the links on those pages for the menu too. That's why most people then create a dreamweaver template file (DWT) and create pages from that with the menu embedded. the other option is to create a php include.
DreamWeaverTutorial 5 days ago
Thank you.
Snaturlism 6 days ago
This little tag is what I've been searching for, for ages!!!
(br class="clearFloat")
Thanks so much!!
Aton488 1 week ago
<3
RaZoRndBLaDe 1 week ago in playlist Favorite videos
Hi. Thanks for this fantastic tutorial. I'm trying this out on a new webpage I'm building, but was wondering if there's a way I can make the drop down menu part transparent?
MiraiShiro 2 weeks ago
@MiraiShiro hi, yet you can with images or css. If you go the images route then you will need to create the background images in photoshop and save them as PNG24 with transparency. If you use Fireworks then save them as PNG32 with transparency. If you use CSS then you need to look up the code for ALPHA Transparency for the backgrounds that you use.
DreamWeaverTutorial 2 weeks ago
@DreamWeaverTutorial Thanks! I think I'm much more comfortable with photoshop. When I create the images, do you know how I can integrate it into drop-down menu? Do I just insert the image on top? Also (sorry for this torrent of questions, it's my first time with CSS), is there a way to make the first row (the buttons) a different width than the list that drops down? Thank you for your time and help!
MiraiShiro 1 week ago
@MiraiShiro You need to set the background width and height of the background image you are going to use. Wherever the background color is set for the menu is where you need to place those parameters. Where the background color is set, delete that and type background followed by colon and that will bring up a dialogue for you to browse for the image in dreamweaver. after the link to the image type 0 0 and end with the usual ; . the 0 0 sets the image to top left.
DreamWeaverTutorial 1 week ago
@MiraiShiro you could give each dropdown a class of its own and then set a width attribute for it. it might be a bit stubborn so override your css selector like this.
width: 100px !important;
DreamWeaverTutorial 1 week ago
How do I insert sub links to the first link items?
fizzywheezes 2 weeks ago
@fizzywheezes just put in the text and highlight it with your mouse then go to properties panel and type in the link.
DreamWeaverTutorial 2 weeks ago
Great Tutorial...I got the menu working in its own page call navmenu.html. How do I insert it into my webpages? I currently using yahoo site builder, but am in the process of rebuilding my site using dreamweaver. Do you have any experience with yahoo site builder or can point me in right direction.
cmarti826 2 weeks ago
@cmarti826 I am currently in the process of redesigning my website using dreamweaver and I did get the menu into my pages using dreamweaver. Will i be able to upload pages to yahoo web hosting after im finished? I imagine i should with no problem. I used in the past a form through google and it posts to google docs, could i make an email database registration through dreamweaver as well? I made a form but dont know how to make it post to an excel file or something.Thanks for any input
cmarti826 2 weeks ago
@cmarti826 Hello I have not used yahoo site builder but its HTML and css and every program or device will accept that i would imagine.
DreamWeaverTutorial 2 weeks ago
Brill. Great video. Very easy to follow. Thanks mate you.....
asasinz1 2 weeks ago
ps, be good to have a follow on where there are three or more levels of menus!
mags62ish 3 weeks ago
Excellent tutorials for the drop down menus. Thank you, James.
mags62ish 3 weeks ago
great tutorial. i've spent many hours moding menus i downloaded... next time i'll first search youtube for video tutorial. i got my own menu now and i know how to change it's properties. many thanks!
vykurpicus 3 weeks ago
how to i put the navagation bar in my website
shmulikgd 3 weeks ago in playlist סרטונים נוספים של DreamWeaverTutorial
These two tutorial are the best I have ever had the pleasure of following, thank you so very much, and if you ever need a recommendation just hit me up! Excellent!
AJflusher279 3 weeks ago in playlist More videos from DreamWeaverTutorial
Does this work in IE??
the
#navmenu ul li:hover ul {
visibility:visible;
}
does nothing for me in IE, but works in FF
mjrzasa 4 weeks ago in playlist More videos from DreamWeaverTutorial
How do i center the entire navigation menu? I tried putting center inside carrots and saying align: center in css, but nothing is working.
KodeLiMe 1 month ago
@KodeLiMe hi, I added the solution to the description for you - James
DreamWeaverTutorial 1 month ago
@DreamWeaverTutorial Thanks! This is by far the best drop down tutorial on YouTube. Very clear and you explain every step. Thanks for doing this!
KodeLiMe 1 month ago
Oh man! Great job!!
Thanks!!!!!
AllforDesign 1 month ago
Thanks for excellent tutorial
limatwo 1 month ago
Thanks Buddy! You save me.. :)
maazali47 1 month ago
Very nice And thanks.......................
umairajmal43 1 month ago
Comment removed
umairajmal43 1 month ago
Thanks.
SerpenTRyder 1 month ago
Thank you so much! This is a great tutorial... I had some trouble changing some stuff, but it was simple once I worked it out. Thanks :)
RyanteGamer 1 month ago
thanks for the tutorial man, its a "hash" symbol btw ;) hah
trollosaurs 1 month ago
@trollosaurs You are welcome and it has four names:
number sign
pound
hash
octothorpe
hahahahahhahahahahah!
This video explains it's use in web design:
/watch?v=XZ5TajZYW6Y
DreamWeaverTutorial 1 month ago
great one.
Novica89 1 month ago
very nice tutorial
farolito2009 1 month ago
how to link one sub-menu to another different sub-menus. i tried a lot but couldnt fix it. anybody help me pls.
sgeneralp 1 month ago
how to center it in ANSI ?
MrSouf36 1 month ago in playlist Meer video's van DreamWeaverTutorial
For the selector #navMenu ul li:hover ul li a:hover i used #navMenu li ul li:hover and got it to work, but im not certain if it was the right way of doing it. Can you let me know? Nice tute, thanks.
kanine5 1 month ago
tnx man because of u i decide how to do drop-down menu !
Games0IL 1 month ago
You had the menu centered in the middle of the page at the end but didnt explain how you did it! I would love to know as I have spent ages trying to do it!
Thanks.
carlo167 1 month ago
How do you margin:auto this to the center of the page?
JoeJimBlack 1 month ago
@JoeJimBlack
#div {
margin: 0 auto;
}
DreamWeaverTutorial 1 month ago
@JoeJimBlack do that to the outermost div
DreamWeaverTutorial 1 month ago
in firefox my menu shows in front of my flash image, however it doesn't in chrome and IE9 any ideas? Also anyway of using images for each hover rather than words. IE a picture of a house rather than "home".
SwapperzUK 1 month ago
@SwapperzUK try setting a higher z index on the menu to start and we will go from there. Do you have a link to the menu online?
DreamWeaverTutorial 1 month ago
Very nice tutorial!
bgammill 1 month ago
thank u thank u thank uuuuuuuu...........
Alanmarksman 1 month ago
great work friend :D
TheDesign4x 1 month ago
thanks for the vid
mutumbakenya 1 month ago
is there a CSS effect that will delay the hover?
MrChubib0 1 month ago
@MrChubib0 you need a transition effect. look up css3 transitions. I've been meaning to do that tutorial for a while now but haven't gotten round to doing it.
DreamWeaverTutorial 1 month ago
@DreamWeaverTutorial thnx for the quick reply :) great tut
MrChubib0 1 month ago
Nice stuff, thank you!
etraderx11 1 month ago
is there a way to make a menu in 1 file and then have every thing by 1 link or something else in a other file?
derkjna 1 month ago
Totally awesome, thnx a million!!!!!! Why are they teaching me this at lawschool???
mauce88 1 month ago
This is a great tutorial! Thanks!
Question: How do I get the menu positioned so that it sits 0px from the left side of the browser and 200px from the top?
Thanks
ambassadorgolfclub 2 months ago
This was great. The tutorial was explained wonderfully. The menu was not centered in a screen, but I went to his website and he shows how to center it in the comments. I do have a question about how how to lock them into place so when you resize the browser screen it doesn't rearrange them all to fit (because then it hides the tab links above it) but instead just makes the scroll bar appear.
BadWolf002 2 months ago
@BadWolf002 Nevermind, I figured it out!
BadWolf002 2 months ago
great video it helped me alot...but i have a problem(not working on IE 6) please help me in this
thanks
kkanimator1 2 months ago
@kkanimator1 don't worry about IE6, microsoft is forcing people to upgrade to ie9 in one weeks time. Noone will have ie6 anymore.
DreamWeaverTutorial 2 months ago
@DreamWeaverTutorial
Thank you very very much guy. I'm from Germany but the German tutorials are soo bad. At the other hand they use some templates etc. or they explain it very difficult.
DoctorWebmaster 2 months ago
This is an exelent tutorial. Is it possible to make a tutorial for a dropdown menu with 2 or 3 (at least 2) nested unnumbered lists???
71GA 2 months ago
How do you make links with the various buttons in the drop down menus?
Onkarjun 2 months ago in playlist Favorite videos
This is awesome! thank you very much
ffr3ak 2 months ago
hey im having a problem, i added a third submenu on one of the submenu but its displaying at the bottom of the first submenu like
home about history story <--this one is the third submenu, how can i get it to fall out like this
home about history story <--- im tryin to get it done but im not too sure if i have to add another set of code or just define it in one of the css code
please help
Snaketazzie 2 months ago
Really good job. This will be used with some changes :D
Mogumbow 2 months ago
THANK YOU!, THANK YOU!!, THANK YOU!!. I have been wanting to learn how to create dropdowns for sometime now but couldn't understand most tutorials and my mind would switch off.
Although it seemed complicated you somehow manage to make it easier to understand and interesting to follow by explaining what and why to did the following, so kudos for that and shall be looking for more tutorials that you may post. You the man!!
artjagman1 2 months ago
YES! this video so helped me :))) thanks a lot
scorpioniz 2 months ago
would you know how to make the font smaller so that I can fit more words in?
and by the way, thank you very very much! this is truthfully helpful! :)
PixterPro 3 months ago
@PixterPro
add: font-size:12px;
to the #navMenu ul li a{ ... or 10, 8 etc.
winkipinky 2 months ago
thanks for posting up this video but a problem i had was it was working perfectly on firefox but not safari and was wondering what could be the problem
MARIORDELEON 3 months ago
everything worked out perfectly. Thank you very much. I have one question though. How do you get the menu in the middle? At the end you put your screen on pauze and when you come back your menu is in the middle. I would like to know how you do that.
Thank you very much!
FiannaBeo 3 months ago
@FiannaBeo work out the width of your menu including any borders then apply the width to the outermost div of the menu. Then set the margins on that outer div to auto:
#divName { margin: 0 auto;
}
DreamWeaverTutorial 3 months ago
@DreamWeaverTutorial
Thank you very much!!! I am trying to make it fit on mobile devices. I know that on the mobile devices there is -webkit-box-flex: 1; to make sure it aligns on all screen. It is part of CSS3 and HTML5. Is there the possibility to make it fit according to the box flex effect? I have been trying, and I think it should be possible, but I do not know exactly where to implement this change, and if there are things I need to remove.
Thanks again for your fast reply!
FiannaBeo 3 months ago
@DreamWeaverTutorial can you please do a tutorial like this, but without any dropdown effects? I don't really have anything to put down there ^^
randomstuff6791 2 months ago
GREAT Tutorial, good speed, good sound and very helpful!!
Thanks.
winkipinky 3 months ago
thanks for this tut, i've always carried this out through javascript but this is a much nicer way of approaching it! It's amazing what CSS can do now!
ElusiveEdits 3 months ago
hi there, could you show how to do that on a horizontal menu please?
riphope76 3 months ago
I just started learning how to create a website and this video helped me a lot. Thanks for the tutoria!
jonathanbautista1984 3 months ago
Hi, great tutorial. I am trying to use this styling with joomla's extended menu module. It assigns a class to each li tag called "mainlevel", and for the submenus (second level ul) the li tags have a "sublevel" class.
My problem is with current menu styling. The li tag that is currently selected has a "mainlevel_current" class. Whenever I try to style the mainlevel_current, ul li a all the other mainlevel ul li a styles get overriden.. how can I avoid this? any ideas?
Denizar 3 months ago
You're highly detailed, and not hard to understand.
Thanks a ton man. Subbed for sure
D3MEDIAorg 4 months ago
i have IE8, how can i make it work there?
normaww 4 months ago
I think you skipped the part where you center the nav menu. It seems like you centered it at the end when you pause to add all the links. Also, is there a way to make the nav menu stay on the top of the page all the time? My previous nav menu i had used position: fixed and that kept it on the top of the browser screen when you scroll down the page. I like your CSS menu and decided to change the website for that, but I can't figure out how to get the menu to stay up.
imyxle 4 months ago
Good job with this tutorial. You were the most clear and most easy to follow. The menu looks great and works in all of the browsers I tried it on. Thanks! Great Job Also!
sunsetbusiness 4 months ago
The code works in Firefox fantasticly but not in IE9. The dropdown menus do not appear. Does IE9 not know position:absolute; Help
5woodlandway 4 months ago
Very informative tutorial. Much easier than reading :D
pew2007 4 months ago
hey how do you align into the center?
Aussiesurfbutt 4 months ago
This has been flagged as spam show
I am sorry...what is the purpose of clearfloat and display outline?
kaiwil17 5 months ago
Comment removed
kaiwil17 5 months ago
i did the menu as you did it but i got a gap between the menu and the drop down of about 5 pixels .. as soon as i reach for the drop down they dissapear again :S what can i have done wrong .. ive went over it 5 times looking at the video
Pallepop909 5 months ago
@Pallepop909 That's unusual. Unless you send me a link I wont be able to tell for sure. But, there is the full code for the menu on the website. Go there and copy the code. - James
DreamWeaverTutorial 5 months ago
@DreamWeaverTutorial i figured it out watching your video a 6th time :D But thanks for the quick respons .. Love your videos .. they help me ALOT
Pallepop909 5 months ago
@Pallepop909 I had the same problem. Just go back into the CSS and go to the ID of navMenu ul ul and lower the "top" selection until the problem is gone. I did #navMenu ul ul {top:32px} and ran into the same problem so I lowered it back to 30 and it worked. Hope this helped, unless you've already figured it out.
S4VN7 4 months ago
@Pallepop909 Hi Pall, have you resolved this yet? Your problem is probably this : if you have that 5 pixel margin from the bottom, when the cursor comes into contact with white-space the hover rule is canceled, therefore your menu will disappear. Try to edit your bottom margin so that there is little gap.
Also what browser are you using? Id strongly recommend building in Firefox and using firebug to overcome platform errors, hope this helps!:)
ElusiveEdits 3 months ago
Thanks For the Help. Really Needed It. Didn't Have any Problems. Thanks Again
TobyMastr 5 months ago
I have made it, with five main links, but when i zoom out in the browser, the last of the main links drops down under the others, what am i doing wrong?
MadsTheMagician 5 months ago
how can I expand the bar so it's 1024px wide and the text is centred?
joeldfisher 5 months ago
I am learning very much with your videos, thank you very much...! :-)
anndddrrrreeeeesssss 5 months ago
Lo estoy probando en el IE, Firefox y en el Chrome y se ve mal : ((
Ahora sestoy bajando el Safari
Saludos
Amadeogovoni 6 months ago
Thx. You rule... Now I possess the powaaaaaa.... a-ha-ha (evil laugh) o da! ^_^
ExecutiveDmitri 6 months ago
Dear James, I followed your tutorial completely and understood very well. I have one problem though. I want my drop down list not to wrap to the next line when I resize my browser. How do I do that?
Prankster330 6 months ago
how to make a further "Link Item" in a "Link Item"?
MrSchulzi1996 6 months ago
@MrSchulzi1996 copy the code from the opening UL tag to the closing UL tag and that makes up 1 menu item with a drop down. for additional link items you just need to copy 1 opening Li tag
DreamWeaverTutorial 6 months ago
@DreamWeaverTutorial I sent my codes per PM. Because there were to much letters to post it in the comment. Please read.
MrSchulzi1996 6 months ago
Comment removed
NunyoEffinBusiness 6 months ago
hello man
troglodyte3344 6 months ago
hey,
i have a problem with your code. i've made it 1:1 like you told it, but when i go with my mouse down the menu it all turn in blue!!!! i really don't know how to change it. please help me with that problem and answer me at renske96@hotmail.de
thx,
rené
ps: when you answer me, i send you my css document ; D
THEKING180490 6 months ago
@THEKING180490 Hi Rene, just go to the website and the look for the tutorial. All of the code is there so just copy and paste it. - James
DreamWeaverTutorial 6 months ago
TYVM!!!!!!!!!! u helped a lot.
alexilaiho1st 6 months ago
Awesome video..
rishabkapoor1 6 months ago
nice 5 star,s ***** super nice i love it
victorvk98 7 months ago
Really nice tutorial! Thanks!
zoopstud 7 months ago
hey , what if i want too upload a image instead of a color in the menu,,,,,,,,,, what do i do for that
oakali99 7 months ago
@oakali99 where the background color is set change it to url(location of image here); if you are using dreamweaver then you can browse for the image.
DreamWeaverTutorial 7 months ago
Hi, Just Wondering about the Compatibility with this and IE7, as I have followed the tutorial but the Nav bar will not show properly in IE7. It works Fine in IE8 and Google Chrome Etc but I cannot get it to work in IE7 for the life of Me. Any Help would be greatly appreciated, Thanks. Chris
3tasker1 7 months ago
headache!!!
MrFredzzz 7 months ago
how can i get the menu side by side its veritacal!!please help
cooldevansh1 7 months ago
@cooldevansh1 you have missed something in the tutorial, go to the website and search for the article of the same name as this video and copy and paste the code instead. - James
DreamWeaverTutorial 7 months ago
@cooldevansh1 Just copy everything inside of the #navMenu and paste! 0:04 Or maybe you missed something.. Just do it over then.
Thet3 7 months ago
@Thet3 i got the problem the tabs were very big in size that's why its not fitting in my website... anyways thanks for the reply!!!
cooldevansh1 7 months ago
what program are u using?
lilstaffie000 7 months ago
Hello.
Instead of dreamviewer i typed it in notepad and saved it as html and css file.
it almost worked, but for some reason they go in vertical order instead of horizontal (the bar with products - products - products). Does anyone have an idea what I did wrong?
googlewatcher 7 months ago
@googlewatcher check your code against the code on the website if you are having trouble following the video tut. - James
DreamWeaverTutorial 7 months ago
Comment removed
googlewatcher 7 months ago
Comment removed
googlewatcher 7 months ago
Comment removed
googlewatcher 7 months ago
yes, it worked :) I missed one semicolon
Though I have one other question:
I have to paste this html code in every (sub)page of my site, right?
googlewatcher 7 months ago
@googlewatcher hi yes you would need to place the HTML on each page but you can refer to the css by linking to it.
DreamWeaverTutorial 7 months ago
i'm still new on learning web page design, i quite enjoy this tutorial because the instruction given very clear and nice. just one question, after i finish all the step, how do i make the overall to be align in center when viewing in IE or firefox? can you teach me 1 or more options can be done beside creating a div#wrapper in my css there to make it center, thanks~
zhngyunfeng08 7 months ago
to center the menu add the following to your css sheet:
div#wrapper { width:760px; margin-left: auto; margin-right: auto;
}
thumbs up so everyone can see!
muscleEVmass 7 months ago 10
@muscleEVmass thanks for the tip! but i have a problem; when i then zoom out in my browser (i'm using firefox) the last main link in the menu snaps down under the others.. do you know how to fix that?
MadsTheMagician 5 months ago
#wrapper {
width:1000px;
margin-left: auto;
margin-right: auto;
}
works
5woodlandway 4 months ago
@muscleEVmass Hi friend I followed your tip...but it puts no exactly in the centre, so near. Im using Firefox.I try with another values to "width" like 620, 630 and was better. Best regards
Pdta: Would' be another method?
ivanchogc 3 months ago
Ah crap...never mind.*bangs head on keyboard*
DrMabuse2006 7 months ago
All works as it's supposed to except the extra buttons appear a line under the first one.
DrMabuse2006 7 months ago
outstanding work my friend!!! been trying to teach myself javascript so I could create the same effect you just taught me with css....Kudos!
AdrianSaneTV 7 months ago
What was the point of the clearFloat bit?
jamieball1991 7 months ago
@jamieball1991 when the menu is floated, if you add this menu to another page or add content below it, the content will float up too. by clearing both left and right, the page returns to normal and the content you place will be in the right position.
DreamWeaverTutorial 7 months ago
everything worked perfect for me, thank you so much! Now I'm just having problems centering the darn thing =( I searched the comment section and tried a couple different ways suggested, but they are not working for me =(
11creeh 8 months ago
@11creeh email me the files. ill send email address to your inbox - James
DreamWeaverTutorial 7 months ago
thanks so much, one question though!
How might i be able to center this?
This will help alot! thanks!
TheAvfcman1874 8 months ago
@TheAvfcman1874 wrap it in a div with an ID and set margin to the div like this...... margin:0 auto;
DreamWeaverTutorial 8 months ago
@DreamWeaverTutorial thanks for the speedy reply, though it didn't work, i tryied the way you told @dora877 and that didn't work either, will i send you my html and css style sheet?
TheAvfcman1874 8 months ago
@TheAvfcman1874 send it to my contact form - James
DreamWeaverTutorial 8 months ago
@DreamWeaverTutorial no worry i got it working :D
TheAvfcman1874 8 months ago
@TheAvfcman1874 ok got that message afterwares ;) - James
DreamWeaverTutorial 8 months ago
@DreamWeaverTutorial My link items arent centered with my main links why is this help pleaseee
mng95 8 months ago
@mng95 on the ul li a you need to set text-align:center; you maybe missed it in the tutorial.
DreamWeaverTutorial 8 months ago
Dude! part one you explain very nice. But in part two when I am copy and paste all the UL five times. It is coming one below another. I mean not coming in one line. r u using any extra tag for that.
Naresh7080 8 months ago
@Naresh7080 you have missed some css syling along the way. go to my website and find the tutorial article of the same name. it had full code examples that you can copy and paste. - James
DreamWeaverTutorial 8 months ago
thank you very much :)))
TEXperTfootball 8 months ago
Thanks for this tutorial, and it helped me a ton. But all the drop down menus appear under all the images on my page. Is there a way for the drop down menu to go over everything?
thanks!
mallettepagano 8 months ago
@mallettepagano what browser's does your problem occur in? Is it only one browser?
DreamWeaverTutorial 8 months ago
@DreamWeaverTutorial It happens in all browsers. I've been searching for answers and other tutorials mention a z-index, but I'm not sure where to put that.
mallettepagano 8 months ago
@mallettepagano I dont believe it happens in all browsers. show me a link.
DreamWeaverTutorial 8 months ago
@mallettepagano Ok I see, You didn't tell me you had a cycle plugin attached. Go to the CSS for your
#navMenu ul ul and then set a z-index of around 50 like this:
z-index:50;
DreamWeaverTutorial 8 months ago
how would you make it vertical?
flammin8ball 8 months ago
@flammin8ball turn your monitor on it's side to make it vertical
DreamWeaverTutorial 8 months ago 2
please help i cant move it to the center of the screen please look at my website and look at problem thanks, mafialand(.)net
PartyDoffy 8 months ago
@PartyDoffy wrap the menu in a div, give the div a set width using css and then set margin:0 auto;
DreamWeaverTutorial 8 months ago
when i hover over my menu i want the text im hovering over to be BOLD how can i do that, thanks
PartyDoffy 8 months ago
@PartyDoffy find the link hover - a:hover and set font-weight: bold;
DreamWeaverTutorial 8 months ago
@DreamWeaverTutorial ok thanks
PartyDoffy 8 months ago
GREAT tutorial - thank you for sharing.
Pileyrei 8 months ago
can't believe I spent ages coding this in javascript when I could just do it in css
willissteve0 8 months ago
Hi follow this tut and its works perfect on windows xp IE but on Ubuntu linux 64 11.04 the #navMenu ul il:hover ul { display : visible;
}
Section is not working on my firefox and chrome on ubuntu. Any ideas on a possible walkaround or method. Thanx
kaliburx 8 months ago