This is a discussion on [rrd-users] Re: gif support within the RRD Users forums, part of the Networking and Network Related category; Lars Troen wrote: >> As background: >> I want to do images which support dragging the mouse over ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe > Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help > Archive http://lists.ee.ethz.ch/rrd-users > WebAdmin http://lists.ee.ethz.ch/lsg2.cgi > Erik Versaevel -- Unsubscribe mailto:rrd-users-request@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi |