> For me, I like having the opacity setting in the CSS, so i set it > there and set "display:none". Then I use fadeIn instead of fadeTo. > Not a solution, but a possible alternative. I'm sure someone else > will have a real solution. >
The problem with fadeIn is that it brings the element to 100% opacity; I need it to only fade to 80%. Thanks, though. Aaron

