JorgeM commented: Thanks for catching that error! +11
heydaniwebbers commented: :) +0
,profile,member posts,community,member,user,poster,contributor,blogger,author,writer">
foe->pandas!
Free time is when you go to bed...
Well... you figured it out, so it wasn't a waste of efforts :)... It's the whole idea of this site! To learn from mistakes, ideas, references, etc.!
Mark this thread solved and give points if this thread has been answered!
Here is a bunny:
(\/)
( '.')
c('')('')
If you want to become a mod for this site... what are the requirements?
okay... then that'll make sense... in a way...
... then wouldn't all of them be yellow?
That makes much sense!
Your welcome :)
Remember... it's prefered not to use someone else's code, you reference them, just don't use them because you don't what mistakes/things they put in there that you don't understand!
Feel free to ask additional quesitons :)
Did you customize yours?
It says Team Colleague?
You may mark this solved and give points if this solutions satisfies your needs : )
JorgeM, you should update your css file from the link you provided earlier in this thread... Read my above reply on what happened :)
Alright I finished this menu for you. Here you go:
HTML
<ul id="navbar">
<li><a href="#">Gender</a>
<ul>
<li><a href="#">Male</a></li>
<li><a href="#">Female</a></li>
</ul>
</li>
<li><a href="#">Home Decor</a>
<ul>
<li><a href="#">Furniture</a></li>
<li><a href="#">Home Accessories</a></li>
</ul>
</li>
<li><a href="#">Beauty</a>
<ul>
<li><a href="#">Bath and Body</a></li>
<li><a href="#">Hair Care</a></li>
</ul>
</li>
<li><a href="#">Gourmet Food</a>
<ul>
<li><a href="#">Specialty Items</a></li>
<li><a href="#">Sweets</a></li>
</ul>
</li>
</ul>
CSS:
<style>
ul#navbar {
padding:0px;
margin:0px;
width:420px;
list-style:none;
position:relative
}
ul#navbar ul {
position:absolute;
left:0;
top:100%;
display:none;
padding:0px;
margin:0px
}
ul#navbar li {
display:inline;
float:left;
position:relative
}
ul#navbar a {
text-decoration:none;
padding:10px 0px;
width:100px;
background:#666666;
color:#ffffff;
float:left;
text-align:center;
border:1px solid #ffffff;
}
ul#navbar a:hover {
background:#cccccc;
color:#333333
}
ul#navbar li:hover ul {
display:block;
}
ul#navbar ul a {
width:150px;
}
ul#navbar ul li {
display:block;
margin:0px
}
</style>
Now the reason why JorgeM's code didn't work was because one of the id's wasn't done right. In his css he did ul#nav
when it should be ul#navbar
.
I hope this helps you and please stay away from the habit of someone else doing your work for you :)
Use your browser's web development tools... firebug is prefered
That could be the answer... unless Dani has a solution...
Or the amount of articles in them... i noticed that the grey folders have less than 10,000...
I am now number 1!!! Now he is number 2! i have prevailed and made a milestone on Daniweb... I took a mods crown for today :)...
Aren't you a mod/admin?
But what I am saying is that normally i come in second place right after your two...
Your number 11....
Please don't consider this post ridiculous though... its based off of curiousity :)
I am considering buying clothes/shoes, some apple stuff, some things from game stop, books, equipment, etc. (i have a big budget for a high school freshmen... :))
Black Friday is coming up... and I am curious who is going to be participating? If so what will you guys be considering purchasing?
I noticed on the home page that there are folders for different categories and languages... and some display yellow and a few are gray... why is that?
And don't say this question is ridiculous.... i am curious!!
I always come right behind HappyGeek and Ancient Dragon.... always second place! :)
How often do you guys show up in the "Top Members by Activity Points Today".... Do you guys show up there daily, often, sometimes, rarely, never?
Just a curious quesiton.
I also noticed that you posted this twice.... it's not going to help you very much! So don't post twice!
Post your code, so we can assist you!
The odds of someone writing the code for you for free is very slim.... even pros like Ancient Dragon would do it in like 1 min but he will not do it for free... so think about it :)
I prefer Apple MacBook Pro if you were going to ask me :)
Well i can't see the toshiba link... so i am going to go with DELL... even though they are losing their edge to Apple's mac books....
Do you have any code that you have tested? Because the odds of us doing it for is slim rather than us assisting you in building it...
Incase you make a third account and call your self Ttam Lekniwhom.... welcome... :/
firstPerson... we are so similar! Except i also like money :)!
I am thinking about studying about mobile development... and I want to get an editor for the iPad. I thought about DietCoda, Koder, Gusto, or textastic... what is the most prefered choice out of all of them? Probably DietCoda since it is the updated version of coda 2?
And if there is any apps that will help with development please mention them so i can consider purchasing them :)...
(please don't tell me to do my own research... I am! ;) )
You don't happen to have another account dont you?
I will make time to rebuild it for you
show me what you have as of so far.
Work on what service you are providing, maybe a competitor is eating up all the sales...
Dave's, your news posts are very resourceful and quite accurate!
I am not surprised if someone is bullied from a social media... It's there faults for getting too involved... I am a high school freshman and i am used to seeing students on social medias while teachers teach their lessons...
This post is really helpful :)
Please tell me if that solves your issue
Notice in your CSS... You forget semi colons after almost every single place it requires semi colons.
Okay.... I hope you have noted this about your code... But you are missing semi colons
Can you show me what you have tried?
Well, what have you tried... I will make some time to create this for you (just not this instance...)
Well... What is in those variables... They could be the issue since we can see all of the code...
I found that link with one google search btw...
Here is an example...
http://www.devinrolsen.com/pure-css-horizontal-menu/
Try following it, you will catch the error