M
M4nimal
Guest
lo everyone
I need any help I can get on this HTML problem plz...
This is what I'm doing... I've created a table where the first row contains headings as does the first column... the rest of the table contains values matching up with the headings.
Now, to try and save space horizontally I have added this CSS attribute STYLE="writing-mode:tb-rl;" to the <td> tag (<td STYLE="writing-mode:tb-rl;">) which will display the text in that cell sideways - writing the text starting from the top and going downwards (see image below)... see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie55/html/verticaltext.asp for the microsoft write up on this...
Now my problem is: this works for all ie browsers 5.5 and above... I NEED any code that will display the exact result for the text but in ie 5 and as below as possible...
I cannot use images and this text is dynamically produced.
ANY help, much appreciated.
Thanx
m4
I need any help I can get on this HTML problem plz...
This is what I'm doing... I've created a table where the first row contains headings as does the first column... the rest of the table contains values matching up with the headings.
Now, to try and save space horizontally I have added this CSS attribute STYLE="writing-mode:tb-rl;" to the <td> tag (<td STYLE="writing-mode:tb-rl;">) which will display the text in that cell sideways - writing the text starting from the top and going downwards (see image below)... see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie55/html/verticaltext.asp for the microsoft write up on this...
Now my problem is: this works for all ie browsers 5.5 and above... I NEED any code that will display the exact result for the text but in ie 5 and as below as possible...
I cannot use images and this text is dynamically produced.
ANY help, much appreciated.
Thanx
m4