Hi guys,
given a hidden hyperlink (hidden by setting display: inline in a css file), how can I achieve to animate this hyperlink to 'display:block'? Neither show() nor the following code
.animate({
display: block
}, {
duration: 500
}
do work!
Anny suggestions? Cheers, cube