From: Matthew S. <PK...@Tu...> - 2000-12-07 20:24:09
|
Hey all, I am writing a small widget for reordering a list objects. I was using drag-drop but ran into too many incompatibilities on the Mac. Anyway, each object has an up/down arrow on it. When you click on the arrows the object slides in that direction and trades places with the item that was in the target position. This all works great. Didn't even take as long to write as I thought it would. My problem is, setZIndex() does not appear to work at all. I am using inline layers for the objects so I am wondering if this is part of the problem. I would like the focus object to stay on top. The whole thing really does work just fine now, but it would add that extra touch if I could keep the focus object on top. Has anyone else had problems with setZIndex() and inline layers? -- Matthew |