1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?php include_once("../../_common.php"); ?> <html> <head> <title>õ³âPDA »ç¿ë¾È³»</title> <!-- À©µµ¿ì xp ¼ºñ½ºÆÑ ¿À·ù·ÎÀÎÇÑ Ç÷¹½¬,µ¿¿µ»ó ÀÚµ¿ Ȱ¼ºÈ ½ºÅ©¸³Æ® --> <link rel="stylesheet" type="text/css" href="../../css/import.css"/> <script language="JavaScript" src="/html/embed.js"></script> <style> .pdaEduContainer{ position:relative; width:345px; height:525px; background:url('../../images/software/pda_education.png') no-repeat; } .video{ position:absolute; left:51px; top:80px; } </style> </head>
<body>
<div class="pdaEduContainer"> <h2 class="screen_out">õ³âPDA »ç¿ë¾È³»</h2> <div class="video"> <embed src="http://mjsoft.co/html/dong/pda.swf" width="245" height="350" showstatusbar="1" volume="0"> </div> </div><!-- //pdaEduContainer -->
</body> </html>
|