robwob209 / curved-corner

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

IE8 dont work with ul elements and it show a black border with compatible-mode #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I am developing a spanish website that uses border-radius.

I try that looks the same in all browsers, but I cant because boder-radius
dont work.

I add the MIME types on CPanel.

This is my web: http://acquafarma.net/online/

The left menu uses a Mootools script called MenuMatic that use border-radius

The code is here: http://acquafarma.net/online/css/MenuMatic.css

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {    
    /*border around submenu goes here*/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-color:#d2e0ea;
    border-radius: 8px;
    behavior:url(border-radius-ie8.htc);
    /*-ms-border-radius:8px 8px 8px 8px; */
    background:#d2e0ea; 
    border:1px solid #21942c; 
    left:0;
}

This dont work, but inline border-radius on center panel is working with
black border. I put border-color attribute but it dont work yet.

With Firefox 3.5 you can see the right behaviour, but dont with IE8.

Original issue reported on code.google.com by shaka...@gmail.com on 27 Aug 2009 at 6:33

GoogleCodeExporter commented 9 years ago
A new htc file is avaialble. Please check and revert back if the issue is still 
there

Original comment by rahnas on 18 Nov 2009 at 4:03

GoogleCodeExporter commented 9 years ago
I uploaded the new htc file. The same behaviour. So it don't fixed yet (I dont 
know
how to revert the bug state, for me don't seems to be changeable.

Original comment by shaka...@gmail.com on 18 Nov 2009 at 8:03