摘要:
(涉及到swiper.min.js,swiper.min.css,记得导入这两个文件。) 两种样式: 1)标题 + 页数。 2)标题。 第一种:标题+页数。 <div class="swiper-container" id="swiper-container"> <div class="swiper 阅读全文
摘要:
完整版 function getInfo() { var s = ""; try{ s += " 元素的信息 " + "<br>"; s += " 元素左上角相对于 HTMLElement.offsetParent 节点的左边界偏移的像素值:" + document.body.offsetLeft 阅读全文
摘要:
在百度上搜了很多方法去修改HTML5 progress的样式,然而并没有实现。 所以自己用div实现了一个。 简单粗暴(*^-^*) 可以在CSS里改样式,可以JS里改进度。 阅读全文
摘要:
欢迎指点! 样式效果是一样的: 区别: 原理一(tabOne.html):多个html文件之间的跳转。(多个html文件) 可以通过 https://littlehiuman.github.io/17-tabMenu/tabOne.html 查看效果。 原理二(tab1.html): 显示隐藏某个元 阅读全文
摘要:
欢迎指点! 预览图: 可以通过 https://littlehiuman.github.io/08-Carousel/index-2.html 查看本页面效果。 还有另一种的效果:https://littlehiuman.github.io/08-Carousel/index.html。 代码在这里 阅读全文