webbie321
12-02-2003, 02:24 PM
I'm having a problem trying to control the exact positioning of my layers. I'm using the DIV tag (i.e. <DIV ID="layer1" STYLE="position:relative; top: 0; left: 0; z-index: 1">)
I know that you can control the top and left position of where the layering starts. But can you control where the layering ends, that is the right point of the layer?
For example:
I have a table with a width of 450 pixels with three columns. Col 1 is 150 pixels in width and Col 2 is 200 pixels in width and Col 3 is 100 pixels in width.
I want col 1 to overlap col 2 for 10 pixels in width, so they both share the region of the first 10 pixels in width in col 2.
And I want col 2 to bump up against col 3.
So esentially, col 1 is really 160 pixels in width and col 2 is 200 pixels in width and col 3 is 100 pixels in width.
Does anyone know how to do this??
Any help would be much appreciated!!
Thanks.
I know that you can control the top and left position of where the layering starts. But can you control where the layering ends, that is the right point of the layer?
For example:
I have a table with a width of 450 pixels with three columns. Col 1 is 150 pixels in width and Col 2 is 200 pixels in width and Col 3 is 100 pixels in width.
I want col 1 to overlap col 2 for 10 pixels in width, so they both share the region of the first 10 pixels in width in col 2.
And I want col 2 to bump up against col 3.
So esentially, col 1 is really 160 pixels in width and col 2 is 200 pixels in width and col 3 is 100 pixels in width.
Does anyone know how to do this??
Any help would be much appreciated!!
Thanks.