hl-web / curved-corner

Automatically exported from code.google.com/p/curved-corner
0 stars 0 forks source link

New to webprogramming, Cant get the code to work in IE8 #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi I don't know where else I should so i'll put the problem here. im sure you 
can help me sort out the problem.

I've downloaded the .htc file and put it in the directory of /mysite

In have no codes in the html, insteaad i refered the css to my /style.css
in my style.css the codes looks like this:

.rounded-corners {
    font-family: Verdana, Geneva, sans-serif;
    background-color: #FFF;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    behavior: url(border-radius.htc);
    }

It worked on other browser except on IE8 can you pls explain to me how I did 
wrong?
thx

Original issue reported on code.google.com by Bennon.p...@gmail.com on 13 Dec 2010 at 1:17