Label Sphere v2
A reader pointed out that my Label Sphere wasn't working as advertised. I took a look at both our blogs and they both looked fine, then I realized it must be a browser issue. I looked again with Firefox and sure enough the labels were all stacked on each other at the bottom of the gadget. I made the mistake of only testing in one browser ( Google Chrome ). The issue with Firefox was that the label container was collapsing , then JavaScript got a very small height for the container which resulted in a very small sphere. To keep the container from collapsing I added the following to the style of the container (as stated in the link): overflow: hidden; width: 100%; For the sake of completeness I checked the Label Sphere using IE8 on my gf's computer (the only IE I can get on Arch Linux is IE6 and I've decided I don't want to support IE6 ) and sure enough IE8 had a JavaScript error about "Object doesn't support this property or method". This error occ
Comments