I was trying to add a drop shadow to my current navigation.
I was successful with the drop shadow with the css, text-shadow: 1px 1px 1px #000; but it doesn’t give the underline a shadow.
I currently am using: #menu-main-menu { filter:drop-shadow(1px 1px 1px #000);} but it adds a drop shadow behind the drop down menu. Is there a better way to achieve this drop shadow only affecting the text and underline?
http://www.rocketboysolutions.com/Harrison/
Thank You