How to Make the Content 100% height and equal height columns in this layout?

后端 未结 4 1099
旧巷少年郎
旧巷少年郎 2020-12-12 01:34

I have this layout where the my_menu is fixed at the top, followed by header, followed by content with 960px and centered, in which 3 columns have been floated left and fina

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 02:35

    You could always try the ol' faux column technique. That is, the element that contains your three divs has a background image that tiles vertically. that image would have lines for your column divisions, and would create the illusion of equal heights.

    It's clunky in terms of maintainability - you have to edit the image to make changes to the layout - but it is reliable.

提交回复
热议问题