The footerbar and copyright. are the divs that need to beable to change position depending on how much content is in the site
body {
background-color: #BAEFFE;
}
.picturediv {
position:absolute;
z-index:2;
top: 153px;
}
.headerdiv1 {left:1px; top:1px;}
.headerdiv2 {left:154px; top:1px;}
.sidebardiv1 {left:2px; top:154px;}
.sidebardiv2 {left:2px; top:402px;}
.sidebardiv3 {left:2px; top:650px;}
.menudiv {
position:absolute;
z-index:3;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width: 152px;
}
.footerbar {
position:absolute;
clear:both;
width:682px;
height:3px;
z-index:4;
left: 1px;
top: 905px;
}
.copyright {
position:absolute;
clear:both;
width:802px;
height:26px;
z-index:4;
left: 1px;
top: 911px;
}
.locationdiv1 {
position:absolute;
font-size:12px;
left:166px;
top:471px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.locationdiv2 {
position:absolute;
font-size:12px;
left:165px;
top:495px;
font-family:Verdana, Arial, Helvetica, sans-serif;
width: 253px;
}
.googlemapdiv {
position:absolute;
left:166px;
top:600px;
}
.directionsdiv1 {
position:absolute;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
left:165px;
top:651px;
width:253px;
z-index:4;
}
.directionsdiv2 {
position:absolute;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
left:165px;
top:764px;
width:253;
z-index:4;
}
.spapoliciesdiv1 {
position:absolute;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
left:166px;
top:864;
width:253;
z-inedx:5;
}
<div class="titlediv">Come See Us!</div>
<div class="titlebar"><img src="images/bar.jpg" /></div>
<div class="locationlink">
<a href="#locationdiv1" />Location and Directions</a>
</div>
<div class="policieslink">
<a href="#policiesdiv1" />Policies</a></div>
<div class="hourslink">
<a href="#hoursdiv1" />Hours</a></div>
<div class="contactdiv">
<p> </p>
<p><strong>Contact us at:</strong></p>
<p><strong>Enhance Your Natural Beauty</strong></p>
<p><strong>1715 S Morgan Rd</strong></p>
<p><strong>Oklahoma City, OK 73128</strong></p>
<p>405-796-SKIN (7546)</p>
</div>
<div class="locationdiv1"><a name="Location"/><strong>Location and directions</strong></a></div>
<div class="locationdiv2">
<p>We are located south of I-40 on Morgan Road, in
the shopping center at the southwest corner of SW
15th Street and Morgan Road.</p>
</div>
<div class="googlemapdiv">
<a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=1715+s+morgan+road+73128&sll=37.0625,-95.677068&sspn=41.411029,74.882813&ie=UTF8&z=16&g=1715+s+morgan+road+73128&iwloc=addr" />Click Here</a><strong> for Google Maps</strong>
</div>
<div class="directionsdiv1">
<strong>
Directions from Oklahoma City: </strong>
<p>
Take Interstate 40 West from OKC
Take Exit 140 for Morgan Road and turn left (south) Continue south appx. 1/4 mile
After SW 15th Street, turn right into the shopping center
</p>
</div>
<div class="directionsdiv2">
<strong>Directions from Yukon/El Reno:</strong>
<p>
Take Interstate 40 East
Take Exit 140 for Morgan Road and turn left (south) Continue south appx. 1/4 mile
After SW 15th Street, turn right into the shopping center
</p>
</div>
<div class="spapoliciesdiv1">
<strong>Spa Policies:</strong>
<p>
Appointments and Group Bookings over $45 must
be reserved by credit card only. A 24 hour
cancellation notice is required to avoid full billing
of services reserved. This policy is non-negotiable.
</p>
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156:





by: LZ1Posted on 2009-11-05 at 12:08:05ID: 25753382
This is going to depend on your HTML & CSS structure. Do you have a live link or can you post your code?