Rendering SGML Math as DHTML
XSLT Dynamically Converts Markup to HTML with:
- CSS Positioning
- JavaScript
- Dynamic Properties
- Center Vertically:top:expression((this.offsetHeight-8)/2+'px');
- Set the width:width:expression(Math.max( this.parentNode.children(1).offsetWidth, this.offsetWidth)+'px');
- Attached Behaviors
- behavior:url(center.htc);
Currently only works with Microsoft IE 5+