简体   繁体   中英

Rollover effects on website

I have a website and will like to implement rollover popup effects on it. However, I do not wish to use javascript and flash. What other options do I have?

You can use pure css. Hover.css

1.Include hover css file

<link href="css/hover.css" rel="stylesheet" media="all">

2. Add classes to your element/button

<a href="#" class="button float">Checkout</a>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM