CSS Media Type
- Posted at 2007/10/24 01:05
- Filed under 어리버리/이건뭐야?
<style type="text/css">
@import url( "./css/screen.css" ) screen;
@import url( "./css/print.css" ) print;
@import url( "./css/mobile.css" ) handheld;
@media print{
body{
font-size: 12pt;
font-family: "Times New Roman", serif;
background: none;
}
</style>
출처 : CDK http://forum.standardmag.org/
Posted by mkyoon
- Tag
- css, ie, media
- Response
- No Trackback , No Comment
Trackback URL : http://mkyoon.com/trackback/70