Strike Force Heroes 2
The explosive sequel to the hit game Strike Force Heroes!
3.94 / 5.00 10,416 ViewsObsolescence
Defeat the enormous mechanical beasts--and become one of them.
4.02 / 5.00 46,891 ViewsI'd like to make a top image, a center image and a bottom image as backgrounds, just like how the newgrounds background is styled. The top image would be at the top of the page (no repeat) and the bottom image would neither but the center image would be between these two and repeat until you get to the top or bottom of the page. Does anyone know how to do that? Help would be appreciated.
fu
<head>
<style type="text/css">
#top { height: 200px; background: url("1.gif") no-repeat; }
#middle { height: 1000px; background: url("2.gif") repeat; }
#bottom { height: 200px; background: url("3.gif") no-repeat; }
</style>
</head>
<body>
<div id="top"></div>
<div id="middle"></div>
<div id="bottom"></div>
</body>
??
I suggest you look at tutorials from either
thenewboston.com
OR
w3schools.com
both sites are great for learning basics of website dev.