Undertaker
12-13-2005, 04:13 AM
Hello all! I have a website and I was wondering if I can get some help with my CSS page! I have a huge gap after my "1750" Iframe.
Is there anyway to get that -2000+ px out of there and make be at where it is?
Site: http://forever-ashley.com
Here is the CSS FILE:
body {
font: 10px arial, sans-serif;
color:#778f9d;
margin: 0px auto;
text-align: center;
background: #333740;
}
#pagebackground {
z-index: 100;
color: #778f9d;
background: #333740 url( "../images/Layout4(11-26-2005)(bottom).jpg") top repeat-y;
width: 820px;
margin: 0px auto;
}
#menu_nav {
z-index: 101;
position: relative;
top: -436px;
left: -275px;
width: 250px;
margin: 0px auto;
}
#affiliates {
z-index: 101;
position: relative;
top: -305px;
left: -10px;
width: 220px;
margin: 0px auto;
}
#affiliates .affiliate {
width: 50px;
height: 50px;
}
#affiliates .affiliate img {
border: 0px;
}
#ticker {
position: relative;
left: 260px;
top: -365px;
height: 60px;
width: 220px;
z-index: 199;
margin: 0px auto;
}
#newsticker {
text-align: center;
z-index: 199;
width: 100%;
margin: 0px auto;
}
#pagebody{
position: relative;
left: 130px;
top: -2050px;
z-index: 101;
margin: 0px auto;
width: 515px;
}
.scrollClass {
font: 10px arial, sans-serif;
background: #333740;
color: #778f9d;
}
.scrollClass a {
color: #ffffff;
background: #333740;
}
Is there anyway to get that -2000+ px out of there and make be at where it is?
Site: http://forever-ashley.com
Here is the CSS FILE:
body {
font: 10px arial, sans-serif;
color:#778f9d;
margin: 0px auto;
text-align: center;
background: #333740;
}
#pagebackground {
z-index: 100;
color: #778f9d;
background: #333740 url( "../images/Layout4(11-26-2005)(bottom).jpg") top repeat-y;
width: 820px;
margin: 0px auto;
}
#menu_nav {
z-index: 101;
position: relative;
top: -436px;
left: -275px;
width: 250px;
margin: 0px auto;
}
#affiliates {
z-index: 101;
position: relative;
top: -305px;
left: -10px;
width: 220px;
margin: 0px auto;
}
#affiliates .affiliate {
width: 50px;
height: 50px;
}
#affiliates .affiliate img {
border: 0px;
}
#ticker {
position: relative;
left: 260px;
top: -365px;
height: 60px;
width: 220px;
z-index: 199;
margin: 0px auto;
}
#newsticker {
text-align: center;
z-index: 199;
width: 100%;
margin: 0px auto;
}
#pagebody{
position: relative;
left: 130px;
top: -2050px;
z-index: 101;
margin: 0px auto;
width: 515px;
}
.scrollClass {
font: 10px arial, sans-serif;
background: #333740;
color: #778f9d;
}
.scrollClass a {
color: #ffffff;
background: #333740;
}