aspx ページでこのパスの css を使用しています。
<link href="Styles/960.css" rel="stylesheet" type="text/css" />
<link href="Styles/style.css" rel="stylesheet" type="text/css" />
FF と chrome では正常に動作していますが、IE 8 では css が読み込まれません。
IE で localhost:9133/styles/style.css を使用しようとしましたが、css が読み込まれて開かれました。
:focus {/* remember to define focus styles! */
outline: 0;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a img {
border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
@font-face {
font-family: "homenaje";
src: url('fonts/Homenaje-Regular.ttf') ;
}
解決策を教えてください。