The following removes the gap.

.album_box
{
 height:auto;
 max-height:150px;
}

IE6 does not support max-height so use a conditional comment to
specify an IE6-only stylesheet that restores the original height
declaration in IE6.

~C

On Thu, Dec 2, 2010 at 5:04 PM, Chetan Crasta <chetancra...@gmail.com> wrote:
> visibility:hidden makes an element invisible, but the element still
> occupies space. To make an element completely disappear from the flow,
> use display:none
>
> ~C
>
> On Thu, Dec 2, 2010 at 4:57 PM, Philip Taylor (Webmaster, Ret'd)
> <p.tay...@rhul.ac.uk> wrote:
>> Excellent, now there Chetan : "_Sandbox" is now
>> the last, and although there is vertical white
>> space before the final navigation aids I don't
>> think that will significantly detract from the site.
>>
>> Many many thanks !
>>
>> ** Phil.
>>
>
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to