I'm having trouble getting blendTrans to work
under IE 5.5. Can anbody tell me if I'm doing something
wrong with the following IMG declaration:
<img name="myImg"; class="timg" STYLE="filter:blendTrans(duration=3.0);"
border="0" src="banner1.gif" width="589" height="79">
Could there be something else I need to know about blendTrans? Is
it implemented in IE 5.5?
Any thoughts would be appreciated.
- Doug
I THINK, I found it. For your sample,
change
from "(duration=3.0);"
to "(duration=3);"
There must be a problem with string to double conversion and/or simply in
the filter itself. All my webpages (and ALL my HTA-Applications) are in
trouble since my update to IE5.5. They all worked before.
Hope, this helps. But thanks to the strong regression-testing of MS, I have
to change nearly everything now ......!!!!!!! :-( :-( :-(
Best regards,
Manfred Braun
(Private)
Lange Roetterstrasse 7
D68167 Mannheim
Germany
mailto:_mbr...@manfred.mannheim-netz.de
(Remove the anti-spam-underscore to mail me!)
"Doug" <nos...@newsranger.com> wrote in message
news:Qp9%6.2347$Kf3....@www.newsranger.com...