div 悬浮框显示数据

各位大神 我做了一个DIV 的悬浮框 怎么样才能是数据库的数据在 悬浮框中显示出来的 求指教 语言是JAVA 悬浮框如图

可以使用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>追问

大哥 好好看下问题好吗 悬浮窗口 做出来了 我现在需要的是把数据库里的动态参数在悬浮窗里显示出来

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答