Programming in CSS Way

June 22, 2008 by hejian

Transparent:

opacity:0.4; filter:alpha(opacity=40);

Make it center:

.parent { position:relative; } .notice { position:absolute; width:200px; height:100px; left:50%; top:50%; margin-top:-50px; margin-left:-100px; }

Leave a Reply

You must be logged in to post a comment.

Wordpress template made by HeJian