css - Down Arrow On Lists Within Lists -


i'm trying place down-arrow in navigation menu, if there li within li.

hover on shop link see i'm having difficulty - http://codepen.io/anon/pen/abucf

the arrow (or v demonstration purposes) should after shop tab, check out , my account, not inside it.

how able achieve in css?

thank you.

you're trying @ element check specific condition , style parent based on that.

css can't yet used style parent elements unfortunately.

your best bet add class onto each element want styled , way or physically place icon/img in each anchor tag requires it.

alternatively use javascript make happen.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -