Lars Troen wrote: >> As background: >> I want to do images which support dragging the mouse over it >> and get a new image with the selected slice. My knowledge on >> javascript, imagemaps and ajax is very low, but I guess I >> need gifs as a start. > > Johannes, > I believe gifs are not supported in the latest versions. But I'm pretty > sure you can use png instead. Png is supported in all browsers and > platforms. > > For an image you can use <img src=picture.png title="picture.png"> to > get the filename showing up when placing the mouse cursor over the > picture.
Erhm, that would be the alt="" attribute :) <img src="../name.png" alt="Alternate text"> > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://lists.ee.ethz.ch/rrd-users > WebAdmin http://lists.ee.ethz.ch/lsg2.cgi > Erik Versaevel -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
