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:
/* Fallback for web browsers that doesn't support RGBa */
03.
background: rgb(0, 0, 0);
04.
/* RGBa with 0.6 opacity */
05.
background: rgba(0, 0, 0, 0.6);
06.
/* For IE 5.5 - 7*/
07.
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
08.
/* For IE 8*/
09.
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
Thanks a lot