photoxprt1868
Programmer
Hello,
I have a couple of Server Side Includes that when combined together come to form a Left Menu with 4 different sections. Throughtout the site, all four sections might not be needed, so how can I code the CSS so that when section 3 is not used (not included), section 4 moves up to be just below section 2. Each section is inside a <DIV> tag. The first section, will always be there, but the other three might or might not. Right now I have position: absolute, and then top:whatever, left:whatever, but obviously if I don't use section 3 there's a hole beteen 2 and 4.
Thanks in advance
I have a couple of Server Side Includes that when combined together come to form a Left Menu with 4 different sections. Throughtout the site, all four sections might not be needed, so how can I code the CSS so that when section 3 is not used (not included), section 4 moves up to be just below section 2. Each section is inside a <DIV> tag. The first section, will always be there, but the other three might or might not. Right now I have position: absolute, and then top:whatever, left:whatever, but obviously if I don't use section 3 there's a hole beteen 2 and 4.
Thanks in advance