1

I am having trouble with an applet that doesn't loads on IE but does on any other browser.

Here is the problem I see:

enter image description here

Do you have any idea of how I can fix that problem? If you want to test, you can try to connect to https://secure.postbox.lu/en/user/luxtrust/login/ and click on SMARTCARD.

The very strange thing is that the same applet loads with exactly the same code on the registration page.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
Natim
  • 17,274
  • 23
  • 92
  • 150

1 Answers1

1

Have you tried resizing the div ?

coulix
  • 3,328
  • 6
  • 55
  • 81
  • 1
    The problem was actually something like that. I added a div with a padding around the applet and that fixed it. I hate IE7. – Natim May 14 '13 at 09:40