Greetings!
I have the following css...
The problem is with "writing-mode". If I comment out this line, my background image displays fine. When this line is not commented out, my background image disapears.
Is this a known problem, or am I just missing something dumb? Is there a work-around?
Thanks all!
---------------------
He who has knowledge spares his words, and a man of understanding is of a calm spirit. Even a fool is counted wise when he holds his peace; when he shuts his lips, he is considered perceptive. - King Solomon
I have the following css...
Code:
BoardObject_RowHandle{
background: url(Row_Handle.gif);
border: 1px solid;
filter: fliph flipv alpha(opacity=55);
opacity: 0.05;
text-align: center;
vertical-align: middle;
width: 50px;
writing-mode: tb-rl;
}
Is this a known problem, or am I just missing something dumb? Is there a work-around?
Thanks all!
---------------------
He who has knowledge spares his words, and a man of understanding is of a calm spirit. Even a fool is counted wise when he holds his peace; when he shuts his lips, he is considered perceptive. - King Solomon