I have an issue in IE7 when I am creating clones of radio buttons. I am dynamically updating the name and ID attributes, however, I still have the issue that a radio button being checked resets any...
Hi, i've hit a brick wall with this one and hoping someone can help. I'm using a simple custom tabs script (with jQuery) and IE7 is giving me the dreaded flicker on page load where you can...
Hi, I've been trying to figure out why Firebug is giving me the following error on this page. I'm using JQuery 1.2.6 (the gallery script i'm using on the website isn't compatible with 1.3.x) - the...
Hi, I've set up a css rollout menu but I have a problem in that there is a flash slideshow directly under the nav bar, and the submenus are appearing behind the flash slideshow instead of over the...
Cheers for the replies. Legendx, you're right it looks like a serialized object - the only thing is that when i try to unserialize it i get a blank result. The actual decoded output is much longer...
Hi guys, i think this should be pretty straightforward but I'm not too sure how to do it. I need to extract certain values from an encoded cookie, such as username and password etc. When i decode the...
This is a long shot, but I have no idea why my navbar is being temperamental in IE6. Everything looks ok on page load, but when you fill out the online form and click Submit, the navbar either...
thanks for the reply Fang, that's a very useful article. the only thing is, the problem i'm having doesn't seem to be stemming from the use of createElement - the problem is directly from the onclick...
sorry i should have posted a link to start with, please excuse the messiness of the site (early stages!) -
http://www.maguiresonline.co.uk/development/Touch%20of%20Class/index2.php
I'm having a problem in IE with adding onClick functionality to a checkbox. In Firefox everything works fine, no errors in Firebug. In IE, i get the error message "Invalid Property Value".
Hi, I've got a small problem in firefox with news items which cause a horizontal scroll bar to appear which doesn't appear to be necessary as none of the containing elements are wide enough to...
Hi, I'm trying to include a captcha security question on an AJAX enquiry form. The problem is that the name of the captcha field is an encrypted value created by PHP and I somehow need to append this...
Hi, I'm having a problem which is only happening in IE7, while Firefox is working fine. I'm using an AJAX in place editor script to allow users to make instant editing changes to page content. When a...
Bummer - I thought this was resolved, but it turns out it's only Firefox which is working. In IE7, it's no longer creating a textfield when you click on a cell and it's giving me a Javascript error -...
Hi, I'm using the AJAX inplace editor to allow people using my site to be able to make on the fly changes to the content of tables cells - they simply click on the cell, then a textfield is...
Thanks for the replies guys, much appreciated. TJ111, the problem I have with implementing your approach is that I only want to load a section of the page for users with Javascript enabled. If...
Hi there, I'm pretty new to AJAX and I'm developing a website where the client wanted a fade effect on the main page content. So I have used AJAX to load content dynamically and to apply a fade...