I have a div "nav3" that in the css, I have assigned display:none, to initially hide it.
Just before I animate it, I need to re-display it and was trying to use the following line:
$j('#nav3').attr("display", "inline");
$j is set to noConflict. Could you tell me what's wrong with this line? or a better command to use?