I've got one, it might be because I'm tired (I hope so). I'm working on this site http://athiero.com/index.php, running 1.3.9h.
I'm working on the top navigation bar (the one with the gray gradient) and am looking to add a mega menu. I've been following along with this tutorial: http://blogs.sitepoint.com/make-a-me...u-with-jquery/
Everything was going fine until I added links to the Men's drop down. Now, there is a right-border 1px solid black after each link. I've tried getting rid of it several ways: calling border: 0, inline and other tricks; all of which are unsuccessful.
When I added a comma after (outside and after) the first link, "<a blah">Tops</a>, " and I inspect the code, I notice that quotes have been added to the comma and the space.
It seems to me that php is grabbing hold of the links I'm adding in this comment and adding the border. I want it to stop. Any help is greatly appreciated!
Thank you!


Reply With Quote
