div {
height: expression( this.scrollHeight < 501 ? "500px" : "auto" );
}
Welcome to our blog! Here you can find stuff about web development, software engineering, WordPress & about our projects and interests.
div {
height: expression( this.scrollHeight < 501 ? "500px" : "auto" );
}