css - SVG fill and link not working -


here's html:

<a href="#"> <object type ="image/svg+xml" class="dribbble"  data="img/dribbble.svg"></object></a>      

and here's css:

.dribbble{ fill: #ffffff; width: 40px; height: 40px;} 

i saved svg fill in illustrator, went svg code , deleted fill. however, white fill have in css isn't showing @ all, , icon showing black. it's supposed link, , unclickable


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -