这是我的 HTML(或访问luxury-decor.co.uk)
<div class="wrapper">
<div class="box_left">
<p>Providing only the highest quality service work, both internal and external, in Reading, London and surrounding areas. We provide a bespoke service for any areas such as boardrooms, offices, showrooms, hotel lobby's, reception areas, bathrooms, wet rooms,
kitchens and living areas. We specialise in Venetian Marble Plastering, Painting and Decorating, and both Wall & Floor Tiling. Our decorators are meticulous in what they do and we always strive to adhere to our customers needs. So whatever your project
is, get in touch with us via email or telephone to discuss your requirements.
</p>
</div>
<!--#box_left-->
<div id="gallery_container1">
<script type="text/javascript">
jQuery.flashgallery('color_chart/gallery.swf', 'color_chart/config.xml', {
width: '100%',
background: '#000000'
});
</script>
</div>
<!--#gallery_container1-->
</div>
<!--#wrapper-->
现在,如您所见,当这样设置时,右侧的图片库太大了。是否有可能使“包装器”内的 div 具有相同的高度?我确实遇到了这个http://www.cssnewbie.com/equalheights-jquery-plugin/#.UUBcyhw0xnM但我对 jQuery 不太好,无法让它工作。有任何想法吗?