Creating Shadow Effects Using CSS
Introduction: Shadow Effects are creating somekind of 3D effects in ours webpage.We can easily create shadow effect using CSS IE filter: attribute. Main: Just we are going to use builtin opacity CSS graphics,and its available in IE,mozilla,Firebox but different way. In IE, style=”filter: alpha(opacity= 50)” In Mozilla/Firebox, style=”mozopacity:0.5″ In Opera, style= “opacity:0.5″ These 3 CSS [...]