User Profile
Collapse
-
ok ignore this post now, i just looked at my css code and noticed that all divs were set to display none, how silly do i feel! -
i tried that a couple of times, doesnt seem to make a difference?
thanks!Leave a comment:
-
document.getElementById issue inside a div
hi,
im using this javascript..
document.getEle mentById(link). src="test.png"
and this html
<img id="link" src="">
it works fine and sets the html src to test.png - but as soon as i put the <img> tag inside a div - it wont display
e.g.
<div id="doesntworkn ow">
<img id="link"...
No activity results to display
Show More
Leave a comment: