好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

初学HTML/CSS:图片如何在DIV中的垂直居中,文字与DIV中的间距如何消除_html/css_

本帖最后由 u013097499 于 2013-12-10 16:40:40 编辑

问题1.图片无法和文字对齐

问题2.设置了hover属性background-color:#CCC 效果如图

我希望设置成:



    	body {		margin:0;		}	.softtext {		margin:0;		color:#109010;		border-left:5px;		}	.softtext:hover{		position:relative;		color:#F06030;		background-color:#CCC		}	.header {		background-color:#9CF;		font-size:14px;		height:23px;		line-height:23px;		}	a:link{		text-decoration:none;		}   无标题文档   

把XXX设置为主页

查看更多关于初学HTML/CSS:图片如何在DIV中的垂直居中,文字与DIV中的间距如何消除_html/css_的详细内容...

  阅读:38次