Javascript doesn't allow a hyphen in names, therefore when creating animage element in javascript and wanting to specify 'z-index', I had tospell it 'zindex'(image.style.zindex = 10;). But I am now confused asto the proper way to handle hypenated CSS names. The 4th editi......(with 2 answers.)
↧