I'm sure the dimensions plugin is far less complicated than I think it is, but I'm sick of fighting with it to figure this out. The visual demo in the svn repository is way over my head.
I have several status icon images that may be hidden or visible depending on system state. I need to display a status balloon (much like what you see in Windows XP when you plug in a USB device) next to these icons. Essentially, if I have an image $("#customer_code img.ico"), how can I use the dimensions plugin to position another div relative to this image? Thanks for any help...