Internet explorer BUG

clementchaussier / 2012-06-12 07:47:05   

Hello everybody, I made a website nadiamasri.com/… and everything is ok on firefox and google chrome, but I got some trouble when opening internet explorer, i'm using mac os X and internet explorer 5.2 for mac.

I made 2 screenshots to show you:
img15.hostingpics.net/pics/…
img15.hostingpics.net/pics/…

so I have a green background instead of my picture.
The menu on the left is misaligned, the line height is too large etc.

I tried this code, on my style.css but didnt suceed:

  1. /* Fallback for web browsers that doesn't support RGBa */
  2. 03.
  3. background: rgb(0, 0, 0);
  4. 04.
  5. /* RGBa with 0.6 opacity */
  6. 05.
  7. background: rgba(0, 0, 0, 0.6);
  8. 06.
  9. /* For IE 5.5 - 7*/
  10. 07.
  11. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  12. 08.
  13. /* For IE 8*/
  14. 09.
  15. -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

Thanks a lot

Vaska A / 2012-06-12 16:29:45   

IE 5.2 for Mac? Nobody supports this browser anymore - not even Microsoft. They should upgrade - I think Firefox might have an old version that could work...

clementchaussier / 2012-06-13 07:32:08   

thanks for your answer, I tried the website on IE 5.2 cause I cant have any recent version. But there are bug on all version of IE I think (I cant check on recent IE version on my mac).

clementchaussier / 2012-06-14 07:32:00   

I just tried on a recent version of IE with a PC and I made a screen:

img15.hostingpics.net/pics/…

so theres less problem, transparence is ok, theres just the menu on the left misaligned and the main box that is on top.

I think as you said, we can forgot to resolve the problem on IE 5.3

Thanks!

clementchaussier / 2012-06-14 13:06:28   

with an other version of IE I got those bugs… (menu "(2009)" + we cant view videos)

img15.hostingpics.net/pics/…

clementchaussier / 2012-06-18 07:19:40   

up

clementchaussier / 2012-06-18 07:19:41   

up

lemathieu A / 2012-06-18 09:16:08   

Uphophop ;)
sorry but if nobody answer here, you can find your solution elsewhere, maybe an internet explorer one ?
IE is… i don't have words.
Personally i don't care about IE users : too much stress, not enough interesting people using it.

This thread has been closed, thank you.