我试图让我网站工作区的投资组合图像无间隙地齐平。现在每张图像下面有大约3px的间距。我认为它包含div.work_thumb
导致它,但我不确定。
我不想为所有事情设定特定的高度。还有另一种方法让这些坐在同花顺的底部没有间距吗?
答案 0 :(得分:0)
在style.css
中你有这个规则(似乎是重置):
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
font-size:100%;
font:inherit;
padding:0;
border:0;
margin:0;
vertical-align:baseline; //change to top
}
从baseline
更改为top