I've been trying to set the height of a fieldset at least at 100%, so that it's at least equal to the one of the element on it's right. I'm using float left and float right for the two, and they are inside a div with
display:table
the field set it's inside a div (the one floating on the left) and it's strange because it's this element that it's not responding, since I'v given a border to everything and it appears that the div height is the one of the content, and not 100% (of the container). I hope I've been clear enought, if not here's an example of the page, with clean code (no height tests or borders).
http://www.beachpartyfever.com/parties-in/asia/130-indonesia/33-gili-trawangan
The fieldset I'd like to have at 100% is "partydescription". I hope someone has a solution, I ran out of! Thank's!!