资源描述:
《css教程div垂直居中的n种方法(css tutorial div vertical central n method)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、css教程div垂直居中的n种方法(CSStutorialdivverticalcentralnmethod)Whenitcomestothisquestion,onemightask,isn'tthereavertical-alignpropertyinCSSthatsetsthecentervertically?Evenifsomebrowsersdon'tsupportme,IjusthavetodoalittleCSSHacktechnologyisfine!SohereIalsowindedtwo,C
2、SSisindeedavertical-alignattribute,butitisonlyforvalign(X)hasthecharacteristicsofHTMLelementswasbornEffectssuchas
, | ,,etc.intableelements,andelementssuchasand donothavevaligncharacteristics,sousingvertical-aligncannotaffordthemEffect3、。Relatedtutorials:divlevelcenteredNmethodOne,vertical,middleIfthereisonlyonelineoftextinacontainer,itisrelativelysimpletoimplementit.Weonlyneedtosetitsactualheightheightandtheheightofthelineline-heightequal.Suchas:{divHeight:25px;Line-height:25px;Overflow:hi 4、dden;}Thiscodeissimple,andlater,theoverflow:hiddensettingisusedtopreventthecontentsfromexceedingthecontainerorgeneratinganewline,sothattheverticalcenteringeffectisnotachieved.MoreCSSteachCheng.5、www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>singlelinetext,verticallycentered,Body{font-size:12px;font- 6、family:tahoma;}{divHeight:25px;Line-height:25px;Border:1pxsolid#FF0099;Background-color:#FFCCFF;} now,wewanttomakethistextcenteredvertically! |