hallo,
I have a table structure that I find difficult to translate into css positioning. The structure is as follow:
<EMPTY SPACE><IMAGE><EMPTY SPACE><IMAGE><EMPTY SPACE>
The two images have exactly the same size. This thing is inside a container that can expand or shrink. I would like the three empty space to resize but maintaining the same width.
With a table layout this is very easily done, but with CSS I cannot get it working...
any idea?
thanks
I have a table structure that I find difficult to translate into css positioning. The structure is as follow:
<EMPTY SPACE><IMAGE><EMPTY SPACE><IMAGE><EMPTY SPACE>
The two images have exactly the same size. This thing is inside a container that can expand or shrink. I would like the three empty space to resize but maintaining the same width.
With a table layout this is very easily done, but with CSS I cannot get it working...
any idea?
thanks