Dan G. Switzer, II wrote:
I think this problem is due to some of your CSS background-color
declarations. I've seen problems using "background-color: inherit;" before
similar to this--where it essentially makes the background color
"transparent."
Thanks. I have seen those issues before. There was only one "inherit"
in the stylesheet and that didn't seem to do it.
But I did find a way to solve it. It's still a hack, but it seems to
work. I posted a newer version at
http://scott.sauyet.com/issues/2007-06-15b/
This has an additional line of JS to set the zIndex to -1 if I'm in IE.
It's certainly not elegant, but at least I have something working.
Thank you very much Brandon, Karl, Sean, and Dan! I probably should
have stopped banging my head earlier and asked here. You folks are great!
-- Scott