javascript - Image fade-in when webpage finishes loading -
i'm trying have elements (all in div , img tags) fade in when webpage loads.
right have images set change different image onmouseover don't want code fade in interfere @ all.
if can code fade-in great if identify parts of code can change change speed of fade-in or that.
thank much!!
if use jquery this:
$("myelement").show("fade", 400);
Comments
Post a Comment