css - How can I add border radius and drop shadow for IE8? -


is there anyway ie8?

    -moz-box-shadow: 0px 0px 14px #585858; /* ff3.5+ */     -webkit-box-shadow: 0px 0px 14px #585858; /* saf3.0+, chrome */     box-shadow: 0px 0px 14px #585858; /* opera 10.5, ie 9 */      -moz-border-radius: 6px;     border-radius: 6px; 

you can css3pie. adds rounded corners, drop-shadow , gradient background support ie.

hope helps !


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -