First, let’s take a look at the effect:
The principle of realizing this effect is very simple: as long as you master css3 animation and transition related Knowledge is enough, no js code is needed;
(recommended tutorial: CSS introductory tutorial)
HTML code:
<div> <ul id="list"> <li > <a href="">国际美妆抢先看</a> <img src="/static/imghwm/default1.png" data-src="images/1.jpg" class="lazy" / alt="How to achieve picture drawer effect with css" > </li> <li> <a href="">女神标准大讨论</a> <img src="/static/imghwm/default1.png" data-src="images/2.jpg" class="lazy" / alt="How to achieve picture drawer effect with css" > </li> <li class="select"> <a href="">吃货也能越吃越瘦</a> <img src="/static/imghwm/default1.png" data-src="images/3.jpg" class="lazy" / alt="How to achieve picture drawer effect with css" > </li> <li> <a href="">连衣裙抢头条</a> <img src="/static/imghwm/default1.png" data-src="images/4.jpg" class="lazy" / alt="How to achieve picture drawer effect with css" > </li> <li> <a href="">宫三女主美妆对决</a> <img src="/static/imghwm/default1.png" data-src="images/5.jpg" class="lazy" / alt="How to achieve picture drawer effect with css" > </li> </ul> </div>
CSS code:
*{ margin:0;padding:0; } ul{ list-style:none; } a{ font-size:16px;text-decoration:none;color:#666; } div{ width:300px;margin:20px auto; } #list li{ line-height:40px;height:40px;background:#efefef;text-indent:1em; margin-bottom:3px;overflow:hidden;-webkit-transition:height 0.3s ease;-moz-transition:height 0.3s ease-ms-transition:height 0.3s ease;-o-transition:height 0.3s ease;transition:height 0.3s ease;} #list li img{ width:300px;height:200px;} #list li:nth-child(1){height:240px;background:#F36;} #list li:nth-child(1) a{ color:#fff; } #list:hover li{ height:40px;background:#efefef; } #list:hover li a{color:#666;} #list li:hover{ height:240px; background:#F36;} #list li:hover a{ color:#fff; }
For more programming-related content, please pay attention to the Introduction to Programming column on the php Chinese website!
The above is the detailed content of How to achieve picture drawer effect with css. For more information, please follow other related articles on the PHP Chinese website!

There's been a run of tools, articles, and resources about color lately. Please allow me to close a few tabs by rounding them up here for your enjoyment.

Robin has covered this before, but I've heard some confusion about it in the past few weeks and saw another person take a stab at explaining it, and I wanted

I absolutely love the design of the Sandwich site. Among many beautiful features are these headlines with rainbow underlines that move as you scroll. It's not

Many popular resume designs are making the most of the available page space by laying sections out in a grid shape. Let’s use CSS Grid to create a layout that

Page reloads are a thing. Sometimes we refresh a page when we think it’s unresponsive, or believe that new content is available. Sometimes we’re just mad at

There is very little guidance on how to organize front-end applications in the world of React. (Just move files around until it “feels right,” lol). The truth

Most of the time you don’t really care about whether a user is actively engaged or temporarily inactive on your application. Inactive, meaning, perhaps they

Wufoo has always been great with integrations. They have integrations with specific apps, like Campaign Monitor, Mailchimp, and Typekit, but they also


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 English version
Recommended: Win version, supports code prompts!

SublimeText3 Mac version
God-level code editing software (SublimeText3)