div 悬浮框显示数据
各位大神我做了一个DIV的悬浮框怎么样才能是数据库的数据在悬浮框中显示出来的求指教语言是JAVA悬浮框如图...
各位大神 我做了一个DIV 的悬浮框 怎么样才能是数据库的数据在 悬浮框中显示出来的 求指教 语言是JAVA 悬浮框如图
展开
1个回答
展开全部
可以使用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>
<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>
追问
大哥 好好看下问题好吗 悬浮窗口 做出来了 我现在需要的是把数据库里的动态参数在悬浮窗里显示出来
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询