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: example

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

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -