ystm
[E-Mail]
2000/03/08(水) 02:47:05
IE4 for winで.cssファイルの効果がまったく現れなくて困っています。ちなみにIE5だと、狙い通りの表示ができています。どこか記述方法に誤りがあるのでしょうか?ご教授戴けると大変ありがたいです。
htmlファイルからの.cssファイルの呼び出しは、
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
.cssファイルとしてはこんな感じです。
.title{
font-family:MS ゴシック,Osaka-等幅;
font-size:1.6em;
line-height:150%;
letter-spacing:-0.8px;
}
.normal{
font-family:MS ゴシック,Osaka-等幅;
font-size:1em;
line-height:120%;
letter-spacing:-0.5px;
}
.small{
font-family:MS ゴシック,Osaka-等幅;
font-size:.8em;
line-height:150%;
}
.tiny{
font-family:MS ゴシック,Osaka-等幅;
font-size:9px;
line-height:160%;
}
.normal_normal{
font-family:MS ゴシック,Osaka-等幅;
font-size:1em;
line-height:120%;
letter-spacing:-0.5px;
color:#cc0000;
text-decoration:none;
}
.tiny_normal{
font-family:MS ゴシック,Osaka-等幅;
font-size:.5em;
line-height:160%;
color:#cc0000;
text-decoration:none;
}
.small_normal{
font-family:MS ゴシック,Osaka-等幅;
font-size:.8em;
line-height:150%;
color:#cc0000;
text-decoration:none;
}
.small_not{
font-family:MS ゴシック,Osaka-等幅;
font-size:.8em;
line-height:150%;
color:#cc0000;
text-decoration:none;
}
.small_selected{
font-family:MS ゴシック,Osaka-等幅;
font-size:.8em;
line-height:150%;
color:#663366;
text-decoration:none;
}
.small_white{
font-family:MS ゴシック,Osaka-等幅;
font-size:.8em;
line-height:150%;
color:#ffffff;
text-decoration:none;
}