I have 2 divisible columns, both have been omitted and none have been set to clear. Their container divisor has a background image at the top, so the background is at the top of both columns.
I also have a background image in the lower part of the column. Ive created another device that sits inside the container device (but outside of the column) and sets a background image below it. The problem is that this division does not spread to the bottom of the columns. How can I do this? Ive tried to play around with floats and clearing but without any luck.
Thanks
In addition to other techniques, except for the techniques mentioned earlier , You can add This is a very well-known CSS bizarre: Here is a complete treatment: overflow: hidden to the original container style.
Comments
Post a Comment