Blogger Information
Blog 13
fans 0
comment 0
visits 10460
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
用固定定位实现qq客服效果(只做了图片,未用超链接)
PHPer博客
Original
546 people have browsed it

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>用固定定位实现qq客服效果</title>
    <style>
        body{
            height:2000px;
        }

        div{
            position: fixed;
            right: 0;
            top:300px;
        }
    </style>
</head>
<body>
<div><img src="static/images/qq.jpg" alt=""></div>

</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:Uncorrected

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post