밤하늘의 실제별, 나도 가질 수 있다?!


Search Results for 'media'


1 POSTS

  1. 2007/10/24 CSS Media Type by mkyoon

CSS Media Type

<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

2007/10/24 01:05 2007/10/24 01:05
, ,
Response
No Trackback , No Comment
RSS :
http://mkyoon.com/rss/response/70

Trackback URL : http://mkyoon.com/trackback/70

Leave a comment