Hi everyone, I'm having a slight problem with rounded corners in IE and
need a little help.

I have added this property to my stylesheet but I am not getting the
expect behavior with IE. Here is the property:

#products {
width: 640px;
float: left;
border: 3px solid green;
background: #f9f9f9 url(../../images/product-bg.png) repeat-x;
margin-bottom: 10px;
padding-left: 5px;
position: relative;
zoom: 1;

-moz-border-radius-topleft: 20px;
-webkit-border-radius-topleft: 20px;
-khtml-border-radius-topleft: 20px;
border-radius-topleft: 20px;

-moz-border-radius-bottomright: 20px;
-webkit-border-radius-bottomright: 20px;
-khtml-border-radius-bottomright: 20px;
border-radius-bottomright: 20px;
    
behavior: url(include/styles/border-radius.htc);

}

I got the code and the .htc file for IE from a website, but either it
doesn't work, or I'm not doing something right. I suspect the latter.

-- 
Blessings,
David M.

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to