Ah, the joy of being table free.... The stuff that's inline style now just goes into a proper selector in your stylesheet. Code: .faded { filter:alpha(opacity=50); -moz-opacity:50%; } And then you use ordinary onMouseover event handling in the element to call the Javascript functions that fade it in or out. The mr.maX examples I posted just toggle the opacity to 100%; you can use a timeout to fade them smoothly for some serious fun. Kinda like your original fader code attempted but failed to do. Get that selector thing worked out, and it will work for any element you apply that class to, not just images. check it out. I'll remove it from my site once you've seen it because I think its kinda goofy but it's fun.
It's rendering correctly for me in IE6/Win2k. Browsers are really random. Some of them deal with CSS really poorly. IE6 is the most compliant mainstream browser I've found to date.
good. what resolution are you at? at 1024x768 and 800x600 it wouldnt do it in IE6 for me, but I will try again. Still havent figured those filters out Explain it to me like im a 7 year old............