Forums / Templates, Stylesheets, Page Layout / Interesting behavior…

Interesting behavior…

Results 1 to 2 of 2
09 Jun 2011, 05:13
#1
hermes369 avatar

hermes369

New Zenner

Join Date:
Dec 2006
Posts:
74
Plugin Contributions:
0

Interesting behavior…

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-mega-drop-down-menu-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!
09 Jun 2011, 05:19
#2
hermes369 avatar

hermes369

New Zenner

Join Date:
Dec 2006
Posts:
74
Plugin Contributions:
0

Re: Interesting behavior…

Found it, it was an inherited background image. I can't clear it from within the stylesheet, unfortunately. Looks like I'll be pasting background-image: none; a whole bunch.

I think this is mostly a sign that I need to go to bed!