[html] 스타일 시트 활용 하기 -6
스타일 시트 활용 하기 -6
————————————————-
<style>
td { font-size:9pt;}
Font { font-family: “돋움”, “돋움체”, “바탕”; font-size: 9pt}
A:link { text-decoration:none; font-size:9pt;color:#000000}
A:visited { text-decoration:none; font-size:9pt;color:#000000}
A:hover { text-decoration:none; font-size:9pt; Color:#000000}
A:active { text-decoration:none; font-size:9pt;color:#000000}
</style>
————————————–
<style type=”text/css”>
<!–
A:link {text-decoration: none; color: white;}
A:hover {text-decoration: underline; color: blue;}
A:active {text-decoration: underline; color: green;}
A:visited {text-decoration: none; color: green;}
A:visited:hover {text-decoration: underline; color: blue;}
A:visited:active {text-decoration: underline; color: green;}
–>
</style>
———-
<style type=”text/css”>
<!–
A:link { text-decoration:none; color:darkblue}
A:visited { text-decoration:none; color:darkblue}
A:active { text-decoration:underline; color:red}
A:hover {color: red; text-decoration:underline; color:red}
td {font-size: 9pt; line-height: 13pt}
body {font-size: 9pt; line-height: 13pt}
.nine {font-size: 9pt; line-height: 13pt}
.narrow {line-height: 10pt}
–>
</style>
2 Responses
… [Trackback]
[…] Read More to that Topic: nblog.syszone.co.kr/archives/791 […]
… [Trackback]
[…] Read More on to that Topic: nblog.syszone.co.kr/archives/791 […]