HTMLd窗代码

HTMLd窗代码,第1张

1.html代码

<body><a href="javascript:void(0)" onclick="window.showModalDialog('2.html','title','dialogHeight: 50pxdialogWidth: 80pxedge: Raisedcenter: Yeshelp: Nostatus:Noscroll=no')">d出窗口测试</a></body>

2.html代码:

<body>

谢谢点击

<br/>

<input type="button" value="确定" onclick="window.close()"/>

</body>

<!DOCTYPE html>

<html>

<head lang="en">

<meta charset="UTF-8">

<title>fixed</title>

<style>

*{

margin:0

padding: 0

}

.fixedMenu{

border: 1px solid #ccc

list-style: none

margin-top: -160px

position: fixed

right: 40px

top:50%

}

.fixedMenu li {

border-bottom: 1px solid #ccc

width: 80px

height: 80px

line-height: 80px

margin-bottom: -1px

text-align: center

}

</style>

</head>

<body>

<ul class="fixedMenu">

<li>1</li>

<li>2</li>

<li>3</li>

<li>4</li>

</ul>

</body>

</html>

提示:你既然有页面效果就可以用F12,打开调试工具,看源码。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7103677.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-01
下一篇 2023-04-01

发表评论

登录后才能评论

评论列表(0条)

保存