摘要:
鼠标点到左边的哪种颜色的小矩形,自动滚动到哪一部分。 <!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: 阅读全文