Ok so I've narrowed the IE7 problem to this code:

                        function makesortable(id){
                                $("#"+id).find(".sortcontainer").Sortable(
                                        {
                                                accept:                 id,
                                                opacity:                0.5,
                                                helperclass:    'sortHelper',
                                                tolerance:              
'pointer',
                                                hoverclass:             
'sortHover'
                                        });
                        }
can anyone see anything wrong with it?
So I noticed another problem when refreshing pages in FF, so this might be
something else... Sometimes all images won't load, this includes backgrounds
set by css... and this is totally random any ideas?

//Kristinn


Kristinn Sigmundsson wrote:
> 
> Hi there, I've got a really odd problem with the interface plugin. The
> thing is that when I go to the specific site that uses Interface
> theres no problem, but when I update the page I get this:
> http://img02.picoodle.com/img/img02/7/2/25/f_Interfaceerm_e3ca35b.gif
> 
> So, following a link or typing in the url results in no error, but
> pressing F5, or rightclick/reload does. This is in FF 1.5.
> 
>  In IE7 I get a "IE could not open the internet site ... operation
> aborted" followed by a "Internet Explorer cannot display the webpage"
> infopage.
> 
> I'm sorry I can't give you any specific code, just hoping that someone
> has had a similar problem sometime and solved it. Oh and the
> javascript is included IN the body, is that a problem?
> 
> Would really appreciate som help here.
> //Kristinn
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Interface-problem-tf3287486.html#a9144633
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to