I have a problem with alpha render in IE6. I'm not using XML style. I've just set StyleName in the class file.
How can I do it? Where set the property.
This is problem with transparent borders.
IE6 doesn't support alpha transparency - to make use of this with IE6 you've typically had to resort to hacks, for example a javascript/directX hack (google it, plenty of examples).
I would have thought that echo would take care of this for you but maybe it doesn't (someone plse correct me if I'm wrong).
Personally I'd say live with solid borders is using IE6, or else use a real browser.
He's trying to use the hack...the ieAlphaRenderBorder property is what turns on the JavaScript/directX hack in Echo's stock WindowPane component. I have no idea if SpWindowPane supports it or not, have not used this component before.
Ok. if there is a problem
Ok. if there is a problem with SpWindowPane please tell me how to use ieAlphaRenderBorder in classic WindowPane
IE6 doesn't support alpha
IE6 doesn't support alpha transparency - to make use of this with IE6 you've typically had to resort to hacks, for example a javascript/directX hack (google it, plenty of examples).
I would have thought that echo would take care of this for you but maybe it doesn't (someone plse correct me if I'm wrong).
Personally I'd say live with solid borders is using IE6, or else use a real browser.
He's trying to use the
He's trying to use the hack...the ieAlphaRenderBorder property is what turns on the JavaScript/directX hack in Echo's stock WindowPane component. I have no idea if SpWindowPane supports it or not, have not used this component before.