STUDENT FOREVER
Tuesday, July 11, 2017
Sample redirect Script to other page Include message on 5 second
Sample Redirect To Other Page
<script type="text/javascript"> function Redirect() { window.location="http://stu-id.blogspot.ae/"; } document.write("You will redirect 5 seconds"); setTimeout('Redirect()', 5000); </script>
Tutorial Menu Link Sta\icky Plus DropDown in Blogger
Sample Stiky Menu For Blogger
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-6330450475415274", enable_page_level_ads: true }); </script> <style> ul { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: white; } li { float: left; } li a, .dropbtn { display: inline-block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 12px; font-weight: 900; } li a:hover, .dropdown:hover .dropbtn { background-color: #4CAF50; } li.dropdown { display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: ; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { color: #0e73c3; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover {background-color: #f1f1f1} .dropdown:hover .dropdown-content { display: block; } .fixed_header.social_header #main { padding-top: -50; } .navleft {float:left;} .navright {float:right;} .tabs-inner .widget ul {margin-right: 0px; margin-left: 0px;} .tabs-inner .widget ul, .tabs-inner .widget li a, .tabs-inner .section:first-child ul { background: none; border: 0px;} #navigationbar {width: 100%; height: 50px; background: #ff1212; opacity: 0.9; filter: alpha(opacity=50); position: fixed; top: 0px; left: 0px; z-index: 999;} </style> <div id="navigationbar"> <center> <ul> <li><a href="http://stu-id.blogspot.ae/">Home</a></li> <li><a href="#news">News</a></li> <li class="dropdown"> <a href="javascript:void(0)" class="dropbtn">Encryption /Decoder</a> <div class="dropdown-content"> <a href="/p/encrypview.html">Encryption+Viewer</a> <a href="/p/blog-page.html">Encryption html</a> <a href="/p/decode.html">Decoder html</a> <a href="/p/php.html">PHP Script</a> </div> <li><a href="/p/place-ads-free.html">Free ADS Here</a></li> </li> </ul> </center> </div>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)