부트스트랩으로 만든 메뉴를 CSS로 변경본겁니다.
고수님 조언부탁드립니다.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>SPGLOBAL</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="bootstrap-3.3.6-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="font-awesome-4.6.3/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="bootstrap-3.3.6-dist/js/bootstrap.min.js"></script>
<style>
/* head_tail */
.head_tail{
/*background-color:#666;*/
color:#263238;
margin-top:20px;
margin-bottom:20px;
}
.menu{
margin-bottom:0px;/* 메뉴바와 슬라이더 간격 -> 메뉴바 아래 여백 */
}
/* 네비게이션 색상변경 시작 */
/* navbar */
.navbar-default {
background: #795548; /* 메뉴배경색상 */
border:none;
border-radius:0px;
}
/* Brand 색상 */
.navbar-default .navbar-brand {
color: #fff;
}
/* Brand 위로 마우스 올렸을 때 색상 */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #ff9800;
}
/* link */
.navbar-default .navbar-nav > li > a {
color: #fff; /* 메뉴 색상 */
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #ff9800; /* 마우스 올렸을때 메뉴 글자색상 */
background-color:#5d4037; /* 마우스 올렸을때 메뉴배경 색상 */
}
/* Active 색상 배경 */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #fff;
background: #ff9800;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #fff;
background: #ff9800;
}
/* 드롭다운 서브메뉴 배경색상 */
.dropdown-menu {background-color:#ffa726;}
/* 드롭다운 서브메뉴에 마우스 올렸을때 서브메뉴 배경색상 */
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background: #8d6e63;}
/* 드롭다운 서브메뉴에 마우스 올렸을때 서브메뉴 변경색상 */
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {color:#fff;}
/* caret 드롭다운 삼각형*/
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #ff9800;
border-bottom-color: #ff9800;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
.navbar, .navbar-default{
/* height:50px; 메뉴바 두께 */
padding-top:0px; /* 메뉴바 상단 여백 */
font-size:16px; /* 메뉴바 폰트크기 */
letter-spacing:4px; /* 메뉴바 글자간격 */
word-spacing:5px;
}
.navbar {
border: 0;
font-size: 16px !important; /* 폰트 크기 */
border-radius: 0;
}
/* mobile version */
.navbar-default .navbar-toggle {
border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #CCC;
}
@media (max-width: 768px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ff9800;
background:#6d4c41;
}
.navbar-default .navbar-nav .open .dropdown-menu{
background-color:#795548;
}
.navbar-default .navbar-nav{
background-color:#795548;
}
}
/* 네비게이션 색상변경 끝 */
.carousel-inner img {
width: 100%; /* Set width to 100% */
margin: auto;
min-height:200px;
}
.carousel-control.right, .carousel-control.left {
background-image: none;
color: #ff5722;
/* margin-left:150px; 슬라이드 왼쪽 화살표 왼쪽 위치변경 */
/* margin-right:150px; 슬라이드 오른쪽 화살표 왼쪽 위치변경 */
margin-top:auto; /* 슬라이드 화살표 수직위치변경 */
}
.carousel-indicators li {
border-color: #f4511e;
}
.carousel-indicators li.active {
background-color: #f4511e;
}
.carousel-inner img {
width: 100%; /* Set width to 100% */
height:100%;
margin: auto;
min-height:200px;
}
</style>
</head>
<body>
<!-- head_tail 시작 -->
<div class="container text-right head_tail">
<small>Home · 회원가입 · Contact Us</small>
</div>
<!-- head_tail 끝 -->
<!--네비게이션 시작 -->
<nav class="navbar navbar-default menu">
<div class="container-fluid">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">SPGLOBAL</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home<span class="sr-only">(current)</span></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">회사소개<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">회사소개</a></li>
<li><a href="#">회사연혁</a></li>
<li><a href="#">사업영역</a></li>
<li><a href="#">오시는 길</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Product<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Heal foot</a></li>
<li><a href="#">쌀누니</a></li>
<li><a href="#">저주파자극기</a></li>
<li><a href="#">스킨매니저</a></li>
<li><a href="#">에스떼</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Notice</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</li>
</ul>
<!-- 검색 버튼 잠금 시작
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
-->
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><i class="fa fa-sign-in fa-lg" aria-hidden="true"></i><small> Login</small></a></li>
<!--
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li> -->
</ul>
</div>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!--네비게이션 끝 -->
<!-- slider 시작 -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="slider1-1800_500.gif" alt="Image">
<div class="carousel-caption">
<h3>Sell $</h3>
<p>Money Money.</p>
</div>
</div>
<div class="item">
<img src="slider2-1800_500.gif" alt="Image">
<div class="carousel-caption">
<h3>More Sell $</h3>
<p>Lorem ipsum...</p>
</div>
</div>
<div class="item">
<img src="slider3-1800_500.gif" alt="Image">
<div class="carousel-caption">
<h3>More Sell $</h3>
<p>Lorem ipsum...</p>
</div>
</div>
<div class="item">
<img src="slider4-1800_500.gif" alt="Image">
<div class="carousel-caption">
<h3>More Sell $</h3>
<p>Lorem ipsum...</p>
</div>
</div>
<div class="item">
<img src="slider5-1800_500.gif" alt="Image">
<div class="carousel-caption">
<h3>More Sell $</h3>
<p>Lorem ipsum...</p>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- slider 끝 -->
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7730 | 10년 전 | 1297 | ||
| 7729 | 10년 전 | 1112 | ||
| 7728 |
잘살아보자
|
10년 전 | 578 | |
| 7727 |
잘살아보자
|
10년 전 | 472 | |
| 7726 |
잘살아보자
|
10년 전 | 801 | |
| 7725 |
잘살아보자
|
10년 전 | 532 | |
| 7724 |
잘살아보자
|
10년 전 | 441 | |
| 7723 |
잘살아보자
|
10년 전 | 510 | |
| 7722 |
잘살아보자
|
10년 전 | 447 | |
| 7721 |
잘살아보자
|
10년 전 | 487 | |
| 7720 |
잘살아보자
|
10년 전 | 435 | |
| 7719 |
비긴어게인
|
10년 전 | 676 | |
| 7718 |
|
10년 전 | 2513 | |
| 7717 |
잘살아보자
|
10년 전 | 636 | |
| 7716 |
잘살아보자
|
10년 전 | 383 | |
| 7715 |
잘살아보자
|
10년 전 | 418 | |
| 7714 |
잘살아보자
|
10년 전 | 465 | |
| 7713 | 10년 전 | 1767 | ||
| 7712 | 10년 전 | 1691 | ||
| 7711 | 10년 전 | 1074 | ||
| 7710 | 10년 전 | 1364 | ||
| 7709 | 10년 전 | 1498 | ||
| 7708 | 10년 전 | 1447 | ||
| 7707 | 10년 전 | 844 | ||
| 7706 |
별지기천사
|
10년 전 | 558 | |
| 7705 | 10년 전 | 1056 | ||
| 7704 |
ICONdesignstudio
|
10년 전 | 597 | |
| 7703 | 10년 전 | 570 | ||
| 7702 |
|
10년 전 | 704 | |
| 7701 | 10년 전 | 1393 | ||
| 7700 | 10년 전 | 1088 | ||
| 7699 | 10년 전 | 569 | ||
| 7698 | 10년 전 | 1120 | ||
| 7697 | 10년 전 | 5131 | ||
| 7696 | 10년 전 | 629 | ||
| 7695 | 10년 전 | 1668 | ||
| 7694 | 10년 전 | 1037 | ||
| 7693 | 10년 전 | 1531 | ||
| 7692 | 10년 전 | 1267 | ||
| 7691 | 10년 전 | 799 | ||
| 7690 | 10년 전 | 1379 | ||
| 7689 | 10년 전 | 995 | ||
| 7688 | 10년 전 | 588 | ||
| 7687 |
파랑새1597
|
10년 전 | 566 | |
| 7686 | 10년 전 | 821 | ||
| 7685 | 10년 전 | 1330 | ||
| 7684 | 10년 전 | 782 | ||
| 7683 | 10년 전 | 1050 | ||
| 7682 | 10년 전 | 971 | ||
| 7681 | 10년 전 | 634 | ||
| 7680 | 10년 전 | 976 | ||
| 7679 | 10년 전 | 486 | ||
| 7678 | 10년 전 | 709 | ||
| 7677 | 10년 전 | 611 | ||
| 7676 |
|
10년 전 | 929 | |
| 7675 |
|
10년 전 | 1145 | |
| 7674 | 10년 전 | 1036 | ||
| 7673 | 10년 전 | 737 | ||
| 7672 | 10년 전 | 1080 | ||
| 7671 | 10년 전 | 863 | ||
| 7670 | 10년 전 | 634 | ||
| 7669 |
mashmellow
|
10년 전 | 1217 | |
| 7668 | 10년 전 | 697 | ||
| 7667 | 10년 전 | 978 | ||
| 7666 |
senseme
|
10년 전 | 636 | |
| 7665 | 10년 전 | 490 | ||
| 7664 | 10년 전 | 1880 | ||
| 7663 |
mixx애교
|
10년 전 | 970 | |
| 7662 | 10년 전 | 1022 | ||
| 7661 |
hkhkah
|
10년 전 | 775 | |
| 7660 | 10년 전 | 1046 | ||
| 7659 |
커네드커네드
|
10년 전 | 913 | |
| 7658 |
바람돌이팡
|
10년 전 | 656 | |
| 7657 | 10년 전 | 1152 | ||
| 7656 | 10년 전 | 1555 | ||
| 7655 | 10년 전 | 964 | ||
| 7654 |
개발짜증나
|
10년 전 | 844 | |
| 7653 |
네이비칼라
|
10년 전 | 874 | |
| 7652 |
밥먹고합시다
|
10년 전 | 798 | |
| 7651 |
플라이SINJI
|
10년 전 | 1499 | |
| 7650 |
개발짜증나
|
10년 전 | 1392 | |
| 7649 | 10년 전 | 442 | ||
| 7648 |
이미영ㅇㅇ
|
10년 전 | 856 | |
| 7647 | 10년 전 | 415 | ||
| 7646 | 10년 전 | 781 | ||
| 7645 | 10년 전 | 2295 | ||
| 7644 | 10년 전 | 803 | ||
| 7643 |
|
10년 전 | 2857 | |
| 7642 | 10년 전 | 1498 | ||
| 7641 | 10년 전 | 1114 | ||
| 7640 |
개발짜증나
|
10년 전 | 462 | |
| 7639 |
|
10년 전 | 805 | |
| 7638 |
개발짜증나
|
10년 전 | 1119 | |
| 7637 | 10년 전 | 1535 | ||
| 7636 | 10년 전 | 2896 | ||
| 7635 | 10년 전 | 1670 | ||
| 7634 | 10년 전 | 1856 | ||
| 7633 | 10년 전 | 2314 | ||
| 7632 | 10년 전 | 3913 | ||
| 7631 |
|
10년 전 | 1520 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기