C
cate
I have a span element that contains three hidden images. Only one
image of the group will be visible at one time. How can I show them
in the same space. I think this has something to do with positioning,
but I can make it work.
Thank you.
<span id="drillcheckmark" >
<span id="correct" style="visibility:hidden;"><img src="./
images/c.png" alt="green check - Correct" /></span>
<span id="wrong" style="visibility:hidden;"><img src="./
images/w.png" alt="red cross - Wrong" /></span>
<span id="questionmark" style="visibility:hidden;"><img src="./
images/q.png" alt="question mark" /></span>
</span>
image of the group will be visible at one time. How can I show them
in the same space. I think this has something to do with positioning,
but I can make it work.
Thank you.
<span id="drillcheckmark" >
<span id="correct" style="visibility:hidden;"><img src="./
images/c.png" alt="green check - Correct" /></span>
<span id="wrong" style="visibility:hidden;"><img src="./
images/w.png" alt="red cross - Wrong" /></span>
<span id="questionmark" style="visibility:hidden;"><img src="./
images/q.png" alt="question mark" /></span>
</span>