I discovered this very nice tool. But when I use the function "Re-Format CSS" or "Compress CSS", some parts of my css aren't valid on firefox anymore:
Input:
Code: Select all
#searchform input[type=image]
Code: Select all
#searchform input [ type = image ]
Code: Select all
#searchform input[ type = image ]
Regards
Alex