-1

enter image description here

I need this divider (background) only for parent li-s, nothing else.

But getting in all child li's.

http://jsfiddle.net/rx8Mj/5 Hover on projects menu. You'll see what I'm talking about.

heron
  • 3,337
  • 22
  • 73
  • 142

1 Answers1

1
.sf-menu > li a{ background: image}

to

.sf-menu > li > a{ background: image}

http://jsfiddle.net/rx8Mj/6/

Justice Erolin
  • 2,674
  • 18
  • 18