可以使用float元素进行实现该效果。代码实例如下:
<html>
<body>
<style type="text/css">
.div1{ width: 200px; height: 100px; background: red; float: left; }
.div2{ width: 300px; height: 350px; background: yellow; }
</style>
<div class="div1"></div>
<div class="div2"></div>
</body>
</html>
追问大哥 好好看下问题好吗 悬浮窗口 做出来了 我现在需要的是把数据库里的动态参数在悬浮窗里显示出来