artkit 0 Report post Posted February 4, 2011 I am trying to apply a background image to the main Nav Bar area. I want the individual menu items in the list to be tranparent so that the background image shows . Then I want the hover color to match the darkest shade in the background image . Like a dark grey. I already put in the background image. Here is the code I have so far. #nav_row{ background:url(http://www.fivelinedesigns.com/images/NavBar.png'>http://www.fivelinedesigns.com/images/NavBar.png)no-repeat} Do I need more positioning on this id selector. It seems like alot of the divs have inherited properties and that is where I get lost. I am CSS brain damage, but I learn quickly. Please help me. Thanks http://www.fivelinedesigns.com/ Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 4, 2011 `body #primary-nav ul.sf-menu li{background:none}` Let me know how close that gets you to your goals. Thanks, Bryan Share this post Link to post Share on other sites
artkit 0 Report post Posted February 4, 2011 That worked perfect Bryan. Thank you so much. You are a true Master. Share this post Link to post Share on other sites