개발 노트
초! 간단 CSS
무병장수권력자
2008. 11. 20. 13:22
가끔 사용하지만 아주 유용하다는...
필요할 때 찾아쓰기! ^^
설명은 생략!
필요할 때 찾아쓰기! ^^
설명은 생략!
<style>
BODY {background : #ffffff; margin : 10px; padding : 0px; }
BODY,TD,DIV,LI,TABLE,INPUT {font : 12px tahoma,돋움,굴림; color : #444444; }
TABLE { border-collapse:collapse; border-color:black; table-layout:fixed; word-break:break-all;}
BODY {background : #ffffff; margin : 10px; padding : 0px; }
BODY,TD,DIV,LI,TABLE,INPUT {font : 12px tahoma,돋움,굴림; color : #444444; }
TABLE { border-collapse:collapse; border-color:black; table-layout:fixed; word-break:break-all;}
A:LINK {color: #0000ff; text-decoration: none; }
A:VISITED {color: #0000ff; text-decoration: none; }
A:ACTIVE {color: #0000ff; text-decoration: none; }
A:HOVER {color: #813888; text-decoration: underline; }
</style>
A:VISITED {color: #0000ff; text-decoration: none; }
A:ACTIVE {color: #0000ff; text-decoration: none; }
A:HOVER {color: #813888; text-decoration: underline; }
</style>