Tip: Use divs to organize your gadget elements
<<Recently, while working on a gadget, I had a number of elements that needed to disappear as the mouse moved away from the gadget. Originally I was using code like this: label1.visible = false; label2.visible = false;… . But then I remembered the div element . I encapsulated all my labels in …>> (more…)
Original post by Chris Gilmer