So I tried out if I can append using jquery a image to an image and it works, but the image seems to be gone or visibility is hidden and display none or so it seems.
So my question is can this be done and can I use this image. Its for a project I am working on.
<img src="img/map.png" style="width: 600px; height: 400px; z-index: -100;">
<img src="img/dot.png" style="position: relative; width: 20px;
height:34px; top: 200px; left: 200px; z-index: 100;
display: block; visibility: visible;">
</img>
thats what my code looks like after I use the append. and if you look at it in firebug you see that the child img looks like it is not displayed so I tried changing the visibility but still not luck.
so my question is can this be done or am I after the unattainable.
<img src="" alt=""/>so you cannot use </img> to close something that is NOT closeable any more. Rather tell us what are you trying to achieve. Does the first image have to disappear? or? (before jumping to JS / jQuery... do your homework on HTML) – Roko C. Buljan Jun 1 '11 at 22:24