On Sat, 2 Aug 2014 19:35:55 +0200 Sebastian Zartner <sebastianzartner@...155...> wrote:
SVG images can be used in all modern browsers http://caniuse.com/#feat=svg-img like any other image format.
Note that there are nice JavaScritp libraries for galleries. Some examples can be found here:
http://www.jqueryrain.com/example/jquery-slider-slideshow/
Also you should read a bit into CSS https://developer.mozilla.org/en-US/docs/Web/CSS to improve the layout of your website.
Sebastian
On 2 August 2014 17:46, john Culleton <John@...1668...> wrote:
The following web page has a feature whereby if the mouse hovers over a thumbnail illustration it expands to a full size representation. when one moves the mouse off the particular illo it reverts to thumbnail again. The function uses a javascript program called: oodomimagerollover.js The web page is: http://wexfordpress.com/illos.html
I like to experiment with using svg programs instead of html programs for web pages. Is this thumbnail to full size and back again effect available via Inkscape, either with a hover or a mouse click?
-- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: "Create Book Covers with Scribus" available at http://www.booklocker.com/books/4055.html
I think you miss my point. I am not trying to improve the html page. I am instead contemplating replacing it with an svg page. But the feature of expanding the thumbnails to larger images on mouse hover depends on a javascript extension as previously stated. I am asking about how to implement a same or similar dynamic feature (thumbnail to large and back again) in Inkscape and svg.