Peter Danenberg wrote:
IE supports transparent PNGs just fine so long as they're binary transparency rather than alpha.
Interesting, Brion; I'm rewriting WikiTeX as a PHPextension, interfacing natively with ImageMagick's API. Yet under IE, I've had limited success with DVI-derived PNG's.
Of course, everything works beautifully in Firefox andcompany; and an alternative library may do the trick.
Or an alternative renderer. Try dvipng
http://sourceforge.net/projects/dvipng/
I even have a small js solution to make the stuff render at the right size and on the baseline in a web browser, but this is not released (yet). Visual output of my latest try can be found at http://www.mai.liu.se/~jalar/dvipng/test2.html You can change fontsize as you want. AFAIK there is no js event for text zoom, so you'll have to click in the page after a text zoom.
/JÅ