nodebud 0 Report post Posted January 5, 2011 I'd like to make the nav bar transparent. http://www.solcantina.com.php5-17.dfw1-2.websitetestlink.com/ I haven't found the correct answer in the forum. Share this post Link to post Share on other sites
Kate 3 Report post Posted January 5, 2011 Hi Bryan - It looks like you have a lot of conflicting styles for the nav section, so my first recommendation is to get those cleaned up, and to get rid of what you're not using. In the meantime, you can add this: #primary-nav a{background:transparent !important;} #primary-nav li{background:transparent !important;} You may need to add it at the bottom of your styles until you get the others cleaned up. All the best, Kate Share this post Link to post Share on other sites
nodebud 0 Report post Posted January 5, 2011 Thanks Kate! Yes, I was expecting to be called out on my current mess in the nav bar css. Share this post Link to post Share on other sites
Kate 3 Report post Posted January 5, 2011 @Bryan lol Nice modifications, btw... Looks cool. Share this post Link to post Share on other sites
nodebud 0 Report post Posted January 7, 2011 @Kate, thanks again for your help. I've since cleaned up my css, and I've positioned my feature and nav bar correctly, but the code that made it transparent is also making the nav bar innoperable. I'm troubleshooting now. Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 7, 2011 It's not clickable, seems like a z-index problem based on some positioning you changed. Share this post Link to post Share on other sites
nodebud 0 Report post Posted January 7, 2011 Thanks Adam! I found the extra z-index: -1; that I had placed in there. Share this post Link to post Share on other sites