SlideDown FixedMenu
How do I make an slidedown fixedmenu?
What is a slidedown fixedmenu? How do you make a slidedown fixedmenu? This script and codes were developed by Mp_graphic on 06 August 2022, Saturday.
SlideDown FixedMenu - Script Codes HTML Codes
<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SlideDown FixedMenu</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>SlideDown FixedMenu</title> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
</head>
<body>
<div class="container"> <!-- スライドするメニューここから --> <nav id="slide_menu"> <ul> <li><a href="#">menu1</a></li> <li><a href="#">menu2</a></li> <li><a href="#">menu3</a></li> <li><a href="#">menu4</a></li> <li><a href="#">menu5</a></li> <li><a href="#">menu6</a></li> </ul> </nav> <!-- スライドするメニューここまで --> <header id="header"> <h1>SlideDown FixedMenu</h1> <ul class="head_menu"> <li><a href="#">menu1</a></li> <li><a href="#">menu2</a></li> <li><a href="#">menu3</a></li> <li><a href="#">menu4</a></li> <li><a href="#">menu5</a></li> <li><a href="#">menu6</a></li> </ul> <p>Scroll Down<br /> ↓<br /> ↓<br /> ↓<br /> </p> </header><!-- fin_header --> <div class="content"> <p>Kyoto is located in a valley, part of the Yamashiro (or Kyoto) Basin, in the eastern part of the mountainous region known as the Tamba highlands. The Yamashiro Basin is surrounded on three sides by mountains known as Higashiyama, Kitayama and Nishiyama, with a height just above 1,000 metres (3,281 ft) above sea level. This interior positioning results in hot summers and cold winters. There are three rivers in the basin, the Ujigawa to the south, the Katsuragawa to the west, and the Kamogawa to the east. Kyoto City takes up 17.9% of the land in the prefecture with an area of 827.9 square kilometres (319.7 sq mi).</p> <p>The original city was arranged in accordance with traditional Chinese feng shui following the model of the ancient Chinese capital of Chang'an (present-day Xi'an). The Imperial Palace faced south, resulting in Ukyō (the right sector of the capital) being on the west while Sakyō (the left sector) is on the east. The streets in the modern-day wards of Nakagyō, Shimogyō, and Kamigyō-ku still follow a grid pattern.</p> <p>Today, the main business district is located to the south of the old Imperial Palace, with the less-populated northern area retaining a far greener feel. Surrounding areas do not follow the same grid pattern as the center of the city, though streets throughout Kyoto share the distinction of having names.</p> <p>Kyoto sits atop a large natural water table that provides the city with ample freshwater wells. Due to large-scale urbanization, the amount of rain draining into the table is dwindling and wells across the area are drying at an increasing rate.</p></p> <p>Historically Kyoto was the largest city in Japan, later surpassed by Osaka and Edo (Tokyo) towards the end of the 16th century. In the prewar years, Kyoto traded places with Kobe and Nagoya ranking as the 4th and 5th largest city. In 1947, it went back to being 3rd, but its population has gradually declined ever since. By 1960 it had fallen to 5th again, and by 1990 it had fallen to 7th, in 2012 it is now 8th. If current trends continue it could fall to 9th after Kawasaki.</p> <p>Kyoto has a humid subtropical climate (Köppen Cfa), featuring a marked seasonal variation in temperature and precipitation. Summers are hot and humid, though contrarily, winters are relatively cold with occasional snowfall. Kyoto's rain season begins around the middle of June and lasts until the end of July, yielding to a hot and sunny latter half of the summer. Kyoto, along with most of the Pacific coast and central areas of Japan is prone to typhoons during September and October.</p> <p>The directly elected executive mayor in Kyoto as of 2013 is Daisaku Kadokawa, an independent supported by Democratic Party of Japan, Liberal Democratic Party, New Komeito Party, Your Party and Social Democratic Party. The legislative city assembly has 69 elected members.</p> <p>The Kyoto Protocol to the United Nations Framework Convention on Climate Change (UNFCCC) is an international treaty that sets binding obligations on industrialized countries to reduce emissions of greenhouse gases. The Kyoto Protocol was adopted at the third session of the Conference of Parties to the UNFCCC (COP 3) held in Kyoto in 1997.</p> <p>Although ravaged by wars, fires, and earthquakes during its eleven centuries as the imperial capital, Kyoto was spared from much of the destruction of World War II. It was removed from the atomic bomb target list (which it had headed) by the personal intervention of Secretary of War Henry L. Stimson, as Stimson wanted to save this cultural center which he knew from his honeymoon and later diplomatic visits.</p> </div><!--content--> <footer class="footer"> <p><small>Copyright© Example.All Right Reserved</small></p> </footer><!-- footer -->
</div><!--container-->
</body>
</html> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>
SlideDown FixedMenu - Script Codes CSS Codes
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Alegreya);
/*--------------------- reset
----------------------- */
html{font-family: 'Alegreya',serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background-color:transparent}body{line-height:1}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background-color:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted black;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid#cccccc;margin:1em 0;padding:0}input,select{vertical-align:middle}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
/*--------------------- sample
----------------------- */
.container { margin: 0 0 50px;
}
p { text-align: center; line-height: 1.5; margin: 0 0 10px;
}
a { text-decoration: none; text-align: center;
}
#header { position: relative; min-height: 450px; background: url(https://source.unsplash.com/R3pUGn5YiTg) no-repeat fixed; background-size: cover; margin: 0 0 50px; text-shadow: 1px 1px 2px #666;
}
#header h1 { font-size: 50px; color: #fff; padding: 100px 0 30px; text-align: center;
}
#header p { color: #fff; font-size: 120%;
}
.head_menu { width: 800px; margin: 0 auto 50px; overflow: hidden;
}
.head_menu li { list-style: none; width: 133px; text-align: center; float: left;
}
.head_menu li a { display: block; color: #fff; padding: 20px 0;
}
.content { width: 600px; margin: 0 auto 50px;
}
.content p { font-size: 110%;
}
/*--------------------- スライドダウンする メニュー
----------------------- */
#slide_menu { width: 100%; background-color: #fff; box-shadow: 1px 1px 3px #ccc; /* スライドに必要な指定以下2行 */ position: fixed; top: -70px;
}
#slide_menu ul { overflow: hidden; max-width: 800px; margin: 0 auto;
}
#slide_menu ul li { float: left; list-style: none; margin: 17px 0; border-left: solid 1px #ccc; border-right: solid 1px #eee;
}
#slide_menu ul li:first-child { border-left: none;
}
#slide_menu ul li:last-child { border-right: none;
}
#slide_menu ul li a { display: block; width: 130px; padding: 10px 0; color: #333; font-size: 16px;
}
SlideDown FixedMenu - Script Codes JS Codes
$(function(){ var headHeight = $('#header').height(),// ↑ ヘッダーIDを指定 slideMenu = $('#slide_menu'), // ↑ メニューIDを指定 slideMenuHeight = slideMenu.height(); $(window).on("scroll", function() { if ($(this).scrollTop() > headHeight+5) {// ↑「+5」の数字でメニューの出現位置の調整が可能 例)+100 にするとヘッダーの高さ+100pxの位置でメニューが出現 slideMenu.stop().animate({'top' : 0 }, 200);// ↑ 文末の「, 200」の数値を変更で出現時アニメーションスピードの変更(ミリ秒単位) } else { slideMenu.stop().animate({'top' : -slideMenuHeight }, 200);// ↑ 文末の「, 200」の数値を変更で非表示時アニメーションスピードの変更(ミリ秒単位) } });
});

Developer | Mp_graphic |
Username | mp_graphic |
Uploaded | August 06, 2022 |
Rating | 3.5 |
Size | 5,602 Kb |
Views | 46,529 |
Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!
Name | Size |
Img hover | 1,646 Kb |
Scroll fade | 4,263 Kb |
Animation | 13,775 Kb |
Ticker | 2,501 Kb |
Animated Scroll Up Button | 7,154 Kb |
Vertical Scrollbars | 2,506 Kb |
Animation | 4,478 Kb |
5,653 Kb | |
Background | 16,643 Kb |
A Pen by mp_graphic | 5,900 Kb |
Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!
Name | Username | Size |
FCC - Tribute Page | Cmwebby | 0 Kb |
Pure CSS Read More Arrow | Zephyr | 1,747 Kb |
Background-blend-mode Test | 0x04 | 4,744 Kb |
Multi-step GSAP animation | Acacheung | 2,668 Kb |
The CodePen Logo | Kindofone | 4,259 Kb |
Coming Soon | MariamMassadeh | 1,680 Kb |
Asteroids | Davedehaan | 2,846 Kb |
Lightrays v2 | Sinthetyc | 2,903 Kb |
Coburg Banks SVG Logo | Mjtweaver | 3,875 Kb |
Clock Face Idea | Chrisburnell | 3,196 Kb |
Surf anonymously, prevent hackers from acquiring your IP address, send anonymous email, and encrypt your Internet connection. High speed, ultra secure, and easy to use. Instant setup. Hide Your IP Now!