relative image size and svg

relative image size          (eg in CSS: img {width:10%;})       

works with gif jpg png   but not svg

Is there a workaround*? 

thanks

jonathan chetwynd


*Or is there another graphic file format that supports:

transparency                  (alpha channel, or gif-like)              gif png svg
relative image size          (eg in CSS: img {width:10%;})        gif jpg png   but not svg
some form of hotspot      (imagemaps, alpha or...)                none known that support relative image size, imagemaps otherwise

SVG would appear not to support relative image size, as imagemaps aren't suited to this type of transform, ie they assume a fixed image size.

Received on Tuesday, 20 August 2002 06:00:36 UTC