几种实用的JavaScript鼠标特效,在我们平时网页设计中,鼠标特效可以说是常常会用到,那么今天我们来讲讲通过JS代码实现一些实用的鼠标特效,希望对大家有用。......
2023-03-17 528 JAVASCRIPT 鼠标
javascript点击弹出窗口
新建html文档。
准备好需要用到的弹出图片。
书写hmtl代码。div id="testdiv"> div class="button" id="testclick1" style="display:none;">strong>Advanced Features/strong> - em>click here/em>/div> In vel /div> 低祝倘Lattis, auctor vitae, hendrerit vel, turpis. Pellentesque non metus./ div class="button" id="testclick3">strong>Auto-Hide/strong>救醒 - em>click here/em>/div> Lorem ipsrat. Duis tincidunt.//div>
书写css代码。body { font: 12px/1.4 Verdana, Arial; background: #eee; height: 100%; margin: 25px 0; padding: 0 }h1 { font: 24px Georgia, Verdana; margin: 0 }h2 { font-size: 12px; font-weight: normal; font-style: italic; margin: 0 0 20px }p { margin-top: 0 }ul { margin: 0; padding-left: 20px }#testdiv { width: 600px; margin: 0 auto; border: 1px solid #ccc; padding: 20px 25px; background: #fff }#tinybox { position: absolute; display: none; padding: 10px; background: #fff url(../images/preload.gif) no-repeat 50% 50%; border: 10px solid #e3e3e3; z-index: 2000 }#tinymask { position: absolute; display: none; top: 0; left: 0; height: 100%; width: 100%; background: #000; z-index: 1500 }#tinycontent { background: #fff }.button { font: 14px Georgia, Verdana; margin-bottom: 10px; padding: 8px 10px 9px; border: 1px solid #ccc; background: #eee; cursor: pointer }.button:hover { border: 1px solid #bbb; background: #e3e3e3 }
书写并添加js代码。script> T$('testc lic k1').on click = fun ction(){TINY.box.sh ow('adv anc ed.ht ml',1,300,150,1)} /script>
代码整薪码体结构。
查看效果。
以上方法由办公区教程网编辑摘抄自百度经验可供大家参考!
标签: JAVASCRIPT
相关文章
几种实用的JavaScript鼠标特效,在我们平时网页设计中,鼠标特效可以说是常常会用到,那么今天我们来讲讲通过JS代码实现一些实用的鼠标特效,希望对大家有用。......
2023-03-17 528 JAVASCRIPT 鼠标
如何开始学习javascript,html是网页的内容,c是网页的格式,h是网站的后台,j是网站的前端,那么如何学习j,才能高效?......
2023-03-17 256 JAVASCRIPT