html - Sit .SVG graphic next to menu text -
basically i'm creating spry menu, can't seem 10x10px image sit next menu item. photoshop ex:
without seeing code, impossible know how you're trying implement it. however, these types of icons it's easier use font-awesome. here jsfiddle of being easy implemented font-awesome. http://jsfiddle.net/jfgve/448/
<a class="navlink"> design <i class="fa fa-angle-down"></i> </a> @import 'http://fortawesome.github.io/font-awesome/assets/font-awesome/css/font-awesome.css'; .navlink { font-family: verdana; font-size: 40px; font-weight: 100; } .navlink { font-size: 30px; }
Comments
Post a Comment