I have this site, you see home in red, It is through css.
http://natradersonline.com/temp/index.php
what i want when I click on some other menu item, it turn red and 'home' goes back to normal color.
Is it possible to change css throght javascript, I have an
onclick even in each menu, i tried something like this , but that gives me error.
Code: Select all
document.getElementById('home1').class= 'first active';Thanks