1.网页中让整段文字左右对齐
text-align:justify; text-justify:inter-ideograph
2.层透明在IE和FF下的区别
filter:Alpha(opacity=30); //IE下 -moz-opacity:0.3; //FF下
This post is password protected. Enter the password to view comments.