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
28
29
30
31
32
33
|
<?php include_once("./_common2.php"); ?> <!DOCTYPE html> <head> <script language='javascript' src="./js/jquery-1.7.2.min.js"></script> <script language='javascript' src='./js/img.js'></script><!-- Order_2.php --> <script src="./js/jqueryui/jquery-ui.js"></script> <script src="./js/html5shiv.js"></script> <script src="./js/respond.min.js"></script> <link href="./js/jqueryui/jquery-ui_renew.css" rel="stylesheet" /> </head> <style> ul {list-style: none;} a {text-decoration: none;} img {border: none;} .new_user_dialog {width: 861px;height: 588px;position: relative;overflow: hidden;} .new_user_dialog .new_user_page {width: 100%;height: 100%;position: relative;margin:0;} .new_user_dialog .new_user_page li {width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;color: #fff;font-size: 30px;display: none;} .new_user_page li:nth-child(1) {display: block;} .new_user_prev {position: absolute;right: 180px;top: 530px;width: 117px;height: 44px;background: url( "./images/intro/new_user/new_user_prev.png" ) no-repeat;border:none;cursor:pointer;outline: none;display:none;} .new_user_next {position: absolute;right: 58px;top: 530px;width: 117px;height: 44px;background: url( "./images/intro/new_user/new_user_next.png" ) no-repeat;border:none;cursor:pointer;outline: none;display:none;} .new_user_start {position: absolute;right: 90px;top: 480px;width: 126px;height: 76px;background: url( "./images/intro/new_user/new_user_start_bf.png" ) no-repeat;border:none;cursor:pointer;outline: none;} .new_user_start:hover {background: url( "./images/intro/new_user/new_user_start_after.png" ) no-repeat;}
</style>
<body style="padding:0px; margin:0px;"> <div class="new_user_dialog"> <div id="hw_dialog_flow" title="천년경영흐름도보기" style="height: 586px;overflow-y: scroll;overflow-x: hidden; margin-top: 1px;"> <img src="./images/millennium/work_list_pop.jpg" alt="천년경영흐름도보기" style="width: 845px;"></div> </div> </div> </body>
|