Home >Web Front-end >HTML Tutorial >How to make a picture flip button_html/css_WEB-ITnose

How to make a picture flip button_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:23:541126browse

Image css




Please tell me how to make the flip button in the above image.
is to use a transparent image as the background. It is also implemented transparently with CSS.

Reply to discussion (solution)

.btn{width : xxpx;height : xxpx;opacity : 0.25; /* firefox  chrome等 */filter : alpha(opacity=25); /* IE支持 */}

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn