|
Posted by Andy Dingley on September 7, 2006, 5:27 am
Please log in for more thread options
Doug Laidlaw wrote:
> I am running a genealogy site. I want to implement a graphical timeline
> running horizontally, with events written at 45 degrees, for example.
Look at SVG or even SMIL
- _Very_ good results are possible
- Not hard to work with (if you know basic XML)
- Lightweight to author by hand or script
- Browser support (by plugins) is good
- Downloads are tiny
- Accessibility is good (with a little care)
- Simple XSLT can turn complex SVG into crude HTML lists, if you really
need a backward compatible page.
|