normaldotcom
10-11-2006, 07:55 PM
Okay... I'm making a site with a nice blue border around the outside of the page... and it has a nice image header on top. that much works.
#content{
width:922px;
height:1050px;
border-left:solid 15px #31659c;
border-right:solid 15px #31659c;
border-bottom:solid 30px #31659c;
}
#header{
width:952px;
height:90px;
background: url('./images/banner.jpg');
}
There are two things that i want to do...
i want to have the borders expand to fit around the content if that is at all possible....
and i would like to have a footer with text that "sticks" in it or an image that is in it (kind of like my header)
thanks,
normaldotcom
#content{
width:922px;
height:1050px;
border-left:solid 15px #31659c;
border-right:solid 15px #31659c;
border-bottom:solid 30px #31659c;
}
#header{
width:952px;
height:90px;
background: url('./images/banner.jpg');
}
There are two things that i want to do...
i want to have the borders expand to fit around the content if that is at all possible....
and i would like to have a footer with text that "sticks" in it or an image that is in it (kind of like my header)
thanks,
normaldotcom