Hi All,
The below css works great in FF, but the opacity setting in IE7 does not seem to work...there was a post here previously about this and checking the hasLayout property. Its set to true for this element (its a div)...
Anyone have any ideas or hacks to get this sucker working in ie7?
#cover {
width: 100%;
height: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: Black;
filter:alpha(opacity=70);
opacity:.70;
z-index: -3;
}
TIA
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
The below css works great in FF, but the opacity setting in IE7 does not seem to work...there was a post here previously about this and checking the hasLayout property. Its set to true for this element (its a div)...
Anyone have any ideas or hacks to get this sucker working in ie7?
#cover {
width: 100%;
height: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: Black;
filter:alpha(opacity=70);
opacity:.70;
z-index: -3;
}
TIA
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...