[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>

서진우

슈퍼컴퓨팅 전문 기업 클루닉스/ 상무(기술이사)/ 정보시스템감리사/ 시스존 블로그 운영자

You may also like...

페이스북/트위트/구글 계정으로 댓글 가능합니다.