IE7 MINIFY problem with Microsoft Matrix Transforms.

59 views
Skip to first unread message

charlie...@gmail.com

unread,
Mar 7, 2013, 11:43:27 AM3/7/13
to dot...@googlegroups.com
1.               IE 7 ISSUE with Matrix transform on MINIFY

The problem occurs when minified. and disregards the rest of the styling in that stylesheet.


here is the code in Less..

    .rotate_second_line()
    {
        filter: ~"progid:DXImageTransform.Microsoft.Matrix(M11=0.9998476951563913, M12=-0.01745240643728445, M21=0.01745240643728445, M22=0.9998476951563913, SizingMethod='auto expand')";
    }


Now when it minifies... it strips out all of the spaces...

filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.9998476951563913,M12=-0.01745240643728445,M21=0.01745240643728445,M22=0.9998476951563913,SizingMethod='auto expand')


This is what fixed the problem (a space between M11=0.9998476951563913, AND  M12=-0.01745240643728445)

filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.9998476951563913, M12=-0.01745240643728445,M21=0.01745240643728445,M22=0.9998476951563913,SizingMethod='auto expand')




Ive searched around this forum but ive had no luck... i already know about the escaping ~"" but it seems to still go in and change my CSS




Any ideas ????


Thanks in advance


Charles Walter
cjwa...@bca-group.com
BCA Europe
www.bca-group.com
Message has been deleted

charlie...@gmail.com

unread,
Apr 8, 2013, 9:46:35 AM4/8/13
to dot...@googlegroups.com, charlie...@gmail.com
Still no luck anyone???

I just need a way of forcing a space into the rule

or for the dotless devs to fix ~"" so that it does take in to account spaces too.
Reply all
Reply to author
Forward
0 new messages