To obtain an image rollover effect, the location of the image to be used can be stored in an array.
When the image is to be accessed, a call can be made to the relevant index in the array, which...
That is something I didn't expect.
When I click on it (and hence am focusing on it), i get help.
When i click off it (and hence, am not focusing on it - blur), i get yoza.
it works for me.
Create an array in the .js file.
Create functions in the .js file that access and/or modify the array.
You can call these functions from your HTML file.
Hey TheBearMay,
Why did you encapsulate the capture.src 'path' within plus (+) signs?
Could you not also just write (assuming only one directory exists for all files):
The way I have made it is dependent on the size of your array.
So we have 8 elements in the array.
To make the table uniform (i.e. every cell in every row filled out), i just found factors of 8,...
I wish to create a dynamic area on my webpage (that loads various youtube videos) based on a link which i create, i.e.
If i click linkA, the youtube content for linkA displays.
If i click...