Hello Please see this page: http://studentprops.com/dev/ The "bedroom" buttons are built with radio buttons. When you click them, they turn light blue. In IE6/7/8 however, they need to be clicked twice for them to turn light blue. I need this fixing ASAP so if anybody can help at all I would be extremely grateful! Take a look at the Js file and see if you can help me. If it's going to take some time I'm willing to pay. Thanks
inputs[a].onchange = Custom.choose; could it be that the onchange event in IE does not get fired up for the select until it loses focus? for instance, try clicking on 2 once and then click away - not on another room size. as it loses focus, the event fires and it is selected i suggest you rewrite this as inputs[a].onclick = this.choose; keep in mind that there are also a bunch of other event handlers that don't make an awful lot of sense that could be at fault: inputs[a].parentNode.insertBefore(span[a], inputs[a]); 50 inputs[a].onchange = Custom.clear; 51 span[a].onmousedown = Custom.pushed; 52 span[a].onmouseup = Custom.check; 53 document.onmouseup = Custom.clear; PHP: p.s. mate, not being funny but if you think you're being humourous with the whole geek vibe, then you should also consider learning javascript and sorting your own problems
your idea of complimenting is so '80s 'revenge of the geeks'... that's like telling a woman 'being well rounded suits you'. watch all them geeks whose with their tickled egoes run head over heals to help now...
seriously, you're the only geek i've ever met to NOT take it as a compliment. i'm a self-confessed web geek; i love CSS/XHTML, i love web standards and i love reading about usability design.
exactly. nerd implies a lack of social skills whereas geek implies intelligent and passionate - but also a bit quirky. ALL good points in my book I received the help of a freelance dev on this issue, if anybody was wondering!