Using a transparent image as an icon fallback
Sometimes designs contain button styling that is difficult to create with CSS alone. The “official” way of dealing with this is to either use an image button (<input type=”image” src=”button.png” alt=”Ok” />) or put the image in a button element … Continue reading
Posted in Blog
Comments Off on Using a transparent image as an icon fallback