Equal Height Columns with Cross-Browser CSS

谁说我不能喝 提交于 2019-12-13 04:09:20

问题


I want to have divs of the same height.

http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks

does not work for be because my divs have a border, and the method described assumes, that they have not.

A jQuery solution I could not make work, because my divs resize late because of ajax and menu clicks and I can not find an event for this.


回答1:


While it seems the plugin doesn't support borders, it does support padding. Try wrapping them in another div, and then setting a padding of 2px (or however big you want the border) and then just applying a background color to this new div.

Not the most web standards friendly, but it will allow you use the trick.




回答2:


See this blogpost: http://www.ejeliot.com/blog/61

Hope it helps.



来源:https://stackoverflow.com/questions/2817913/equal-height-columns-with-cross-browser-css

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!