html - Make a background image the height of the taller div with CSS -


I have a variable-length menu on the left and a layout with variable-length content on the right is repeated between the menu and the content A divider is implemented using the background image that is going to be part of the content device. This means that the content is expanded or contracted as well as the separator.

If the height of the content is less than the height of the menu, then the divider is still the height of the material, when I really want the divider to be the height of the menu in this case. Is there any way to implement it in CSS?

Contain a dividend background image in the content and in the menu and in the content area the menu is negative margins or something similar Using the width, the width of the separator overlaps.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -