Jump to content

newcoder1010

Members
  • Posts

    526
  • Joined

  • Last visited

Posts posted by newcoder1010

  1. Hello,I have the below codeicon1.png. I am trying to highlight the link when i click a link. it works fine when i hover over the link. But it does not work when i release the mouse. I want the link name to be highlighted as long as i am on the page.Please advise.

    <html><style>a {    background-color:#00f;}a:hover,a.current {    background-color:#f00;}.selected {   background-color: #f00;}</style><body> <ul id="navigation"><li><a href="highlightLink.php"><span class="selected">Home Page</span></a></li>    <li><a class="current" href="highlightLink.php">About Me</a></li></ul></body></html>
×
×
  • Create New...