Difference between revisions of "Team:BostonU/Demonstrate"

Line 85: Line 85:
 
}
 
}
 
#backgroundimage1 {
 
#backgroundimage1 {
 +
margin-top: -58px;
 
display: absolute;
 
display: absolute;
 
background-image: url("backgroundtest0.png");
 
background-image: url("backgroundtest0.png");
Line 94: Line 95:
 
background-size: cover !important;
 
background-size: cover !important;
 
height: 720px;
 
height: 720px;
width: 100%;
+
width: 100%;
 +
}
 +
#panel1 {
 +
background: #EFEFEE;
 +
display: absolute;
 +
height: 1440px;
 +
width: 100%;
 +
}
 +
#backgroundimage2 {
 +
display: absolute;
 +
background-image: url("backgroundtest0.png");
 +
background-repeat: no-repeat;
 +
    background-attachment: cover;
 +
-webkit-background-size: cover;
 +
-moz-background-size: cover;
 +
-o-background-size: cover;
 +
background-size: cover !important;
 +
height: 720px;
 +
width: 100%;
 
}
 
}
 
</style>
 
</style>
Line 115: Line 134:
 
   </ul>
 
   </ul>
 
</div>
 
</div>
<div id="backgroundimage1">
+
<div id="backgroundimage1"></div>
</div>
+
<div id="panel1"></div>
<div id="mainwrap">
+
<div id="backgroundimage2"></div>
</div>  
+
<div id="panel1"></div>
 
<script> /* THIS MAKES THE MENU FADE IN */
 
<script> /* THIS MAKES THE MENU FADE IN */
 
$(document).ready(function () {
 
$(document).ready(function () {

Revision as of 21:24, 23 August 2017

Template:Bu17 template global