Javascript Drop Down Menu Issue. Replacing Text of the Menu

I

Ivann

Hi All,

I have a javascript/css menut that i have which i start when the html
page loads.

<script type="text/javascript">cssdropdown.startchrome("chromemenu")</
script>
***THIS IS IN THE BODY*****

What i am trying to do is replace the text inside of a div <a> link.
So that i Translate the text into spanish. When the user hovers on
this 'Attractions' it brings up the menu below. But after i make the
javascript function call below it swaps the text with the new one
below in spanish, but no longer have the drop down menu below. Do i
need to make the function call to restart the javascript menu again?

<A rel="attractions" onclick="loadxmlfile(load); return false;"
href="#">
Attractions

</A>


<div id="attractions" class="dropmenudiv" >

<li>
<A href="attractions.html" onclick="loadxmlfile('english/
attractions.xml'); return false;" >
View All
</A>
</li>


Here are my javascript functions.

function translateesp(){

document.getElementById("attractionsli").innerHTML = '<A
rel="attracions" onclick="loadxmlfile(\'espanol/attractions.xml\');
return false;" href="#">Attraciones </A>';

document.getElementById("attractions").innerHTML ='<li><A
href="attractions.html" onclick="loadxmlfile(\'espanol/attractions.xml
\'); return false;" >Ver Todas</A></li>';


}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top