I want to change my drop down menu bar when a button is pressed in my HTML web page.
I am trying to make my page high contrast as well so that's why i want to change the menu bar so i can change the font color in it.
menu bar is completely written in JavaScript and is shown in the page by the following code:
<script type="text/javascript" src= "Menu.js"></script>
i appreciate if some body can help me in this.
i would like to keep the menu completely JavaScript other wise if i want to change an item in it i have to use iframes so i won't have to edit every single page in my domain.
using iframes make it more complicated.
I am trying to make my page high contrast as well so that's why i want to change the menu bar so i can change the font color in it.
menu bar is completely written in JavaScript and is shown in the page by the following code:
<script type="text/javascript" src= "Menu.js"></script>
i appreciate if some body can help me in this.
i would like to keep the menu completely JavaScript other wise if i want to change an item in it i have to use iframes so i won't have to edit every single page in my domain.
using iframes make it more complicated.