很有仙气超有创意的单网页视差效果直接可以使用id1091

源码下载地址
在新演示地址

HTML,CSS,JS -超有创意的单网页视差效果直接可以使用id1091 网页前端设计

html

<!DOCTYPE html><html><head><title>The history of aeronautics</title><meta charset="utf-8" /><meta name="description" content="A parallax scrolling experiment using jQuery" /><link rel="stylesheet" media="all" href="css/main.css" /><script src="js/modernizr.custom.37797.js"></script> <!-- Grab Google CDN's jQuery. fall back to local if necessary --> <script src="https://www.5g-o.com/codedesign/wp-content/uploads/2020/02/jquery.min_.js"></script> <script>!window.jQuery && document.write('<script src="/js/jquery-1.6.1.min.js"><\/script>')</script><script src="js/parallax.js"></script></head><body><div id="wrapper"><header id="branding"><h1>The history of aeronautics</h1></header><nav id="primary"><ul><li><h1>First manned flights</h1><a class="manned-flight" href="#manned-flight">View</a></li><li><h1>The frameless parachute</h1><a class="frameless-parachute" href="#frameless-parachute">View</a></li><li><h1>Over the English Channel</h1><a class="english-channel" href="#english-channel">View</a></li><li><h1>About</h1><a class="about" href="#about">View</a></li></ul></nav><div id="content"><article id="manned-flight"><header><h1>First manned flights</h1></header><p>The first clearly recorded instance of a balloon carrying passengers used hot air to generate buoyancy and was built by the brothers Joseph-Michel and Jacques-Etienne Montgolfier in Annonay, France. After experimenting with unmanned balloons and flights with animals, the first tethered balloon flight with humans on board took place on October 15, 1783.</p><nav class="next-prev"><hr /><a class="next frameless-parachute" href="#frameless-parachute">Next</a></nav></article><article id="frameless-parachute"><header><h1>The frameless parachute</h1></header><p>André-Jacques Garnerin carried out the first jump with a silk parachute on October 22, 1797 at Parc Monceau, Paris. Garnerin's first parachute resembled a closed umbrella before he ascended; at a height of approximately 3,000 feet he severed the rope that connected his parachute to the balloon, and the basket fell to earth. Garnerin emerged uninjured.</p><nav class="next-prev"><a class="prev manned-flight" href="#manned-flight">Prev</a><hr /><a class="next english-channel" href="#english-channel">Next</a></nav></article><article id="english-channel"><header><h1>Over the English Channel</h1></header><p>On January 7, 1785, Jean Pierre Blanchard and Dr. John Jeffries made the first flight over the English Channel, traveling from Dover to France. During the crossing the balloon lost altitude, so they began tossing everything in the gondola they possibly could, even their clothes. About two hours after take off, they crossed the French coast clad only in their underwear.</p><nav class="next-prev"><a class="prev frameless-parachute" href="#frameless-parachute">Prev</a><hr /><a class="next about" href="#about">Next</a></nav></article><article id="about"><header><h1>About</h1></header><p>This is a jQuery parallax scrolling experiment by Jonathan Nicol. <a href="http://f6design.com/journal/2011/08/06/build-a-parallel-scrolling-website-interface-with-jquery-and-css/">Read about it</a> on my blog.</p><nav class="next-prev"><a class="prev english-channel" href="#english-channel">Prev</a><hr /></nav></article></div><!-- Parallax foreground --><div id="parallax-bg3"><img id="bg3-1" src="img/balloon.png" width="529" height="757" alt="Montgolfier hot air balloon"/><img id="bg3-2" src="img/balloon2.png" width="603" height="583" alt="Frameless parachute"/><img id="bg3-3" src="img/balloon3.png" width="446" height="713" alt="Blanchard's air balloon"/><img id="bg3-4" src="img/ground.png" width="1104" height="684" alt="Landscape with trees and cows"/></div><!-- Parallax  midground clouds --><div id="parallax-bg2"><img id="bg2-1" src="img/cloud-lg1.png" alt="cloud"/><img id="bg2-2" src="img/cloud-lg1.png" alt="cloud"/><img id="bg2-3" src="img/cloud-lg1.png" alt="cloud"/><img id="bg2-4" src="img/cloud-lg1.png" alt="cloud"/><img id="bg2-5" src="img/cloud-lg1.png" alt="cloud"/></div><!-- Parallax  background clouds --><div id="parallax-bg1"><img id="bg1-1" src="img/cloud-lg2.png" alt="cloud"/><img id="bg1-2" src="img/cloud-lg2.png" alt="cloud"/><img id="bg1-3" src="img/cloud-lg2.png" alt="cloud"/><img id="bg1-4" src="img/cloud-lg2.png" alt="cloud"/></div></div></body></html>
/* PARALLAX SCROLLING EXPERIMENTMaster StylesAuthor: Jonathan Nicol (f6design.com)
*****************************************************************//* Global resethttp://meyerweb.com/eric/tools/css/reset/
*****************************************************************/html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;
}
body {line-height: 1;
}
ol, ul {list-style: none;
}
blockquote, q {quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;
}
table {border-collapse: collapse;border-spacing: 0;
}/* Extended base styles (site specific)
*****************************************************************/html { overflow-y: scroll; /* always force a scrollbar in non-IE */}
body {background: #e3e5e5;overflow-x: hidden;height: 4550px;line-height: 1.5;color: #000;font-size: 14px;font-family: Arial,sans-serif;
}
h1 {color: #21a97e;
}
a, a:link,
a:active,
a:visited {-webkit-transition: color 0.25s ease-out;-moz-transition: color 0.25s ease-out;-o-transition: color 0.25s ease-out;transition: color 0.25s ease-out;color:#21a97e;outline: none;text-decoration:none;}a:hover { color:#000;}
img { display:block;}
p {margin:1em 0;}/* Common shared styles
*****************************************************************/hr {margin: 0;border: none;border-top: 1px solid #3b3b3b;border-bottom: 1px solid #3b3b3b;height: 3px;
}/* Page structure
*****************************************************************/#wrapper {position: relative;
}
#branding {width: 100%;background: #fff;}#branding h1 {width: 940px;padding: 10px 15px;margin: 0 auto;text-transform: uppercase;font-size: 18px;font-weight: bold;}/* Nav
*****************************************************************/nav#primary {z-index: 5;position: fixed;top: 50%;right: 16px;margin-top: -40px;
}
nav#primary li {position: relative;height: 20px;
}
nav#primary a {display: block;width: 20px;height: 20px;text-indent: -9999px;background: transparent url('https://www.5g-o.com/codedesign/wp-content/uploads/2020/09/nav-dot.png') 4px 4px no-repeat;
}
nav#primary a:hover, nav#primary a.active {background: transparent url('https://www.5g-o.com/codedesign/wp-content/uploads/2020/09/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h1 {position: absolute;right: 22px;top: -7px;display: none;padding: 4px 20px 4px 7px;;color: #fff;white-space: nowrap;background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;}
nav.next-prev {margin: 20px 0 0 0;}a.prev,a.next {display: block;width: 15px;height: 11px;text-indent: -9999px;}a.prev {margin: 0 auto 5px auto;background: transparent url('https://www.5g-o.com/codedesign/wp-content/uploads/2020/09/scroll-arrow-up.png') 0 0 no-repeat;}a.prev:hover {background: transparent url('https://www.5g-o.com/codedesign/wp-content/uploads/2020/09/scroll-arrow-up.png') 0 -11px no-repeat;}a.next {margin: 5px auto 0 auto;background: transparent url('https://www.5g-o.com/codedesign/wp-content/uploads/2020/09/scroll-arrow-down.png') -1px 0 no-repeat;}a.next:hover {background: transparent url('https://www.5g-o.com/codedesign/wp-content/uploads/2020/09/scroll-arrow-down.png') -1px -11px no-repeat;}/* Parallax
*****************************************************************//* content */
#content {z-index: 4;position: relative;max-width: 940px;padding: 0 10px;margin: 0 auto;line-height: 1.7;}#content article {width: 300px;}#manned-flight ,#frameless-parachute,#english-channel,#about {padding-top: 105px;}#manned-flight {position: absolute;top: 0px;}#frameless-parachute {position: absolute;top: 1090px;}#english-channel {position: absolute;top: 2180px;}#content h1 {margin: 0 0 25px 0;font-size: 60px;font-family: Georgia, serif;font-weight: normal;line-height: 65px;}#about {position: absolute;top: 3270px;}
/* foreground (ballons/landscape) */
#parallax-bg3 {z-index: 3;position: fixed;left: 50%; /* align left edge with center of viewport */top: 0;width: 940px;margin-left: -470px; /* move left by half element's width */}/* balloon */#bg3-1 {position: absolute;top: -111px;left: 355px;}#bg3-2 {position: absolute;top: 812px;left: 321px;}#bg3-3 {position: absolute;top: 1628px;left: 403px;}#bg3-4 {position: absolute;top: 2700px;left: -85px;}
/* midground (clouds) */
#parallax-bg2 {z-index: 2;position: fixed;left: 50%; /* align left edge with center of viewport */top: 0;width: 1200px;margin-left: -600px; /* move left by half element's width */}#bg2-1 {position: absolute;top: 162px;left: 200px;}#bg2-2 {position: absolute;top: 300px;left: 1150px;}#bg2-3 {position: absolute;top: 543px;left: -35px;}#bg2-4 {position: absolute;top: 1180px;left: 250px;}#bg2-5 {position: absolute;top: 900px;left: 890px;}
/* background (clouds) */
#parallax-bg1 {z-index: 1;position: fixed;left: 50%; /* align left edge with center of viewport */top: 0;width: 1200px;margin-left: -600px; /* move left by half element's width */}#bg1-1 {position: absolute;top: 85px;left: -270px;}#bg1-2 {position: absolute;top: 440px;left: 795px;}#bg1-3 {position: absolute;top: 900px;left: -220px;}#bg1-4 {position: absolute;top: 1020px;left: 450px;}

源码下载地址
在新演示地址

点赞 评论 转发就是对up的最大支持和鼓励, 非常谢谢!

很有仙气超有创意的单网页视差效果直接可以使用id1091相关推荐

  1. HTML+CSS+JavaScript 超具创意的网页生日快乐祝福网页模板

    HTML+CSS+JavaScript 超具创意的网页生日快乐祝福网页模板 是不是还没有给心爱的人准备小礼物呀,但是别担心,精心创作了一个"飘动爱心3D相册"网页,按照下面这个教程 ...

  2. 50个有创意的单页网站设计

    相对很多数不清的网站页面来说,单页面网站需要在仅有的页面里放入足够多的内容,所以如何分配空间是很重要的.对这类网站的设计我们更多的是运用空间的合理规划.这就需要设计师有好的创意来让浏览者愉快的获得信息 ...

  3. 有创意的html主题,13个超富创意的HTML5前端动画

    1.CSS3 3D图片向上翻转渐隐消失动画 今天我们要来分享一款很不错的图片文字提示动画特效,当我们将鼠标滑过图片时,图片就会出现向上翻转,然后出现图片的文字介绍,这个过程中利用了CSS3的相关属性让 ...

  4. 网站广告1像素1元,超有创意的百万像素网站

    PC互联网真的没有前途了吗?来自湖南的马晓鹏制作了一个超有创意的1百万像素网站(1bwxs)会给你答案. 1百万像素(1bwxs)是一个广告网.与一般的网站运营方式不同,这个网站不提供任何形式的信息服 ...

  5. Time Out“全球超酷街区”榜单新鲜出炉

    伦敦--(美国商业资讯)--Time Out发布的第四届年度全球超酷街区(World's CoolestNeighbourhoods)榜单显示,哥本哈根纳莱布罗区夺得头筹.该榜单收录了人们开始走出疫情 ...

  6. 【前端实例代码】Html5+css3创建登录和注册表单~实现新拟态新拟物风格(Neumorphism)网页图标效果~手把手教学~新手必会~超简单 ~

    b站视频演示效果: [web前端特效源码]Html5+css3创建登录和注册表单2!实现新拟态新拟物风格(Neumorphism)网页图标效果!手把手教学!新手必会!超简单 ~ 效果图: 完整代码: ...

  7. 超富有创意的微型纸袋树(paper bag tree)设计

    日期:2012-11-20  来源:GBin1.com 今天我们推荐来自日本设计师Yuken Teruya的一组超棒的微型纸袋树设计,如果对于设计和创意有兴趣的朋友一定要看看他的网站中的各种创意设计, ...

  8. php表单网页实例,40多个漂亮的网页表单设计实例_HTML/Xhtml_网页制作

    下面我们介绍40多个漂亮的网页表单例子以及现代的解决方案和与网页表单设计有关的创造性思维.其中有一些是flash的:尽管如此,在大多数情况下,你能很容易的使用简单的css和(x)html来创建相同的设 ...

  9. Python爬虫: 单网页 所有静态网页 动态网页爬取

    Python爬虫: 单网页 所有静态网页 动态网页爬取 前言:所有页代码主干均来自网上!!!感谢大佬们. 其实我对爬虫还挺感兴趣的,因为我玩instagram(需要科学上网),上过IG的人都知道IG虽 ...

最新文章

  1. python 加密和解密
  2. python对文件的读操作方法有哪些-用python实现读写文件常见操作方式
  3. triplet loss后面不收敛_Policy Gradient——一种不以loss来反向传播的策略梯度方法...
  4. 不合群的人,经常习惯一个人独来独往,这样的人有出息吗?
  5. sql server 循环_学习SQL:SQL Server循环简介
  6. 统计学习方法--提升方法adaBoost算法(集成学习)
  7. 华为机试HJ91:走方格的方案数
  8. 随机森林的原理及Python代码实现
  9. iPhone如何拍摄惊人的照片
  10. 微服务可用性设计(二):过载保护,限流
  11. android 提取方法,Android ROM文件提取方法
  12. 小水智能-智能楼宇智慧建筑3D可视化系统,实现了数据的整合
  13. IDLE的介绍和使用
  14. 电脑主板线路连接图解_跳线接法图解 主板开机线接法图解
  15. SuiteScritp 2.0开发实例 自定义工单+领料单 单据流转 打印
  16. 小喇叭上面有红叉,显示未插入扬声器或耳机,电脑没声音
  17. 小米设备跨版本降级后相机打不开陀螺仪无法工作解决办法
  18. mysql取前一个月时间戳_mysql中获取一天、一周、一月时间数据的各种sql语句写...
  19. 小米实习---推荐系统--二面
  20. KERNEL32相关函数

热门文章

  1. android sex games app,Beginning Android Games 2nd Edition
  2. 三观不合,究竟是哪三观?
  3. Vue全家桶系列之Vuex(一)
  4. 谁生活在地狱,自己心里都有数 ---Leo读 不是孙振耀写的职场感言 3
  5. 【无标题】灵遁者:一个好听的名字当然重要,因为这个名字代表你
  6. 性别收入差距=歧视?Oaxaca-Blinder分解方法
  7. HTML爱心动画小玩意儿
  8. 华裔女性钱璐璐:用 DNA 开发人工智能神经网络,识别手写数字!
  9. 听说PlusFo超级链已经正式上线,快来围观
  10. 面试笔试杂项积累-leetcode 6-10