Hey guy's, i'm trying to add sub menu's on my website for other buttons that are in my css menu, and it's not allowing me to <ul>/li<ul> below the main menu button. visit www.torchmod.com , i'm trying to add buttons or submenus to each button .
They appear to work under "Classes".

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Found the code with the .first class, but it appears in several other lines of code, do I have to replicate all of it or is there an easier way?
Give it a try. Replicate what your seeing under classes on a copy of your page so you can start over if you break something.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
This is my HTML code, but the CSS is far beyong my level 

<li class="first"><a href="index.html">Home</a></li>
<li><a href="http://torchmod.coffeecup.com/EPICOVERHAUL.MOD">Download</a></li>
<ul>
<li class="first"><a href="">Warrior Monk</a></li>
</ul>
<li><a href="http://torchmod.coffeecup.com/EPICOVERHAUL.MOD">Download</a></li>
<ul>
<li class="first"><a href="">Warrior Monk</a></li>
</ul>
*beyond, sorry i'm on my laptop now. I'm just thinking that maybe I can add the HTML instead of playing around with the CSS, since I see that it's structure is all similar, this is what I see totally in HTML..
<div class="menu">
<div class="center">
<ul class="menu-menu">
<li class="first"><a href="index.html">Home</a></li>
<li><a href="http://torchmod.coffeecup.com/EPICOVERHAUL.MOD">Download</a></li>
<li><a href="http://docs.runicgames.com/wiki/Main_Page">GUTS</a></li>
<li><a href="links.html">Links</a></li>
<li>
<a href="contact.html">Classes</a>
<ul>
<li class="first"><a href="ninja.html">Ninja</a></li>
<li><a href="myrmidon.html">Myrmidon</a></li>
<li><a href="witch.html">Witch-Hunter</a></li>
<li><a href="demon.html">Demonologist</a></li>
<li><a href="beast.html">Beastmaster</a></li>
<li><a href="mhi.html">Monster Hunter</a></li>
<li><a href="sam.html">Samurai</a></li>
</ul>
</li>
<li><a href="http://epochmod.proboards.com">Forums</a></li>
<li><a href="tut.html">Tutorials</a></li>
</ul>
</div>
</div>
<div class="center">
<ul class="menu-menu">
<li class="first"><a href="index.html">Home</a></li>
<li><a href="http://torchmod.coffeecup.com/EPICOVERHAUL.MOD">Download</a></li>
<li><a href="http://docs.runicgames.com/wiki/Main_Page">GUTS</a></li>
<li><a href="links.html">Links</a></li>
<li>
<a href="contact.html">Classes</a>
<ul>
<li class="first"><a href="ninja.html">Ninja</a></li>
<li><a href="myrmidon.html">Myrmidon</a></li>
<li><a href="witch.html">Witch-Hunter</a></li>
<li><a href="demon.html">Demonologist</a></li>
<li><a href="beast.html">Beastmaster</a></li>
<li><a href="mhi.html">Monster Hunter</a></li>
<li><a href="sam.html">Samurai</a></li>
</ul>
</li>
<li><a href="http://epochmod.proboards.com">Forums</a></li>
<li><a href="tut.html">Tutorials</a></li>
</ul>
</div>
</div>
Eric, do you want me to look within the html file or the css file? I'll replicate what I see, but sometimes the css is weird and won't show up unless I actually upload it to the site.
Just mess with the html for now adding the additional code to create the drop downs under the other top buttons. Look at what was done for the classes drop down and copy that. Remember stay with one until it works then tackle the rest. Baby steps so you learn what to change and don't get frustrated. As you make changes save your page as a new page and publish it. I do this all the time when I'm trying to write some of the php scripts that I'm working on. My first page might be test.php then I'll make a change and save it as test2.php and publish. If it works then I move on to the next step and save as test3.php and so on until I get to the full version that I like then save it as it's final name. I always save a backup copy of my existing pages before working on them so I can always go back to it if I don't like what I did. Take your time Matt and learn not only what you did to make a change but why you did.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Ok Eric i'll slow down and take my time, i'll rewrite the code on a separate page to see what happens. However I think I can't figure out the CSS
. I'll try though! Thank you for helping me


You don't have to rewrite the code just save the page under a new name.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.