CSS3 and PIE not working in IE 8

后端 未结 6 1370
梦谈多话
梦谈多话 2020-12-28 18:07

Im trying to demo CSS3PIE and it wont work in IE at all.

HTML:

 

         


        
6条回答
  •  暖寄归人
    2020-12-28 18:31

    adding: AddType text/x-component .htc - to the .htaccess file worked like a charm for me.

    The shorthand CSS property let's you control what corners to round or not.

    border-radius: 0 15px 15px 0;/*(top-left, top-right, bottom-right, bottom-left). */

提交回复
热议问题