anchor 태그에서 class가 안되는듯...

Mozilla Firefox 사용에 대한 일반적인 질문과 답을 해 주는 게시판입니다. 질문을 하기 전에 FAQ를 읽어 보시는게 도움이 될 것입니다.
Post Reply
hareup
Posts: 0
Joined: 2004 03 18 14:14 04

anchor 태그에서 class가 안되는듯...

Post by hareup »

제가 제대로 몰라서 그러겠지만..
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가 안되는거 아닌가해서요
kheled

Re: anchor 태그에서 class가 안되는듯...

Post by kheled »

저는 제대로 동작하네요. 가장 기본적인 selector이니까요.

color: "#000000";

에서 따옴표는 없어야 됩니다.
박희만

Re: anchor 태그에서 class가 안되는듯...

Post by 박희만 »

제대로 동작하네용. 감사합니다.
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests