I'd also suggest using Aptana as an editor - it does helpful things like add </p> after you type <p> for example - so it leads to making less typos. It also makes suggestions for what you might be...
I'm designing a website for a photographer I know - it looks just how I want when I load the page from my computer, and the graphics look fine. However, when I load the pages to the web (using...
Could you look at the code for the accordion and see what happens on the mouseover event when you hover over the second image? You could then use this code to write what you want the standard...
Have you tried http://www.fontsquirrel.com/? They have fonts that are free to use, even for commercial uses. They even come with all the files to make it cross-browser compatible.
You could try having the same div name and applying an id to a paragraph within it - that website looks like a series of divs or a tabular format.
So you could have:
That code does get a random image to appear where I want it to - but I need the image to refresh every 4 seconds or so and I don't know how to get the whole function to cycle after this time frame....
I've been playing around with this a bit, and have tried using arrays - now I can get something to appear in the div, but it looks like this:
�V��$��F��Ⱦ36�H�W���/+�N�FC�C b8͔��@�5^��
etc......
Using the var foo = new bar() is to set up the variable in the first place, and only has to be done once. Then, using foo is to reference the variable for use later in the code.
Hi, I'm trying to get it so that a random picture displays from a gallery file one at a time. I'm probably making a basic syntax error somewhere as I'm fairly new to JavaScript/jQuery, but please can...