Thanks a lot I'll try that :)
On 9 juin, 13:19, Armand Datema wrote:
> Here is part of the code we use to set a min or max image on the collapsed
> pane ( check the display property of your element
>
> var visibility = jQuery(this).css('display');
>
> if (visibili
Here is part of the code we use to set a min or max image on the collapsed
pane ( check the display property of your element
var visibility = jQuery(this).css('display');
if (visibility == "none") {
$image.attr('src', pageurl+"max.png");
2 matches
Mail list logo