Neredbojias <> wrote:
>With neither quill nor qualm, Ed Jay quothed:
>
>> Thank you both Toby and Neredbojias for your suggestions. I tried both
>> techniques and they worked fine for the case when one mouses over a text
>> block. However, my situation is a bit more complicated for me.
>>
>> On the basis that one site example is worth a thousand attempts at
>> explaining...
>>
>> Please go to my site <www.aes-intl.com>. Mouse over either the American or
>> Japanese flag and you'll observe English or Japanese text, respectively,
>> appearing below the AES logo. Below where the text (gif) appears is a
>> larger block of text ("AES is a full-service investment..."). It is this
>> block of text I wish to change when either flag is mouseover'ed.
>>
>> IOW, I want to change a 'remote' block of text with onmouseover and
>> onmouseout. I'm stymied.
>>
>> Ed Jay (remove M to respond)
>
>1. ID the remote block of text.
>
>2. Create a function/2 functions called by your mouseover events (-
>instead of putting the js right in the "onmouseover" link if that's what
>you do now.)
>
>3. In the function(s), do the innerHTML thing to change the text in the
>ided larger block of text as well as whatever it is you do with the
>mouseovers now.
>
>Example:
>
>In the function(s) include:
>
> document.getElementById('lgtxtblock').innerHTML="A ES does *not* stand
>for 'Ants Eat ****.'"'
Thank you very much.
Who told you that's not what AES stands for?
Ed Jay (remove M to respond)