最新回答 / _umbrella
我先说明一下 我没理解你的图片高度与宽度在哪设置的 内联样式 外联样式 还是通过html属性设置的 ?我在制作焦点图时一般把盒子的宽高设置为图片的宽高 而且在编程一开始就用多媒体软件把图片宽高设置好了
2017-08-19
已采纳回答 / _umbrella
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>页码的制作</title><style>/*在此定义相关CSS样式*/li{ list-style: none;}a{ text-decoration: none; color: black;}.news_main{ ...
2017-08-19
最赞回答 / 慕村7349194
<style type="text/css">*{margin:0px;padding:0px;}.top{ width:300px; background:#fff; padding-left:40px;}.top a{ color:#000; text-decoration:none;}.top li ul {padding-left:80px;}.top li ul li ul{padding-left:40px;}</style></he...
2017-08-18
最新回答 / 靠谁不如靠自己
.ad{ width:100%; height: 320px; overflow: hidden; position:relative;}.ad .pic ul >li img{ position:absolute; left:0;top:0; }话说为啥有ad还要加个pic
2017-08-16