Nueykolqdzxdl
New Member
The top navigation of this page is what I'm working on: http://www.envisionforce.com/newsletter/For some reason there's a drop down menu showing when you hover over the navigation which I need to remove from this page.This is the code used for the top navigation:\[code\]<div class="menu-main-menu-container"><ul id="main_menu" class="nav"><li id="menu-item-22" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-22"><a href="http://www.envisionforce.com">HOME</a></li><li id="menu-item-1966" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1966"><a href="http://www.envisionforce.com/build">SERVICES</a></li><li id="menu-item-2160" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2160"><a href="http://www.envisionforce.com/seo-resellers/">RESELLERS</a></li><li id="menu-item-2159" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2159"><a href="http://www.envisionforce.com/affiliate-program/">AFFILIATES</a></li><li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="http://www.envisionforce.com/contact-us/">CONTACT</a></li></ul></div>\[/code\]I'd really like to stay away from editing the CSS file itself. Is there any way I can fix this in just the above code with inline CSS? If not possible, the solution to fixing it in the CSS file would be very welcome