이런 메뉴 소스는 어디서 구하나요? 채택완료
아래 사이트처럼 메뉴처럼 대메뉴 마우스 롤오버시 서브메뉴들이 전체적으로 아래로 펼쳐지는
답변 6개
심심해서 따라 만들어봤습니다.
</p><p><!DOCTYPE html></p><p><html></p><p> <head></p><p> <style type="text/css"></p><p> * { font-family: "Segoe UI"; }</p><p> body { background-color: #333; }</p><p> nav { width: 80%; padding: 0 0 1.0em 0; margin: auto; }</p><p>
</p><p> nav ul {</p><p> background-color: transparent;</p><p> width: 100%;</p><p> display: table;</p><p> padding: 0;</p><p> margin: 0;</p><p> }</p><p> nav li { list-style-type: none; }</p><p> nav a { display: block; text-align: center; text-decoration: none; }</p><p>
</p><p> nav > ul > li {</p><p> display: table-cell;</p><p> background-image: linear-gradient(to right, #ddd, #ddd);</p><p> background-repeat: no-repeat;</p><p> background-size: 1px 100%;</p><p> background-position: right 4.3em;</p><p> }</p><p> nav > ul > li:last-child {</p><p> background: none;</p><p> }</p><p> nav > ul > li > a { padding: 1.5em; color: #fff; font-weight: bold; }</p><p> nav > ul > li > ul { opacity: 0; margin-top: -10.0em; }</p><p> nav > ul > li > ul > li > a { padding: 0.7em; color: #000; font-weight: normal; }</p><p>
</p><p> /* ------------------------ transition definition ------------------------ */</p><p> nav, nav * { transition-duration: 0.2s; transition-timing-function: linear; }</p><p> nav { transition-property: background; }</p><p> nav > ul > li > a { transition-property: color; }</p><p> nav > ul > li > a span { transition-property: background-size; }</p><p> nav > ul > li > ul { transition-property: opacity, margin-top; }</p><p> /* ------------------------ transition definition ------------------------ */</p><p>
</p><p> nav > ul > li > a span {</p><p> background-image: linear-gradient(to right, gray, gray);</p><p> background-repeat: no-repeat;</p><p> background-size: 0% 0.15em;</p><p> background-position: center bottom;</p><p> padding-bottom: 1.0em;</p><p> }</p><p> nav > ul > li:hover > a span {</p><p> background-size: 100% 0.15em;</p><p> }</p><p> nav:hover { background-color: #fff; }</p><p> nav:hover > ul > li > a { color: #000; }</p><p> nav:hover > ul > li > ul { opacity: 1.0; margin-top: 0; }</p><p> </style></p><p> </head></p><p> <body></p><p> <nav></p><p> <ul></p><p> <li><a href="#A"><span>A</span></a></p><p> <ul></p><p> <li><a href="#A-1">A-1</a></li></p><p> <li><a href="#A-2">A-2</a></li></p><p> </ul></p><p> </li></p><p> <li><a href="#BBB"><span>BBB</span></a></p><p> <ul></p><p> <li><a href="#BBB-1">B-1</a></li></p><p> </ul></p><p> </li></p><p> <li><a href="#CC"><span>CC</span></a></p><p> <ul></p><p> <li><a href="#CC-1">C-1</a></li></p><p> <li><a href="#CC-2">C-2</a></li></p><p> <li><a href="#CC-3">C-3</a></li></p><p> </ul></p><p> </li></p><p> </ul></p><p> </nav></p><p> </body></p><p></html></p><p><span style="font-size: 11pt;">
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
http://www.yncc.co.kr/ko/index.do" style="color: rgb(0, 0, 0); font-family: sans-serif; font-size: 13px;">http://www.yncc.co.kr/ko/index.do 를 분석해서 필요한 요소를 추출하면 됩니다.
그것이 어렵다면 제작의뢰 https://sir.kr/main/request/">https://sir.kr/main/request/ 를 이용하세요
댓글을 작성하려면 로그인이 필요합니다.
백프로 똑같은걸 찾으시는건 어려워요.. 더군다나 소스 수정이 직접 어려우시면 더 그렇죠..
웹쪽에 조금만 지식 있으시면 직접 제작이나 다른분이 제작하신걸 수정 하시는걸로 똑같이 만들 수 있을 듯 하네요.
댓글을 작성하려면 로그인이 필요합니다.
bootstrap으로 반응형으로 만드는 경우 https://www.w3schools.com/bootstrap/bootstrap_theme_company.asp">https://www.w3schools.com/bootstrap/bootstrap_theme_company.asp
샘플페이지에 네비게이션 메뉴가 나옵니다. 드롭다운메뉴는 약간 변경하면 될것 같습니다.
샘플페이지 코드 긁어왔어요.
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
https://fonts.googleapis.com/css?family=Montserrat">https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
https://fonts.googleapis.com/css?family=Lato">https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
body {
font: 400 15px Lato, sans-serif;
line-height: 1.8;
color: #818181;
}
h2 {
font-size: 24px;
text-transform: uppercase;
color: #303030;
font-weight: 600;
margin-bottom: 30px;
}
h4 {
font-size: 19px;
line-height: 1.375em;
color: #303030;
font-weight: 400;
margin-bottom: 30px;
}
.jumbotron {
background-color: #f4511e;
color: #fff;
padding: 100px 25px;
font-family: Montserrat, sans-serif;
}
.container-fluid {
padding: 60px 50px;
}
.bg-grey {
background-color: #f6f6f6;
}
.logo-small {
color: #f4511e;
font-size: 50px;
}
.logo {
color: #f4511e;
font-size: 200px;
}
.thumbnail {
padding: 0 0 15px 0;
border: none;
border-radius: 0;
}
.thumbnail img {
width: 100%;
height: 100%;
margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
background-image: none;
color: #f4511e;
}
.carousel-indicators li {
border-color: #f4511e;
}
.carousel-indicators li.active {
background-color: #f4511e;
}
.item h4 {
font-size: 19px;
line-height: 1.375em;
font-weight: 400;
font-style: italic;
margin: 70px 0;
}
.item span {
font-style: normal;
}
.panel {
border: 1px solid #f4511e;
border-radius:0 !important;
transition: box-shadow 0.5s;
}
.panel:hover {
box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
border: 1px solid #f4511e;
background-color: #fff !important;
color: #f4511e;
}
.panel-heading {
color: #fff !important;
background-color: #f4511e !important;
padding: 25px;
border-bottom: 1px solid transparent;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.panel-footer {
background-color: white !important;
}
.panel-footer h3 {
font-size: 32px;
}
.panel-footer h4 {
color: #aaa;
font-size: 14px;
}
.panel-footer .btn {
margin: 15px 0;
background-color: #f4511e;
color: #fff;
}
.navbar {
margin-bottom: 0;
background-color: #f4511e;
z-index: 9999;
border: 0;
font-size: 12px !important;
line-height: 1.42857143 !important;
letter-spacing: 4px;
border-radius: 0;
font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
color: #f4511e !important;
background-color: #fff !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
color: #fff !important;
}
footer .glyphicon {
font-size: 20px;
margin-bottom: 20px;
color: #f4511e;
}
.slideanim {visibility:hidden;}
.slide {
animation-name: slide;
-webkit-animation-name: slide;
animation-duration: 1s;
-webkit-animation-duration: 1s;
visibility: visible;
}
@keyframes slide {
0% {
opacity: 0;
transform: translateY(70%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
@-webkit-keyframes slide {
0% {
opacity: 0;
-webkit-transform: translateY(70%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0%);
}
}
@media screen and (max-width: 768px) {
.col-sm-4 {
text-align: center;
margin: 25px 0;
}
.btn-lg {
width: 100%;
margin-bottom: 35px;
}
}
@media screen and (max-width: 480px) {
.logo {
font-size: 150px;
}
}
Company
We specialize in blablabla
About Company Page
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Our Values
MISSION: Our mission lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
VISION: Our vision Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
SERVICES
What we offer
Portfolio
What we have created
What our customers say
Pricing
Choose a payment plan that works for you
CONTACT
Contact us and we'll get back to you within 24 hours.
Chicago, US
+00 1515151515
myemail@something.com
function myMap() {
var myCenter = new google.maps.LatLng(41.878114, -87.629798);
var mapProp = {center:myCenter, zoom:12, scrollwheel:false, draggable:false, mapTypeId:google.maps.MapTypeId.ROADMAP};
var map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
var marker = new google.maps.Marker({position:myCenter});
marker.setMap(map);
}
Bootstrap Theme Made By https://www.w3schools.com">https://www.w3schools.com" title="Visit w3schools">
" target="_blank" rel="noopener noreferrer">http://www.w3schools.com">www.w3schools.com
$(document).ready(function(){
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
$(window).scroll(function() {
$(".slideanim").each(function(){
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
})
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 2개
다른 솔류션에 쓸건데 가능한가요?
와싸네 메뉴 솔류션에 쓰는 메뉴가 괜찮아보이기한데..확인하니 그누전용이네요.ㅡㅡ; 타 솔류션에 사용해야는데.;; 상관없이 사용가능한 소스 있을가요? 그 밑에것 소스도 괜찮긴한데 각 서브메뉴마다 분류하는 세로선들이 없네요;;
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인

