html - Create an image button that allows you to only click the non-transparent part -


i have wierdly shaped image on photoshop file. made background transparent. made file image button on website. problem can still click transparent part of image when on site. want able click part isn't transparent image button. have tried html mapping did not work me because when clicked portion have mapped blue line comes annoying.

any tips extremely helpful. have been stuck on issue few days

here link image created: http://picpaste.com/thebestthingever-s3llpupk.jpg

the blue line appears, sounds dotted line when button has focus. if problem, can solve using bit of code :focus { outline: 0; -moz-outline-style: none; }


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -