Pages

Monday, November 21, 2011

HTML Css Tricks


filter:alpha(opacity=50); --->this code for IE browsers

*****************************************


.clearfix:after {

   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

*****************************************