Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- IE8 outputting from localhost VS outputting live from server


henry0 - 3:31 pm on Mar 23, 2012 (gmt 0)


I try to fight IE8 non css3 compliance to border-radius
by using PIE.htc
I have a machine running XP and IE8 displaying the rounded corners perfectly. if I use any other machines running Wins7 and any browsers, indeed, it works fine.

if I upload it and try IE8 outputting from my server then it does not work.

I know IE8 does not support rounded corners however when using PIE it should work as it works on my local IE8
any thoughts?

.round_box {
border:2px solid #a1a1a1;
padding:10px 35px;
margin-left:2px;
width:763px;
background:#f7f7f7;
position:relative;
border-radius:25px;
behavior: url(/PIE.htc);
}


Thread source:: http://www.webmasterworld.com/css/4432607.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com