I have this css code :
http://lawb.co.il/style.css
Which I use it for this site http://nave.net23.net
As you can see in google chrom, firefox, IE9 it works great, the problem is that when I open this site in IE8 or IE7 the whole form which is in iframe tag and in IE8 the form is cover the slidshow image and the main pargraph.
If I change the iframe z-index style to a zero the elert which should be shown when someone isn’t complete all the field in the form correctly, in ‘under’ the slidshow insted above it…
can you help me fix it so the alert will be above the text and the slidshow and the iframe tag will be under them at the same time?
Thank you a lot!
In IE, iframes backgrounds don’t resort to a transparent color by default, you have to supply the
allowTransparency="true"attribute to the iframe for that to happen.