sym
11-25-2003, 04:47 AM
Hi,
I'm still getting a hang of CSS and am having a problem -- I'm having a hard time for a specific section to "expand" down as I add content -- for example: I have a:
<div class="content">
Hi.
Hi.
Hi.
..... etc (just an example)
</div>
and for content I'd have:
.content
{
background-color: #000000;
height: 400px;
}
That's no problem.. but I have that on top of ANOTHER <div> tag that has a black background -- it's hard to explain.. so I will give you a link to the page:
http://daband.org/v1/
As you can see -- the black doesn't keep extending down. I have no idea how to solve this.
The link to my stylesheet is at:
http://daband.org/v1/standard.css
Please take a look at the source of the page and stylesheet to see what I'm doin wrong... I'm clueless..
Regards
Sym
I'm still getting a hang of CSS and am having a problem -- I'm having a hard time for a specific section to "expand" down as I add content -- for example: I have a:
<div class="content">
Hi.
Hi.
Hi.
..... etc (just an example)
</div>
and for content I'd have:
.content
{
background-color: #000000;
height: 400px;
}
That's no problem.. but I have that on top of ANOTHER <div> tag that has a black background -- it's hard to explain.. so I will give you a link to the page:
http://daband.org/v1/
As you can see -- the black doesn't keep extending down. I have no idea how to solve this.
The link to my stylesheet is at:
http://daband.org/v1/standard.css
Please take a look at the source of the page and stylesheet to see what I'm doin wrong... I'm clueless..
Regards
Sym