Hia,
I'm trying to get a repeating image running along the bottom of the screen, starting when the central text stops. I feel I'm close...
http://www.awordinyourear.net/Links/
the code I've got now is;
.centralbranches {
position: absolute;
left: 220px;
top: 190;
width: 65%;
background-color: #EEDCF5;
}
#centralbranchestext{
margin-left: 6%;
margin-right: 8%;
margin-top: 40;
margin-bottom: 259;
z-index:10;
color: #333333;
}
#branchesbot{
background-image: url(Background/BranchBottoms.gif);
position: absolute;
height: 259px;
width: 100%;
bottom: 0px;
clear: both;
float: left;
}
<div class="centralbranches">
<div id="centralbranchestext">
...copy...
</div>
<div id="branchesbot"></div>
</div>
any help much appreciated
Anax