Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/409.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript Jquery图像滑块在Dreamweaver中工作,但在Google Chrome浏览器中不工作?_Javascript_Jquery_Html_Dreamweaver - Fatal编程技术网

Javascript Jquery图像滑块在Dreamweaver中工作,但在Google Chrome浏览器中不工作?

Javascript Jquery图像滑块在Dreamweaver中工作,但在Google Chrome浏览器中不工作?,javascript,jquery,html,dreamweaver,Javascript,Jquery,Html,Dreamweaver,在过去的几天里,我一直在努力修复这个Jquery滑块,我不知道发生了什么。当我在HTML Dreamweaver中将其设置为“Live”时,它就工作了。一个问题是,它不会居中于屏幕中间,图像从上到下而不是从右到左滑动。它还显示了下一个即将到来的图像在滑块下,然后被放在一边(像一个“小故障”),我不明白为什么它会这样做。在谷歌Chrome浏览器中预览时,滑块没有出现,只是出现了原本应该在滑块中的照片的静止图像。有人能帮我吗?我该如何解决这个问题:(这真的让我很紧张 <!DOCTYPE htm

在过去的几天里,我一直在努力修复这个Jquery滑块,我不知道发生了什么。当我在HTML Dreamweaver中将其设置为“Live”时,它就工作了。一个问题是,它不会居中于屏幕中间,图像从上到下而不是从右到左滑动。它还显示了下一个即将到来的图像在滑块下,然后被放在一边(像一个“小故障”),我不明白为什么它会这样做。在谷歌Chrome浏览器中预览时,滑块没有出现,只是出现了原本应该在滑块中的照片的静止图像。有人能帮我吗?我该如何解决这个问题:(这真的让我很紧张

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" href="blueberry.css" />
<style type="text/css">
*{
    margin: 0;
    border: 0;
    padding: 0;
}
body {
    background: #F0F0F0;
    font: 14px/20px Arial, San-Serif;
    color: #555;    
    margin: 0;
}
h1 { 
    text-align: center;
    font-size: 180%;
    line-height: 120%;
    padding: 5% 0:
}
h2 {
    text-decoration: underline;
    line-height: 280%;
    padding-left: 2%;   
}
h3  {
    line-height: 110%;
    padding: 5% 0;
}
p {
    padding: 1%;    
}
a {
    color: #FFF;    
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #FFF;
    text-decoration: underline; 
}
header {
    background: #405580;
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.90;  
}
#logo {
    maergin: 20px;
    float: left;
    width: 600px;
    height: 79px;
    background: url(http://images.cooltext.com/4390568.png) no-repeat center;
}
nav {
    float: right;
    padding: 35px 20px 20px 0;
}
#menu-icon {
    display:hidden;
    width: 40px;
    height: 40px;
    background: url(http://www.w3newbie.com/wp-content/uploads/icon.png) center;
}
a:hover#menu-icon {
    border-radius: 4px 4px 0 0;
}
ul {
    list-style: none    
}
nav ul li {
    display: inline-block;
    floating: left;
    padding: 10px;
}
.current {
    color: #FFF;
    text-decoration: underline;
}
#doc {
    margin: 40px 0;
}
#content {
    margin: 0 auto;
    max-width: 1140;
    margin-top: 110px;
}
.blueberry {
    max-width: 960px;
    margin-top: 110px;  
}
section {
    width: 29%;
    float: left;
    margin: 2% 2%;
    text-align: center; 
}
.clear {
    clear: both;
}
article {
    float: left;
    margin: 0 auto;
    width: 50%;
    height: auto;
    padding: 4%;
}
aside {
    float: right;
    margin: 0 auto;
    width: 35%;
    height: auto;
    padding: 3%;
}
ul. gym li {
    padding-left: 3%
}
footer {
    background: #333333;
    width: 100%;    
    overflow: hidden;
    opacity: 0.90%;
}
footer p, footer h3 {
    color: #FFF;
}
footer p a {
    color: #FFF;
    text-decoration: none;
}
ul.social li {
    display: inline;
}
ul.social li img {
    height: 50px;
}
footer.second {
    border-top: 1px solid #4D4E50;
    background-color: #333333;
    max-height: 50px;
    text-align: center;
    opacity: 0.95;
} 
/*------------------MEDIA!!----------*/
@media screen and (max-width: 478px) {
    body { 
        position: absolute;
    }
}
@media screen and (max-width: 740px) {
    header {
        position: absolute 
    }
    #menu-icon {
        display: inline-block
    }nav ul, nav: active ul {
        display: none;
        position: absolute;
        padding: 20px;
        background: #405580;
        border: 1px solid #FFF;
        right: 20px;
        top: 60px;
        width: 50%;
        border-radius: 2px 0 2px 2px;
    }
    nav li {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }
    nav:hover ul {
        display: block;
    }
    section { 
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    article { 
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    aside { 
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src= "jquery.blueberry.js"></script>
<script>
$(window).load(function() {
    $('.blueberry').blueberry();
});
</script>
</head>
<body>
    <header>
        <a href="#" id="logo"></a>
        <nav>
            <a href="#" id="menu-icon"></a>
            <ul>
                <li><a href="#" class= "current">Home</a></li>
                <li><a href="#">Books</a></li>
                <li><a href="#">Orders</a></li>
                <li><a href="#">FAQ</a></li>
                <li><a href="#">Contact</a></li>
          </ul>
      </nav><br />
</header>
    <div id="doc">
        <div id="content"> 
            <div class="blueberry">
                <ul class="slides" >
                    <li><img src="http://skelbiu-img.dgn.lt/1_5_206818520/surenkame-knygas.jpg" alt="BookOpening" width="960" height="476" /> </li>
                    <li><img src="http://www.abc.net.au/news/image/5668412-3x2-940x627.jpg " alt="BookSection" width="960" height="476" /> </li>
                  <li><img src="http://s3-ec.buzzfed.com/static/2014-10/22/15/enhanced/webdr10/edit-wide-942-1414005865-6.jpg" alt="BookLane" width="960" height="476" /> </li>
                  <li><img src="http://pfauth.com/wp-content/uploads/2012/05/03_Shakespeare_and_Company-975x327.jpg" alt="BookRange" width="960" height="476" /> </li>
                </ul>
            </div>
        </div>
    </div>
   <section>            
     <img src="http://www.sunlitemitre10.com.au/site/assets/media/tick.png" alt="Tick" width="70" height="70" />
       <h1> WELCOME! </h1>
        <p> Hello! Welcome to our website. If you are a local... see you in real time and space on your next visit ... for cheap secondhand books. If you're from somewhere else, come talk to us on the World Wide Web, and if you're visiting Geelong anytime soon, we hope you'll come by.</p>
</section>
<section>
     <img src="http://cliparts.co/cliparts/Bcg/Krr/BcgKrr9zi.png" alt="Tick" width="70" height="70"  />
       <h1> GOOD NEWS </h1>
        <p> All books are going to be 5% off in July and December, 2015! We'll be selling a range of secondhand books, and selected new ones.</p>
</section>
<section>
       <img src="http://www.sunlitemitre10.com.au/site/assets/media/tick.png" alt="Tick" width="70" height="70" />
        <h1> HISTORY </h1>
        <p> In August 2001, Mary and John have opened this used book shop located in: 123 Moorabool Street, in Geelong. 
Since 2015, we have  started opening at 9 a.m.!  We must be the only book shop in Geelong that open up at this hour, and it's  been said to be the best Secondhand Bookshop in Geelong.</p>
    </section>
  <div class="clear"></div>  
     <section>
        <h1> Do you have books to sell? </h1>
        <img src= "http://mycollegeguide.org/blog/wp-content/uploads/2012/09/selling_books_2.jpg" alt="sell" width="400" height="350" /> 
        <p> We are always on the look out for secondhand books. Do try us if you have any that you no longer require, we may well be interested, for cash or exchange. PLEASE PHONE FIRST, to arrange a convenient time. </p>
    </section>
    <section>
        <h2> IMPORTANT NOTICE! </h2>
       <img src="http://storage.googleapis.com/wzukusers/user-14023369/images/559eb2ee1fbecjiSir57/Fanned-Book1cropped_400.jpg" alt="imp" width="400" height="353" />
<p> From Monday October 5th to Friday October 10th, we will be closing early, for stocktake. The shop will be open until 1pm. Saturday, on the  11th we will return to normal trading hours. Apologies for any inconvenience.</p>
    </section>
    <section>
        <h1> Take a read </h1>
        <img src="https://writesandwrongsblog.files.wordpress.com/2014/07/elylanguages_1892125c.jpg" alt="sit" width="460" height="288" />
        <p> Come and stop by the reading area and see if we've got the book that you're looking for in stock. We also got stock cards, wrapping paper and various journals and more. </p>
        </section>
     <footer>
        <section>
            <h3><b> Best Second-hand Bookshop in Geelong </b></h3>
            <p> <b> - Mary & John </b><br><br>
             </p>
        </section>

        <section>
            <h3> Connect with Us! </h3>
            <ul class="social" >
                <li> <a href="#"><img src= "http://lifeallieslab.com/images/fb-icon.png" alt="fb" height="59" width="55"/></a></li>
                <li> <a href="#"><img src= "http://pictures.dealer.com/d/dickdyervolvovcna/0008/0304ac7e766dd3685950e8f2fba330a0x.jpg" alt="g" height="36" width="36"/></a></li> 
                <li> <a href="#"><img src= "https://cdn3.iconfinder.com/data/icons/free-social-icons/67/twitter_circle_color-512.png" alt="twitter" height="40" width="40"/></a></li>
                <li> <a href="#"><img src= "http://icons.iconarchive.com/icons/martz90/circle/256/pinterest-icon.png" alt="pintrest" height="40" width="40"/></a></li>
            </ul>
            </section>
            <section>
                <img src="http://www.iconsdb.com/icons/preview/white/book-xxl.png" alt="icon" width="128" height="128"/>
            </section>
    </footer> 
    <footer class= "second">
        <p> @University, School of Information Technology. This web page has been developed as a student assignment for this uni, Introduction to Web Development. Therefore it is not part of the University's authorised web site. DO NOT USE THE INFORMATION CONTAINED ON THIS WEB PAGE IN ANY WAY."</p>
        </footer>


</body>

</html>

无标题文件
*{
保证金:0;
边界:0;
填充:0;
}
身体{
背景:#f0;
字体:14px/20px Arial,sanserif;
颜色:#555;
保证金:0;
}
h1{
文本对齐:居中;
字号:180%;
线高:120%;
填充:5%0:
}
氢{
文字装饰:下划线;
线高:280%;
左:2%;
}
h3{
线高:110%;
填充:5%0;
}
p{
填充:1%;
}
a{
颜色:#FFF;
文字装饰:无;
字体大小:粗体;
}
a:悬停{
颜色:#FFF;
文字装饰:下划线;
}
标题{
背景:#405580;
宽度:100%;
高度:86px;
位置:固定;
排名:0;
左:0;
z指数:100;
不透明度:0.90;
}
#标志{
梅尔金:20px;
浮动:左;
宽度:600px;
高度:79px;
背景:url(http://images.cooltext.com/4390568.png)无重复中心;
}
导航{
浮动:对;
填充:35px 20px 20px 0;
}
#菜单图标{
显示:隐藏;
宽度:40px;
高度:40px;
背景:url(http://www.w3newbie.com/wp-content/uploads/icon.png)中心;
}
a:悬停#菜单图标{
边界半径:4px4p0;
}
保险商实验室{
列表样式:无
}
李国荣{
显示:内联块;
浮动:左;
填充:10px;
}
.当前{
颜色:#FFF;
文字装饰:下划线;
}
#医生{
利润率:40px0;
}
#内容{
保证金:0自动;
最大宽度:1140;
利润上限:110像素;
}
.蓝莓{
最大宽度:960像素;
利润上限:110像素;
}
部分{
宽度:29%;
浮动:左;
利润率:2%2%;
文本对齐:居中;
}
.清楚{
明确:两者皆有;
}
文章{
浮动:左;
保证金:0自动;
宽度:50%;
高度:自动;
填充:4%;
}
旁白{
浮动:对;
保证金:0自动;
宽度:35%;
高度:自动;
填充:3%;
}
李先生{
左:3%
}
页脚{
背景:#333333;
宽度:100%;
溢出:隐藏;
不透明度:0.90%;
}
页脚p,页脚h3{
颜色:#FFF;
}
页脚p a{
颜色:#FFF;
文字装饰:无;
}
ul.socialli{
显示:内联;
}
ul.socialli img{
高度:50px;
}
页脚秒{
边框顶部:1px实心#4D4E50;
背景色:#333333;
最大高度:50px;
文本对齐:居中;
不透明度:0.95;
} 
/*------------------媒体----------*/
@媒体屏幕和屏幕(最大宽度:478px){
正文{
位置:绝对位置;
}
}
@媒体屏幕和屏幕(最大宽度:740像素){
标题{
位置:绝对位置
}
#菜单图标{
显示:内联块
}导航ul,导航:主动ul{
显示:无;
位置:绝对位置;
填充:20px;
背景:#405580;
边框:1px实心#FFF;
右:20px;
顶部:60px;
宽度:50%;
边界半径:2px 0 2px 2px;
}
李海军{
文本对齐:居中;
宽度:100%;
填充:10px0;
保证金:0;
}
导航:悬停{
显示:块;
}
第{
浮动:左;
宽度:100%;
保证金:0;
填充:0;
}
第{
浮动:左;
宽度:100%;
保证金:0;
填充:0;
}
旁白{
浮动:左;
宽度:100%;
保证金:0;
填充:0;
}
}
}
$(窗口)。加载(函数(){
$('.blueberry').blueberry();
});

欢迎 您好!欢迎访问我们的网站。如果您是本地人…下次访问时,我们将与您进行实时和空间交流…购买便宜的二手书。如果您来自其他地方,请通过万维网与我们联系。如果您很快要访问吉朗,我们希望您能光临

好消息 2015年7月和12月,所有书籍都将有5%的折扣!我们将出售一系列二手书和精选新书

历史 2001年8月,玛丽和约翰在吉隆的莫拉布尔街123号开了一家二手书店。 从2015年开始,我们从早上9点开始营业!我们一定是吉隆唯一一家在这个时候营业的书店,据说它是吉隆最好的二手书店

你有书卖吗? 我们一直在寻找二手书。如果您有任何不再需要的书,请尝试我们,我们可能会感兴趣,现金或兑换。请先打电话,安排一个方便的时间

重要通知! 从10月5日星期一到10月10日星期五,我们将提前关门盘点。商店将营业到下午1点。11日星期六,我们将恢复正常交易时间。对于由此带来的不便,我们深表歉意

阅读 过来
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>

    <style type="text/css">
        .blueberry { margin: 0 auto; overflow: hidden; }
        .blueberry .slides {
            display: block;
            position: relative;
            overflow: hidden;
        }
        .blueberry .slides li {
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
        }
        .blueberry .slides li img {
            display: block;
            width: 100%;
            max-width: none;
        }
        .blueberry .slides li.active { display: block; position: relative; }
        .blueberry .crop li img { width: auto; }

        .blueberry .pager {
            height: 40px;
            text-align: center;
        }
        .blueberry .pager li { display: inline-block; }
        .blueberry .pager li a,
        .blueberry .pager li a span {
            display: block;
            height: 4px;
            width: 4px;
        }
        .blueberry .pager li a {
            padding: 18px 8px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -o-border-radius: 6px;
            -ms-border-radius: 6px;
            -khtml-border-radius: 6px;
            border-radius: 6px;

        }
        .blueberry .pager li a span {
            overflow: hidden;
            background: #c0c0c0;
            text-indent: -9999px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            -ms-border-radius: 2px;
            -khtml-border-radius: 2px;
            border-radius: 2px;

        }
        .blueberry .pager li.active a span { background: #404040; }
        *{
            margin: 0;
            border: 0;
            padding: 0;
        }
        body {
            background: #F0F0F0;
            font: 14px/20px Arial, San-Serif;
            color: #555;
            margin: 0;
        }
        h1 {
            text-align: center;
            font-size: 180%;
            line-height: 120%;
            padding: 5% 0:
        }
        h2 {
            text-decoration: underline;
            line-height: 280%;
            padding-left: 2%;
        }
        h3  {
            line-height: 110%;
            padding: 5% 0;
        }
        p {
            padding: 1%;
        }
        a {
            color: #FFF;
            text-decoration: none;
            font-weight: bold;
        }
        a:hover {
            color: #FFF;
            text-decoration: underline;
        }
        header {
            background: #405580;
            width: 100%;
            height: 86px;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 100;
            opacity: 0.90;
        }
        #logo {
            maergin: 20px;
            float: left;
            width: 600px;
            height: 79px;
            background: url(http://images.cooltext.com/4390568.png) no-repeat center;
        }
        nav {
            float: right;
            padding: 35px 20px 20px 0;
        }
        #menu-icon {
            display:hidden;
            width: 40px;
            height: 40px;
            background: url(http://www.w3newbie.com/wp-content/uploads/icon.png) center;
        }
        a:hover#menu-icon {
            border-radius: 4px 4px 0 0;
        }
        ul {
            list-style: none
        }
        nav ul li {
            display: inline-block;
            floating: left;
            padding: 10px;
        }
        .current {
            color: #FFF;
            text-decoration: underline;
        }
        #doc {
            margin: 40px 0;
        }
        #content {
            margin: 0 auto;
            max-width: 1140;
            margin-top: 110px;
        }
        .blueberry {
            max-width: 960px;
            margin-top: 110px;
        }
        section {
            width: 29%;
            float: left;
            margin: 2% 1%;
            text-align: center;
        }
        .clear {
            clear: both;
        }
        article {
            float: left;
            margin: 0 auto;
            width: 50%;
            height: auto;
            padding: 4%;
        }
        aside {
            float: right;
            margin: 0 auto;
            width: 35%;
            height: auto;
            padding: 3%;
        }
        ul. gym li {
            padding-left: 3%
        }
        footer {
            background: #333333;
            width: 100%;
            overflow: hidden;
            opacity: 0.90%;
        }
        footer p, footer h3 {
            color: #FFF;
        }
        footer p a {
            color: #FFF;
            text-decoration: none;
        }
        ul.social li {
            display: inline;
        }
        ul.social li img {
            height: 50px;
        }
        footer.second {
            border-top: 1px solid #4D4E50;
            background-color: #333333;
            max-height: 50px;
            text-align: center;
            opacity: 0.95;
        }
        /*------------------MEDIA!!----------*/
        @media screen and (max-width: 478px) {
            body {
                position: absolute;
            }
        }
        @media screen and (max-width: 740px) {
            header {
                position: absolute
            }
            #menu-icon {
                display: inline-block
            }nav ul, nav: active ul {
                 display: none;
                 position: absolute;
                 padding: 20px;
                 background: #405580;
                 border: 1px solid #FFF;
                 right: 20px;
                 top: 60px;
                 width: 50%;
                 border-radius: 2px 0 2px 2px;
             }
            nav li {
                text-align: center;
                width: 100%;
                padding: 10px 0;
                margin: 0;
            }
            nav:hover ul {
                display: block;
            }
            section {
                float: left;
                width: 100%;
                margin: 0;
                padding: 0;
            }
            article {
                float: left;
                width: 100%;
                margin: 0;
                padding: 0;
            }
            aside {
                float: left;
                width: 100%;
                margin: 0;
                padding: 0;
            }
        }

        }
    </style>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
    <script src= "https://raw.githubusercontent.com/marktuk/Blueberry/master/jquery.blueberry.js"></script>
    <script>
        $(window).load(function() {
            $('.blueberry').blueberry();
        });
    </script>
</head>
<body>
<header>
    <a href="#" id="logo"></a>
    <nav>
        <a href="#" id="menu-icon"></a>
        <ul>
            <li><a href="#" class= "current">Home</a></li>
            <li><a href="#">Books</a></li>
            <li><a href="#">Orders</a></li>
            <li><a href="#">FAQ</a></li>
            <li><a href="#">Contact</a></li>
        </ul>
    </nav><br />
</header>
<div id="doc">
    <div id="content">
        <div class="blueberry">
            <ul class="slides" >
                <li><img src="http://skelbiu-img.dgn.lt/1_5_206818520/surenkame-knygas.jpg" alt="BookOpening" width="960" height="476" /> </li>
                <li><img src="http://www.abc.net.au/news/image/5668412-3x2-940x627.jpg " alt="BookSection" width="960" height="476" /> </li>
                <li><img src="http://s3-ec.buzzfed.com/static/2014-10/22/15/enhanced/webdr10/edit-wide-942-1414005865-6.jpg" alt="BookLane" width="960" height="476" /> </li>
                <li><img src="http://pfauth.com/wp-content/uploads/2012/05/03_Shakespeare_and_Company-975x327.jpg" alt="BookRange" width="960" height="476" /> </li>
            </ul>
        </div>
    </div>
</div>
<section>
    <img src="http://www.sunlitemitre10.com.au/site/assets/media/tick.png" alt="Tick" width="70" height="70" />
    <h1> WELCOME! </h1>
    <p> Hello! Welcome to our website. If you are a local... see you in real time and space on your next visit ... for cheap secondhand books. If you're from somewhere else, come talk to us on the World Wide Web, and if you're visiting Geelong anytime soon, we hope you'll come by.</p>
</section>
<section>
    <img src="http://cliparts.co/cliparts/Bcg/Krr/BcgKrr9zi.png" alt="Tick" width="70" height="70"  />
    <h1> GOOD NEWS </h1>
    <p> All books are going to be 5% off in July and December, 2015! We'll be selling a range of secondhand books, and selected new ones.</p>
</section>
<section>
    <img src="http://www.sunlitemitre10.com.au/site/assets/media/tick.png" alt="Tick" width="70" height="70" />
    <h1> HISTORY </h1>
    <p> In August 2001, Mary and John have opened this used book shop located in: 123 Moorabool Street, in Geelong.
        Since 2015, we have  started opening at 9 a.m.!  We must be the only book shop in Geelong that open up at this hour, and it's  been said to be the best Secondhand Bookshop in Geelong.</p>
</section>
<div class="clear"></div>
<section>
    <h1> Do you have books to sell? </h1>
    <img src= "http://mycollegeguide.org/blog/wp-content/uploads/2012/09/selling_books_2.jpg" alt="sell" width="400" height="350" />
    <p> We are always on the look out for secondhand books. Do try us if you have any that you no longer require, we may well be interested, for cash or exchange. PLEASE PHONE FIRST, to arrange a convenient time. </p>
</section>
<section>
    <h2> IMPORTANT NOTICE! </h2>
    <img src="http://storage.googleapis.com/wzukusers/user-14023369/images/559eb2ee1fbecjiSir57/Fanned-Book1cropped_400.jpg" alt="imp" width="400" height="353" />
    <p> From Monday October 5th to Friday October 10th, we will be closing early, for stocktake. The shop will be open until 1pm. Saturday, on the  11th we will return to normal trading hours. Apologies for any inconvenience.</p>
</section>
<section>
    <h1> Take a read </h1>
    <img src="https://writesandwrongsblog.files.wordpress.com/2014/07/elylanguages_1892125c.jpg" alt="sit" width="460" height="288" />
    <p> Come and stop by the reading area and see if we've got the book that you're looking for in stock. We also got stock cards, wrapping paper and various journals and more. </p>
</section>
<footer>
    <section>
        <h3><b> Best Second-hand Bookshop in Geelong </b></h3>
        <p> <b> - Mary & John </b><br><br>
        </p>
    </section>

    <section>
        <h3> Connect with Us! </h3>
        <ul class="social" >
            <li> <a href="#"><img src= "http://lifeallieslab.com/images/fb-icon.png" alt="fb" height="59" width="55"/></a></li>
            <li> <a href="#"><img src= "http://pictures.dealer.com/d/dickdyervolvovcna/0008/0304ac7e766dd3685950e8f2fba330a0x.jpg" alt="g" height="36" width="36"/></a></li>
            <li> <a href="#"><img src= "https://cdn3.iconfinder.com/data/icons/free-social-icons/67/twitter_circle_color-512.png" alt="twitter" height="40" width="40"/></a></li>
            <li> <a href="#"><img src= "http://icons.iconarchive.com/icons/martz90/circle/256/pinterest-icon.png" alt="pintrest" height="40" width="40"/></a></li>
        </ul>
    </section>
    <section>
        <img src="http://www.iconsdb.com/icons/preview/white/book-xxl.png" alt="icon" width="128" height="128"/>
    </section>
</footer>
<footer class= "second">
    <p> @University, School of Information Technology. This web page has been developed as a student assignment for this uni, Introduction to Web Development. Therefore it is not part of the University's authorised web site. DO NOT USE THE INFORMATION CONTAINED ON THIS WEB PAGE IN ANY WAY."</p>
</footer>


</body>
    <!DOCTYPE html> 
            <html lang="en">
            <head>
            <meta charset="utf-8" />
            <title>Blueberry - A simple, fluid, responsive jQuery image slider.</title>
            <link rel="stylesheet" href="blueberry.css" />

    <style type="text/css">
            *{
                margin: 0;
                border: 0;
                padding: 0;
            }
            body {
                background: #F0F0F0;
                font: 14px/20px Arial, San-Serif;
                color: #555;    
                margin: 0;
            }
            h1 { 
                text-align: center;
                font-size: 180%;
                line-height: 120%;
                padding: 5% 0:
            }
            h2 {
                text-decoration: underline;
                line-height: 280%;
                padding-left: 2%;   
            }
            h3  {
                line-height: 110%;
                padding: 5% 0;
            }
            p {
                padding: 1%;    
            }
            a {
                color: #FFF;    
                text-decoration: none;
                font-weight: bold;
            }
            a:hover {
                color: #FFF;
                text-decoration: underline; 
            }
            header {
                background: #405580;
                width: 100%;
                height: 86px;
                position: fixed;
                top: 0;
                left: 0;
                z-index: 100;
                opacity: 0.90;  
            }
            #logo {
                maergin: 20px;
                float: left;
                width: 600px;
                height: 79px;
                background: url(http://images.cooltext.com/4390568.png) no-repeat center;
            }
            nav {
                float: right;
                padding: 35px 20px 20px 0;
            }
            #menu-icon {
                display:hidden;
                width: 40px;
                height: 40px;
                background: url(http://www.w3newbie.com/wp-content/uploads/icon.png) center;
            }
            a:hover#menu-icon {
                border-radius: 4px 4px 0 0;
            }
            ul {
                list-style: none    
            }
            nav ul li {
                display: inline-block;
                floating: left;
                padding: 10px;
            }
            .current {
                color: #FFF;
                text-decoration: underline;
            }
            #doc {
                margin: 40px 0;
            }
            #content {
                margin: 0 auto;
                max-width: 1140;
                margin-top: 110px;
            }
            .blueberry {
                max-width: 960px;
                margin-top: 110px;  
            }
            section {
                width: 29%;
                float: left;
                margin: 2% 2%;
                text-align: center; 
            }
            .clear {
                clear: both;
            }
            article {
                float: left;
                margin: 0 auto;
                width: 50%;
                height: auto;
                padding: 4%;
            }
            aside {
                float: right;
                margin: 0 auto;
                width: 35%;
                height: auto;
                padding: 3%;
            }
            ul. gym li {
                padding-left: 3%
            }
            footer {
                background: #333333;
                width: 100%;    
                overflow: hidden;
                opacity: 0.90%;
            }
            footer p, footer h3 {
                color: #FFF;
            }
            footer p a {
                color: #FFF;
                text-decoration: none;
            }
            ul.social li {
                display: inline;
            }
            ul.social li img {
                height: 50px;
            }
            footer.second {
                border-top: 1px solid #4D4E50;
                background-color: #333333;
                max-height: 50px;
                text-align: center;
                opacity: 0.95;
            } 
            /*------------------MEDIA!!----------*/
            @media screen and (max-width: 478px) {
                body { 
                    position: absolute;
                }
            }
            @media screen and (max-width: 740px) {
                header {
                    position: absolute 
                }
                #menu-icon {
                    display: inline-block
                }nav ul, nav: active ul {
                    display: none;
                    position: absolute;
                    padding: 20px;
                    background: #405580;
                    border: 1px solid #FFF;
                    right: 20px;
                    top: 60px;
                    width: 50%;
                    border-radius: 2px 0 2px 2px;
                }
                nav li {
                    text-align: center;
                    width: 100%;
                    padding: 10px 0;
                    margin: 0;
                }
                nav:hover ul {
                    display: block;
                }
                section { 
                    float: left;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                }
                article { 
                    float: left;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                }
                aside { 
                    float: left;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                }
            }

            }
            </style>


        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
            <script src="jquery.blueberry.js"></script>

            <script>
            $(window).load(function() {
                $('.blueberry').blueberry();
            });
            </script>

            </head>
            <body>

            <header>
                    <a href="#" id="logo"></a>
                    <nav>
                        <a href="#" id="menu-icon"></a>
                        <ul>
                            <li><a href="#" class= "current">Home</a></li>
                            <li><a href="#">Books</a></li>
                            <li><a href="#">Orders</a></li>
                            <li><a href="#">FAQ</a></li>
                            <li><a href="#">Contact</a></li>
                      </ul>
                  </nav><br />
            </header>

            <div id="doc">
              <div id="content">

            <!-- blueberry -->

                <div class="blueberry">
                  <ul class="slides">
                     <li><img src="http://skelbiu-img.dgn.lt/1_5_206818520/surenkame-knygas.jpg" alt="BookOpening" width="960" height="476" /> </li>
                                <li><img src="http://www.abc.net.au/news/image/5668412-3x2-940x627.jpg " alt="BookSection" width="960" height="476" /> </li>
                              <li><img src="http://s3-ec.buzzfed.com/static/2014-10/22/15/enhanced/webdr10/edit-wide-942-1414005865-6.jpg" alt="BookLane" width="960" height="476" /> </li>
                              <li><img src="http://pfauth.com/wp-content/uploads/2012/05/03_Shakespeare_and_Company-975x327.jpg" alt="BookRange" width="960" height="476" /> </li>
                  </ul>
                </div>

            <!-- blueberry -->

              </div>
            </div>
            <section>            
                 <img src="http://www.sunlitemitre10.com.au/site/assets/media/tick.png" alt="Tick" width="70" height="70" />
                   <h1> WELCOME! </h1>
                    <p> Hello! Welcome to our website. If you are a local... see you in real time and space on your next visit ... for cheap secondhand books. If you're from somewhere else, come talk to us on the World Wide Web, and if you're visiting Geelong anytime soon, we hope you'll come by.</p>
            </section>
            <section>
                 <img src="http://cliparts.co/cliparts/Bcg/Krr/BcgKrr9zi.png" alt="Tick" width="70" height="70"  />
                   <h1> GOOD NEWS </h1>
                    <p> All books are going to be 5% off in July and December, 2015! We'll be selling a range of secondhand books, and selected new ones.</p>
            </section>
            <section>
                   <img src="http://www.sunlitemitre10.com.au/site/assets/media/tick.png" alt="Tick" width="70" height="70" />
                    <h1> HISTORY </h1>
                    <p> In August 2001, Mary and John have opened this used book shop located in: 123 Moorabool Street, in Geelong. 
            Since 2015, we have  started opening at 9 a.m.!  We must be the only book shop in Geelong that open up at this hour, and it's  been said to be the best Secondhand Bookshop in Geelong.</p>
                </section>
              <div class="clear"></div>  
                 <section>
                    <h1> Do you have books to sell? </h1>
                    <img src= "http://mycollegeguide.org/blog/wp-content/uploads/2012/09/selling_books_2.jpg" alt="sell" width="400" height="350" /> 
                    <p> We are always on the look out for secondhand books. Do try us if you have any that you no longer require, we may well be interested, for cash or exchange. PLEASE PHONE FIRST, to arrange a convenient time. </p>
                </section>
                <section>
                    <h2> IMPORTANT NOTICE! </h2>
                   <img src="http://storage.googleapis.com/wzukusers/user-14023369/images/559eb2ee1fbecjiSir57/Fanned-Book1cropped_400.jpg" alt="imp" width="400" height="353" />
            <p> From Monday October 5th to Friday October 10th, we will be closing early, for stocktake. The shop will be open until 1pm. Saturday, on the  11th we will return to normal trading hours. Apologies for any inconvenience.</p>
                </section>
                <section>
                    <h1> Take a read </h1>
                    <img src="https://writesandwrongsblog.files.wordpress.com/2014/07/elylanguages_1892125c.jpg" alt="sit" width="460" height="288" />
                    <p> Come and stop by the reading area and see if we've got the book that you're looking for in stock. We also got stock cards, wrapping paper and various journals and more. </p>
                    </section>
                 <footer>
                    <section>
                        <h3><b> Best Second-hand Bookshop in Geelong </b></h3>
                        <p> <b> - Mary & John </b><br><br>
                         </p>
                    </section>

                    <section>
                        <h3> Connect with Us! </h3>
                        <ul class="social" >
                            <li> <a href="#"><img src= "http://lifeallieslab.com/images/fb-icon.png" alt="fb" height="59" width="55"/></a></li>
                            <li> <a href="#"><img src= "http://pictures.dealer.com/d/dickdyervolvovcna/0008/0304ac7e766dd3685950e8f2fba330a0x.jpg" alt="g" height="36" width="36"/></a></li> 
                            <li> <a href="#"><img src= "https://cdn3.iconfinder.com/data/icons/free-social-icons/67/twitter_circle_color-512.png" alt="twitter" height="40" width="40"/></a></li>
                            <li> <a href="#"><img src= "http://icons.iconarchive.com/icons/martz90/circle/256/pinterest-icon.png" alt="pintrest" height="40" width="40"/></a></li>
                        </ul>
                        </section>
                        <section>
                            <img src="http://www.iconsdb.com/icons/preview/white/book-xxl.png" alt="icon" width="128" height="128"/>
                        </section>
                </footer> 
                <footer class= "second">
                    <p> @University, School of Information Technology. This web page has been developed as a student assignment for this uni, Introduction to Web Development. Therefore it is not part of the University's authorised web site. DO NOT USE THE INFORMATION CONTAINED ON THIS WEB PAGE IN ANY WAY."</p>
                    </footer></body>
            </html>