Re: [jquery-ui] Dialog error in Internet Explorer 6

2010-05-25 Thread Andrés Muñoz
the function css is very simple, for example: $(this).css({"margin-left":"20px !important"}); attempt to make this example,and tell me the result. 2010/5/25 aaslun > > I have the same problem, but I've solved it! > It seems to be a CSS related issue and it occurs when you use the jQuery > f

Re: [jquery-ui] Dialog error in Internet Explorer 6

2010-05-25 Thread aaslun
I have the same problem, but I've solved it! It seems to be a CSS related issue and it occurs when you use the jQuery function $(this).css('-7px !important') or something similar. The easiest way to discover what is causing the error in your code is to open up the jQuery.min.js file in a text edi