2010-11-26 6 views
2

Ich habe .htc verwendet, um abgerundete Ecke auf IE zu machen. Es funktioniert nur mit http, aber es funktioniert nicht im Modus https. Bitte hilf mir. Danke Hier ist mein Code:Laden kann .htc im Modus https

#main .sidebar .videos .grey-box { 
    padding: 5px; 
    margin: 5px 0; 
    border-top: 1px solid #000000; 
    border-left: 1px solid #000000; 
    border-right: 1px solid #6C6C6C; 
    border-bottom: 1px solid #6C6C6C; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px; 
    behavior: url(../border-radius.htc); 
    background-color: #BBB; 
    border: 2px inset; 
} 
+0

Ist '.htc' Datei auf Ihrem Server/Domain? – alex

+0

verhalten: url (../ border-radius.htc) – khanh

+0

die Datei .htc auf Antrag – khanh

Antwort