|
I have a question. It involves javascript but is an HTML issue.
Let say we have an inline element like a span how initialy is hidden. when we use a jquery statement to show it (like $("span").show()); the element will became block or it will stay inline. I'm a little confuse.
|