Glowspot 1.1
Published
A new year, and the first new release is an updated version of Glowspot. The previous version was limited to being used on elements that did not have any existing background images (because it would replace them with the glow image) so version 1.1 fixes that.
The updated version takes advantage of the multiple background image CSS
support in modern browsers and adds the glow image on top of any
existing images. This should have been easy to do, but IE9 made things a
bit tricky. IE9 supports setting the background-position
attribute, but doesn't reliably support reading it, so I have had to
make use of its background-position-x
and
background-position-y
attributes, which do work.
The updated files are on the Glowspot page.
« Previous: TagCanvas fonts and colours Next: CRCDropper 3.2 »