수평 스크롤메뉴 > 기술자료 | 해피정닷컴

수평 스크롤메뉴 > 기술자료

본문 바로가기

사이트 내 전체검색

수평 스크롤메뉴 > 기술자료

HTML 수평 스크롤메뉴

페이지 정보


본문

How To Create a Horizontal Scrollable Menu


<!doctype html>
<html>
<head>
<meta charset="utf-8">
<?php include "../favicon.php"; ?>
<?php if ($mobile) { ?><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=10, minimum-scale=0, user-scalable=yes"><?php } ?>
<style>
body { margin:0; border:0; text-align:center; }

.on  { font-size:15px; font-weight:bold;   color:#FF0; }
.off { font-size:12px; font-weight:normal; color:#fff; }

div.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    text-decoration: none;
}
</style>
<title>수평 스크롤 메뉴</title>
</head>

<body>
<?php  if ($_GET['url'] == "") { // 기본문서 ?>
<div style="background:url(main4_bg.png) no-repeat top center;"><img src="main4.png" style="width:<?php if ($mobile) { echo "100%; max-width:"; } ?>1260px;"></div>

<?php  } elseif ($_GET['url'] == "main1") { // 시안1 ?>
<div style="background:url(main1_bg.png) no-repeat top center;"><img src="main1.png" style="width:<?php if ($mobile) { echo "100%; max-width:"; } ?>1260px;"></div>

<?php } elseif ($_GET['url']=="main2") { // 시안2 ?>
<div style="background:url(main2_bg.png?20190413) no-repeat top center;"><img src="main2.png?20190413" style="width:<?php if ($mobile) { echo "100%; max-width:"; } ?>1260px;"></div>

<?php } elseif ($_GET['url']=="main3") { // 시안3 ?>
<div style="background:url(main3_bg.png?20190413_4) no-repeat top center;"><img src="main3.png?20190413_4" style="width:<?php if ($mobile) { echo "100%; max-width:"; } ?>1020px;"></div>

<?php } elseif ($_GET['url']=="main4") { // 시안4 ?>
<div style="background:url(main4_bg.png?20190413) no-repeat top center;"><img src="main4.png?20190413" style="width:<?php if ($mobile) { echo "100%; max-width:"; } ?>1260px;"></div>

<?php } elseif ($_GET['url']=="sub4") { // 서브4 ?>
<div style="background:url(sub4_bg.png) no-repeat top center;"><img src="sub4.png" style="width:<?php if ($mobile) { echo "100%; max-width:"; } ?>1260px;"></div>

<?php } elseif ($_GET['url']=="mobile2") { // 모바일2 ?>
<div style="background:url() repeat-x top;"><img src="mobile2.png" style="width:<?php if ($mobile) { echo "100%; max-width:"; } ?>600px;"></div>

<?php } elseif ($_GET['url']=="mobile4") { // 모바일4 ?>
<div style="background:url() repeat-x top;"><img src="mobile4.png" style="width:<?php if ($mobile) { echo "100%; max-width:"; } ?>700px;"></div>

<?php } ?>



<div style="height:36px;"><?php // 상단고정높이만큼 높이를 지정 ?></div>
<div style="width:100%; position:fixed; bottom:0px; left:0px; z-index:10000000;" class="scrollmenu">
    <div style="height:40px; line-height:40px; text-align:center; color:#ffffff;"><!--고정높이 지정-->

<a href="?url=mobile4"  class="<?php if ($_GET['url'] == "mobile4" ) { echo "on"; } else { echo "off"; } ?>">시안4_모바일</a>
&nbsp;|&nbsp; 
<a href="?url=sub4"  class="<?php if ($_GET['url'] == "sub4" ) { echo "on"; } else { echo "off"; } ?>">시안4_서브</a>
&nbsp;|&nbsp; 
<a href="?url=main4"  class="<?php if ($_GET['url'] == "" || $_GET['url'] == "main4" ) { echo "on"; } else { echo "off"; } ?>">시안4</a>
&nbsp;|&nbsp; 
<a href="?url=main3"  class="<?php if ($_GET['url'] == "main3" ) { echo "on"; } else { echo "off"; } ?>">시안3</a>
&nbsp;|&nbsp; 
<a href="?url=mobile2" class="<?php if ($_GET['url'] == "mobile2") { echo "on"; } else { echo "off"; } ?>">시안2_모바일</a>
&nbsp;|&nbsp; 
<a href="?url=main2"  class="<?php if ($_GET['url'] == "main2" ) { echo "on"; } else { echo "off"; } ?>">시안2</a>
&nbsp;|&nbsp; 
<a href="?url=main1"  class="<?php if ($_GET['url'] == "main1" ) { echo "on"; } else { echo "off"; } ?>">시안1</a>

    </div>
</div>
</body>
</html>


참고자료
https://www.w3schools.com/howto/howto_css_menu_horizontal_scroll.asp
 

댓글목록

등록된 댓글이 없습니다.


Total 2,640건 16 페이지
  • RSS
기술자료 목록
2340
HTML   5324  2019-09-16 12:20  
2339
MySQL   11177  2019-09-09 20:18  
2338
PHP   7340  2019-08-26 11:14 ~ 2021-09-20 12:31  
2337
그누보드   5932  2019-08-13 23:52 ~ 2019-08-14 00:02  
2336
HTML   5028  2019-08-11 13:03  
2335
MySQL   6769  2019-07-24 11:04 ~ 2021-01-06 13:50  
2334
그누보드   6523  2019-07-18 08:01 ~ 2019-07-18 08:44  
2333
HTML   7022  2019-07-15 18:13 ~ 2019-07-15 22:48  
2332
PHP   9029  2019-05-02 02:33 ~ 2020-10-12 11:40  
2331
JavaScript   7375  2019-05-02 02:10  
2330
그누보드   12773  2019-04-25 09:02 ~ 2022-09-23 05:26  
2329
그누보드   6432  2019-04-22 23:56  
열람
HTML   6360  2019-04-16 11:40  
2327
영카트   6459  2019-04-14 22:24  
2326
HTML   12508  2019-04-02 00:12 ~ 2019-04-02 01:17  
2325
그누보드   5824  2019-03-22 14:25  
2324
전자결제   6387  2019-02-18 11:47  
2323
그누보드   7252  2019-02-16 01:51 ~ 2019-02-17 14:00  
2322
PHP   9353  2019-02-13 21:01  
2321
JavaScript   7777  2019-02-08 18:37 ~ 2019-02-08 19:32  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.