Welcome to Delicate template
Header
Just another WordPress site
Header

让悬浮居中。

5月 7th, 2013 | Posted by 无 名 in css | 兼容

如何让a标签占据一行且居中。如何让ul无序排列悬浮居中。

用display:inline-block;

body { text-align:center;}
ul { display:inline-block; _display:inline; zoom:1;}  
li { float:left; font-size:12px;}

You can follow any responses to this entry through the RSS 2.0 Both comments and pings are currently closed.