摘要:
jQuery鼠标悬停文字渐隐渐现动画效果 css样式 { margin: 0; padding: 0; } ul{ list style:none; } a{ text decoration:none; } .clear{ clear:both; } .kong{ width: 100%; heig 阅读全文
摘要:
之前看到网上有jQuery九宫格图片拉伸变大代码只可以动六张图片,我改了改做了九张图片都可以做的 css样式 / 九宫格 / .jiugong{ height: 100%; margin:0px 110px 0px 110px;/ 居中 / } .lest{ width: 100%; height: 阅读全文
摘要:
Javascript或jQuery做轮播图 css样式 阅读全文
摘要:
鼠标点到左边的哪种颜色的小矩形,自动滚动到哪一部分。 <!DOCTYPE html 页面滚动 body{ margin:0; } page1{ background:red; } page2{ background: orange; } page3{ background:green; } page 阅读全文
摘要:
方法一 <!DOCTYPE html Document { margin:0; padding: 0; } .box{ width: 400px; height: 250px; } .box0{ position: absolute; width: 100px; height: 100px; bac 阅读全文
摘要:
制作选项卡 css样式 选项卡 { margin: 0; padding:0; box sizing:border box; } .box{ position:relative; } li{ width: 100px; / padding: 20px; / height: 50px; border: 阅读全文