Old post, but in case people are interested I have a solution. Margin-top uses a percentage based on the width of the container, not the height (source). I don't know the exact reason for this, but...
Well, it probably wouldn't make any difference if I have one or many XML files because it doesn't take any longer to load if I just take the info for only a couple photos out of the whole file...
Thanks for the suggestions. I'm trying to get all the clickables to have a pointers, just haven't gotten to them yet. As for the AJAX request, I am already sort of doing that, I get all the URL's for...
I do have a couple of things left to do, like fix the buttons in the information area of the photos, but I wasn't aware of the errors in Chrome. I actually...
I made this website for myself and made it flashy as sort of a fun project. It's heavily based on Javascript and I know a lot of people will hate that because it makes it really slow, but I'm not...
I have this really weird and annoying problem with IE 7 which I can't figure out. I have a page with a bunch of thumbnails and when one is click it is shown in a larger view. In the larger view the...
I have been getting problems calculating sine with Javascript. As a test, I tried making a script that would make a tiny div go in circles, but it was very choppy. I found out that it wasn't actually...
I've been searching for a solution to this problem on the internet, but I have yet to find one regarding IE 7. My page has two PNG images one on top of the other. Both are partially transparent and...
Uh... do you want to make a search engine for your site? If so, you can't really do it with Javascript. You can get a Google search engine for your site here:...
You've messed up the quotations.
gTableHtml.append("<input type='button' value='Create/Assign' onclick='display(document.getElementById('textAreaforGroup').value);'>");
Fix it like this:
...
There's a really useful Firefox extension called Stylish where you can change the stylesheets of webpages and then save them. You can find the extension here:...
I think the colours could work, but the text background should change. I find it hard to read the white text against a turquoise background. It is also inconsistent with the rainbow in the...
Web development is a big hobby of mine. I have recently been getting good comments from friends and family about my website and a few requests for making/designing some websites or pages. My current...