i'm creating a custom attribute to handle rollovers. the script is being adapted from one i dowloaded from young pup .
however, the amendment wont work with tags of input-type image.
if you create a form with only one form element - namely, an input tag of type image - and alert the form's elements length, you get zero. it should in theory be 1, but it ain't. also the image doesn't appear in the images collection, so it's kinda got me stumped!
Comment