Change Css Class of li in ul onclick - Menu Linked Pages
Below code is posted on this blog on demand. This topic is modification of the topic Change Css Class of li in ul onclick Previous code sample is single page code. Now I have three different pages that are linked to three menu items. When Page One is clicked then menu Page One is highlighted and menupageone.html is navigated, when Page Two is clicked then menu Page Two is highlighted and menupagetwo.html and soon. menupageone.html – code , copy paste the below code and save with name menupageone.html <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns ="http://www.w3.org/1999/xhtml"> < head > < meta http-equiv ="Content-Type" content ="text/html; charset=iso-8859-1" /> < title > List Item Menu - Query String </ title > < style type ="text/css"> ...