<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>飘窗</title>
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.8.3.min.js"></script>
<style>
*{box-sizing:border-box;}
#roll{width: 180px;height: 150px;background: #f60;}
.piao{
position: absolute;
width: auto;
height: auto;
z-index: 9999;
}
</style>
</head>
<body>
<!-- 飘窗 -->
<div id="roll" class="piao">飘窗</div>
<script>
// 飘窗js
$(function() {
$( document ).tooltip();
});
var ggRoll = {
roll : document.getElementById("roll"),
speed : 20,
statusX : 1,
statusY : 1,
x : 100,
y : 300,
winW : document.documentElement.clientWidth - document.getElementById("roll").offsetWidth,
winH : document.documentElement.clientHeight - document.getElementByI
网站首页飘窗效果
最新推荐文章于 2024-01-18 17:04:29 发布