I am trying to add a left icon/image to each menu item in ux.menu. The best way to do that is to add an extra img element next to each link right? This isn't something that can be done via css since the right arrow is already done as a background image.
actually the right/down arrow is a <span> element with css classname "ux-menu-arrow".
and yes, you may add an <img> or another <span> to show the left icon/image.
Originally Posted by jchau
I am trying to add a left icon/image to each menu item in ux.menu. The best way to do that is to add an extra img element next to each link right? This isn't something that can be done via css since the right arrow is already done as a background image.