EricaL
04-02-2009, 02:17 AM
Hey,
I've been working on my site and for some reason I can't get my content image to expand with the content.
To view the site, click here (http://ericaftw.com/cute).
Here's my stylesheet:
body {
background-image: url('images/background.jpg');
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7.5pt;
}
#container {
margin-left: auto;
margin-right: auto;
height: 100%;
}
#header {
height: 106px;
background-color: #ABE7EE;
border-bottom: solid #C2C2C2 10px;
}
#navUp {
height: 106px;
}
#navOver {
height: 106px;
visibility: hidden;
}
#content {
width:1024px;
background-image: url('images/content.gif');
height: 100%;
min-height: 655px;
}
#wrap {
background: transparent;
width: 812px;
height: 100%;
padding-top: 10px;
}
#main {
float: left;
width: 555px;
height: 100%;
text-align: center;
padding-left: 5px;
padding-right: 8px;
}
#right {
position: relative;
margin-left: 580px;
width: 240px;
height: 100%;
text-align: center;
}
#welcome {
width: 400px;
border-top: 5px solid #696060;
background-color: #A49A9A;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 5px;
}
Thanks!
I've been working on my site and for some reason I can't get my content image to expand with the content.
To view the site, click here (http://ericaftw.com/cute).
Here's my stylesheet:
body {
background-image: url('images/background.jpg');
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7.5pt;
}
#container {
margin-left: auto;
margin-right: auto;
height: 100%;
}
#header {
height: 106px;
background-color: #ABE7EE;
border-bottom: solid #C2C2C2 10px;
}
#navUp {
height: 106px;
}
#navOver {
height: 106px;
visibility: hidden;
}
#content {
width:1024px;
background-image: url('images/content.gif');
height: 100%;
min-height: 655px;
}
#wrap {
background: transparent;
width: 812px;
height: 100%;
padding-top: 10px;
}
#main {
float: left;
width: 555px;
height: 100%;
text-align: center;
padding-left: 5px;
padding-right: 8px;
}
#right {
position: relative;
margin-left: 580px;
width: 240px;
height: 100%;
text-align: center;
}
#welcome {
width: 400px;
border-top: 5px solid #696060;
background-color: #A49A9A;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 5px;
}
Thanks!