Paul:
Thanks a lot.
Hope this all makes sense - its quite straight forward really
It does all make sense now. And it's much more straight forward now that you've explained it.
One more question unrelated to this: Is there a way to make vertical text that's cross browser? I can make it work in IE with a class like this:
Code:
.xaxislabel {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
writing-mode: tb-rl;
filter: flipv fliph;
}
But that doesn't have any effect on mozilla.
Thanks again:
Rob
Bookmarks