묻고답하기

================================================================
상단
<html>
<body>
<style>
        a {text-decoration:none}
        a:link, a:visited {text-decoration:none;color:block; font-size: 9pt}
        a:hover {color:#007fFF;text-decoration:none;font-size: 19pt}
</style>
testing <a href="about:blank">Hyper Link</a>
</body>
<html>
================================================================
하단
<html>
<body>
<style>
        a {text-decoration:none}
        a:link, a:visited {text-decoration:none;color:red; font-size: 9pt}
        a:hover {color:#007fFF;text-decoration:underline;font-size: 9pt}
</style>
testing2 <a href="about:blank">Hyper Link2</a>
</body>
<html>


노프레임에서 위와 같이 링크를 다르게 표시할려고 했는데. 항상 나중에 표시한 부분으로 표시가 되네요.
어떻게 해결할수 없나요 ?

추석 잘보네세요...