Hi everyone,
I have a web where there is a div positioned absolutely with a fixed width but a variable height. When I started the web, it was enough, but now I need to place another div of fixed height and width below that one. The problem is that I need to be able to position it with css so that its top attribute depends on where it finished the div I mentioned before.
I would like it to be 10px below, and I dont know how...
I thought of placing both of them in the same div, and position the general one, but the site has grown too much and now it is just impossible to do that
Thanks
I have a web where there is a div positioned absolutely with a fixed width but a variable height. When I started the web, it was enough, but now I need to place another div of fixed height and width below that one. The problem is that I need to be able to position it with css so that its top attribute depends on where it finished the div I mentioned before.
I would like it to be 10px below, and I dont know how...
I thought of placing both of them in the same div, and position the general one, but the site has grown too much and now it is just impossible to do that
Thanks
