Andrea,
I totally appreciate your help. You helped me figure out 1 of my 3
problems. Got the RSS to work and now my temporary text stays there.
But I still get only one box to show up at a time. I tried the
onmouseout in the HTML, and it works as far as disappearing when I
roll off, but the div with the form in it won't stay in place to type
in search text or email.
Like I said, I don't know how to write javascript at all, so I don't
know exactly what this means:
$('#element').hover(function(){
//....
}, function(){
//....
});
I'll mess around with it some more, but I'm just not confident with
this stuff.