PDA

View Full Version : Flash under div flickers zomg help!



wolfer666
June 9th, 2008, 08:44 PM
fixed, thanks

NeoDreamer
June 9th, 2008, 09:32 PM
It is not inducing seizures on my IE6. Both links look the same on FF and IE6. Use CSS to get transparency, not PNG's, in IE6:



.mariahcarey {
opacity: .5;
filter: alpha(opacity=50);
}