Nearing completion - just a few queries.

Nearing completion - just a few queries.

Hi, at last I am nearing completion of my first app but I have a couple of loose ends to tie before showcasing to a greater audience!

My first is how do i remove the active state of a link once it is clicked on:

  1. <div data-role="navbar" class="ui-navbar-custom">
  2. <ul>
  3.       <li><a href="#home" data-icon="custom" data-transition="slide">home</a></li>
  4.           <li><a href="#away" data-icon="custom"  data-transition="slide">away</a></li>
  5.           <li><a href="#near" data-icon="custom" data-transition="slide">near</a></li>
  6. </ul>
  7.   </div>
And secondly, how can I change the background colour of list items without using themeroller etc.change the colour of a listview item - so it is white text on a black background.  I can use theme 'a' to overwrite the settings.