return to homepage

Scripts: Layout & Styles

Display Vertical Text (i.e. rotated text)

The following uses one of Microsoft's specific CSS effects and is not supported by WC3. This effect only works for IE 5.0+


<SCRIPT language="JavaScript">

if ( navigator.appName == "Microsoft Internet Explorer" ) {
document.write('<DIV style="FILTER: flipH()flipV(); WRITING-MODE: tb-rl; width:20px; left: 100px; top: 10px"><P>this is text and a link: <A HREF="http://www.jason.com">jasonpullen.com</A></DIV>');
}

</SCRIPT>