HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

CSS ID in HTML

goomba

New member
Good day all, I am new here so forgive me if I this is a dumb question or is posted in the wrong area.

In short, I am quite new to CSS and have followed numerous on-line CSS learning courses, created my own fundamental style sheets and seem to have a good handle on this.

Here is my questio, in a them that I downloaded I have this is my html:
<ul id="top-menu" class="nav navbar-nav navbar-right mu-main-nav">

I can't find the ID="top-men" in any file anywhere in the theme (css, js, html). I'm trying to figure out what this is. I got all the other stuff figured out.

If I remove the ID, the menu just goes goofy so this is accessed somewhere. I've tried commenting out theme specific js files to see if that is where some code is that accesses that ID, but no go.

I was pretty sure that I had a good handle on this, but am missing something.

Can someone point me in the right direction.

Thanks all.
 
Back
Top