Okay basically, I’m designing and developing a fairly complicated website which revolves around the use of jQuery.. My knowlege of jQuery is really poor and this is the first time I’ve properly used it. I posted a question here before about the script and apparently its awful, but I didn’t show you exactly what I was actually writing it for, which I can now.. Because I’ve uploaded it onto a test directory.
It now works fine in every browser other than IE. The CSS styling is getting there and it should be close to finish soon! However, Internet Explorer is showing bad problems.. In IE 7,8 it looks fine but when you go to hover over a link, it immediately crashes. IE 6, the display doesn’t seem to be working properly at all. But IE 6 is a lesser problem.
If you could take just 5 or 10 minutes to potentially rewrite a simple script which would potentially take me 10 hours, I would be so so grateful!
Heres the site –
http://openyourheart.org.uk/test/index.html
I can send all the files zipped if required.
Thankyou in advance.
Bradley
After investigating deeper into the crashing, I discovered that only two of the boxes were actually causing the crashes. Experienting with the script, I found that the fade In images were causing it and if I took them away it worked fine..
Sooo, I looked for differences between the divs were the images were fading into and found that the crashing boxes had an ID as well as a class.. This seemed to be effecting it?! I removed the ID and just left the “blank square” classes and it worked without crashing.
Original –
New Version –
I have no idea, why this would be having an effect, but the site is very close to completion and coming and great thanks to all your help and comments, I’ve tried to implement and continue working on your suggestions.
I do have one other issue, which I cant seem to resolve, so I’ve posted it as a new question here..
Hide horizontal scrollbar in IE 7 and below
Thanks Again,
Bradley