<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">If you do the rules right, you won't
      loose the mouseover. Say you're selecting based on the a element
      having the active class:<br>
      <br>
      a.active { // This will become your active color. Set it to the
      same as the regular color a color if you don't want a different
      color.<br>
      color:<br>
      <br>
      }<br>
      <br>
      a.active:hover { // Your hover color. To keep it the same as
      hover, set it to what the other hovers are.<br>
      &nbsp; color: <br>
      }<br>
      <br>
      You've also got the :active selector the browser uses, as well as
      :visited. Those colors depend upon the browser, unless specified
      in the stylesheet, which is why it's a good idea to reset them in
      your theme. <br>
      <br>
      <br>
      <br>
      <pre class="moz-signature" cols="72">Jamie Holly
<a class="moz-txt-link-freetext" href="http://hollyit.net">http://hollyit.net</a></pre>
      On 1/3/2014 1:37 PM, <a class="moz-txt-link-abbreviated" href="mailto:Philip_Wetzel@nhd.uscourts.gov">Philip_Wetzel@nhd.uscourts.gov</a> wrote:<br>
    </div>
    <blockquote
cite="mid:OFD0F54EF3.4E1066DB-ON85257C55.00642F21-85257C55.00664ED7@uscmail.uscourts.gov"
      type="cite">
      <pre wrap="">Hmm, I'm not giving up on the idea of creating a rule just yet.    I
created a rule to throw up a warning on
page init (something like that).    So, I have the "when" to do it figured
out.  You can see that the "Court Info"
"a" tag has the "active" class assigned to it.    Looks like I just need to
get rid of the class assignment
(make it class="").   so it looks like the Jury-info &lt;a href one below it.

I can make the active color same as the non-active color, but then I would
loose the mouse over
color change.     I know my client would not like that at the least.

Nancy, by menu block you mean what I'm showing under "filing without an
Attorney"?
Thanks all!
Phil
PS:Hope the screenshot comes out OK.  I'm a Lotus notes rookie.

(Embedded image moved to file: pic29358.gif)



From:        Nancy Wichmann <a class="moz-txt-link-rfc2396E" href="mailto:nan_wich@bellsouth.net">&lt;nan_wich@bellsouth.net&gt;</a>
To:        <a class="moz-txt-link-rfc2396E" href="mailto:support@drupal.org">"support@drupal.org"</a> <a class="moz-txt-link-rfc2396E" href="mailto:support@drupal.org">&lt;support@drupal.org&gt;</a>,
Date:        01/03/2014 12:56 PM
Subject:        Re: [support] Using &lt;front&gt; for Path in a menu link
Sent by:        <a class="moz-txt-link-abbreviated" href="mailto:support-bounces@drupal.org">support-bounces@drupal.org</a>



This is a long-running issue in Drupal, with no perfect solution. Using
&lt;front&gt; may work for you, but I doubt it. There are some modules that
address this (I'll leave the search to you). What I did in the past was to
put a small text on a page that says "Here's what you can find in this
section" and then include a menu block for the sub-menu of the main item.

Nancy

 From: <a class="moz-txt-link-rfc2396E" href="mailto:Philip_Wetzel@nhd.uscourts.gov">"Philip_Wetzel@nhd.uscourts.gov"</a>
 My client wants to have no landing page if the user clicks on any of the
 top level menu links. Specifying &lt;front&gt; for the path works perfectly,
 except the color of the
 menu becomes the "selected" color (same as mouse over).--
 [ Drupal support list | <a class="moz-txt-link-freetext" href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>