제가 제대로 몰라서 그러겠지만..
anchor 태그에서 class가 안되는듯합니다.
예를 들어
<head>
<style>
a.ex {
font-family:"굴림";
font-size:9pt;
color:"#000000";
text-decoration:none
}
</style>
</head>
<body>
<a href=# class=ex>example</a>
</body>
은 작동하질 않습니다.
하지만
<head>
<style>
a {
font-family:"굴림";
font-size:9pt;
color:"#000000";
text-decoration:none
}
</style>
</head>
<body>
<a href=#>example</a>
</body>
은 작동하더라구요..
class가 안되는거 아닌가해서요
anchor 태그에서 class가 안되는듯...
Re: anchor 태그에서 class가 안되는듯...
저는 제대로 동작하네요. 가장 기본적인 selector이니까요.
color: "#000000";
에서 따옴표는 없어야 됩니다.
color: "#000000";
에서 따옴표는 없어야 됩니다.
Who is online
Users browsing this forum: No registered users and 4 guests