The layout problem of irregular picture walls encountered in the project is analyzed as follows: 1.img display: block; solve the 3px img tag bug 2. Set the height and width of img. Otherwise, the image below will appear. If the image above is loaded first, the image will be pushed down when it is loaded again. 3. Parent div position: relative; allows the image price to be relatively and absolutely positioned 4. Child span position: absolute; right: 5px; bottom: 5px; Let the price be absolutely positioned in the parent div 5. To achieve the effect, put the image div into a 3-column div The effect is as follows: Copy code The code is as follows:<div id=”main”></p> <p> <div class=”g1”></p> <p> <div class=”item”></p> <p> <img src=”” width=”” height=””/></p> <p> <span>Price</span></p> <p> </div></p> <p> …..</p> <p> </div></p> <p> <div class=”g2”></p> <p> </div></p> <p> <div class=”g3”></p> <p> </div></p> <p></div> |
<<: Implementing timed page refresh or redirect based on meta
>>: DHCP Configuration Tutorial in CentOS7 Environment
Table of contents Preface What is a filter How to...
Project Documentation Directory Div+CSS Naming Sta...
Log in to your account export DOCKER_REGISTRY=reg...
Table of contents Virtual DOM What is virtual dom...
Quick Start 1. Find the nginx image on Docker Hub...
Table of contents 1. Introduction II. Monitoring ...
Table of contents JS function call, apply and bin...
Use regular expressions to determine the IE browse...
Preface Since vue3.0 was officially launched, man...
Achieve resultsImplementation Code html <base ...
Docker installs mysql docker search mysql Search ...
These specifications are designed to allow for bac...
Description of the situation: Today, I logged int...
Table of contents background How does element-ui&...
Make an animation of the eight planets in the sol...