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
Release: 2016-06-24 12:23:54
Original
1125 people have browsed it

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支持 */}
Copy after login

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template