Tana blogja
"A gyertya semmit sem veszít azzal, ha lángra lobbant egy másik gyertyát !"   

CSS tips

február 5th, 2007 by Tana

set the div minimal height

min-height:400px;
height: expression(this.scrollHeight < 400? "400px" : "auto" );
 

Picture in other picture

    <div style="height:30px;overflow:hidden;">
    <a href=""><img src="/images/system/menu/kep_menu.png" /></a>
    <a href=""><img style="position:relative;top:-26px;left:10px;" src="/button.png"  /></a>
    </div>
 

Posted in php |

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.