Re: [jQuery] Having a problem with showing a div from parent.parent in ie (7)

2009-11-05 Thread Michel Belleville
'-webkit-border-radius': '10px', '-moz-border-radius': '10px', Guess what, IE doesn't use webkit nor does it accept's mozilla-specific properties. I'm not sure it's what's causing the problem but I'm sure css properties w

[jQuery] Having a problem with showing a div from parent.parent in ie (7)

2009-11-05 Thread Khimaira
As the subject says; I'm having a problem with showing a div from parent.parent in ie (7) here's my code: Javascript: parent.parent.$.blockUI({ message: $("#fileConf"), fadeIn: 700,