i want change color of background when hover on different links in nav menu. say, link one.. background goes red, nav 2 background goes blue, nav 3 background goes green etc. now, when on pages, background same when mouse hover on links. page 1 background red, page 2 = blue, page 3 = green etc.
store background-color info links in cookies , when visit 1 of these pages, cookies , compare values current page , set background of color.
for example when hover on link1 set cookie similar pair of string "link1color": "red" , on. when visit 1 of these pages cookies find matching cookie page , background-color , update background.