Thanks very much, only just had a chance to properly read the post. I will work on it in the next few hours.
Also, my intention was to just get it working, displaying the image then I was going...
Type: Posts; User: LearningCoder; Keyword(s):
Thanks very much, only just had a chance to properly read the post. I will work on it in the next few hours.
Also, my intention was to just get it working, displaying the image then I was going...
Sorry I should have explained a little better.
There is no initial image on the page. I create an array and pick a random entry from when the page loads. The reason I haven't hardcoded an image in...
Hi all,
I have a script which generates a random image every 10 seconds. I have created an image object and set the attributes but when I try to display the image it is showing [object...
That's strange because I tried it on your site example and also tested it locally and it worked both times.
Regards,
Lc.
Try explicitly declaring the rows and cols for the textarea:
<textarea id="entry_3" rows="5" cols="30"></textarea>
When I added it to your code on that page and pressed Run, typed some text...
When you have positioned and image 'absolutely' on your page, how can you make the next element on the page display underneath this, without using multiple break tags?
I've been searching google...
Hi there, I am currently messing around with a code that I made previously. It's a very simple code, and what I am looking to do is access the array elements (which do a calculation). I can access...
No problem. :)
You could also use the <span> tag if you wish. Just give the <span> and "id" and in your CSS just set your properties. =D
Hey, I have a JS clock in my webpage.
I was wondering how to align it to the bottom+middle. Do I use the align and valign attributes?
I'm very new to JS so bear with me!
Thank you all in...