Michael1991
11-23-2011, 04:20 PM
Hello all. This is my first post of many no doubt.
I have created a css class that looks like this:
.cont td.BlueBackgroundVerticalText{
width: 40;
height: 120;
border: solid 1px black;
background:#DBE5F1;
padding:0cm 5.4pt 0cm 5.4pt;
text-align: center
-moz-transform: rotate(-90deg);
-moz-transform-origin: 50% 50%;
}
Attached is a copy of what the output is.
I want the td's that have been changed to vertical text
to have a border and to fit in with the rest of the table
Help would be much appreciated
Thanks
10522
I have created a css class that looks like this:
.cont td.BlueBackgroundVerticalText{
width: 40;
height: 120;
border: solid 1px black;
background:#DBE5F1;
padding:0cm 5.4pt 0cm 5.4pt;
text-align: center
-moz-transform: rotate(-90deg);
-moz-transform-origin: 50% 50%;
}
Attached is a copy of what the output is.
I want the td's that have been changed to vertical text
to have a border and to fit in with the rest of the table
Help would be much appreciated
Thanks
10522