internet explorer 8 - CSS3 PIE not showing rounded corners in IE8 mode within IE11 -
i'm not getting rounded corners in ie8 mode within ie11. i've tried both relative , absolute paths, , neither work. pie.htc file in same folder html file. i'm running on jetty , don't have .htaccess file. pie.htc file can loaded without problem using http://localhost:8383/various_forms2_less/pie.htc
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <style> span.command_link_buttoned { background-color: #96afcf; display: block; width: 130px; height:30px; position:relative; border-radius: 5px; behavior: url(pie.htc); /*behavior: url(http://localhost:8383/various_forms2_less/pie.htc);*/ } </style> </head> <body> <span class="command_link_buttoned"> button </span> </body> </html>
Comments
Post a Comment