Floodster
Technical User
- Jan 28, 2005
- 204
Please help (again).
I'm using <DIV> to position my menu & main section. I have found some JAVA code to do some rounded corners which I have got working.
The problem I'm having is that is I specify a height for my <DIV>, say 400px but my content only uses up 200px the rounded corners finish at 200px & then the remaining space continues.
Can I get the <DIV> to 'extend' or is this a problem with the JAVA??
My CSS code is;
I'm using Dreamweaver MX & IE.
Thanks.
I'm using <DIV> to position my menu & main section. I have found some JAVA code to do some rounded corners which I have got working.
The problem I'm having is that is I specify a height for my <DIV>, say 400px but my content only uses up 200px the rounded corners finish at 200px & then the remaining space continues.
Can I get the <DIV> to 'extend' or is this a problem with the JAVA??
My CSS code is;
Code:
div#container_nifty{
position: relative;
background:#A0D6A4;
float: left;
width: 750px;
height:650px;
margin: -496px 105px;
}
Thanks.