css垂直水平居中代码

作者:袖梨 2022-06-25





<a href="http://www.111com.net/cssdiv/css.html" target="_blank">css</a>垂直水平居中代码






div居中的完美解决方案! (水平垂直居中)
1,关于居中使用css为:position:fixed;left:50%;top:50%;margin-left:width/2;margin-top:height/2;
对于ie6,只能把position:改成absolute;

 

 

相关文章

精彩推荐