HI Mark and David . . .
I should have been a little clearer, the menus underneath the image:
<div id="strap">
<img src="../imgs/hdr_partners.jpg" alt="cartlidge and Brown vineyard image"
/>
<ul>
<li id="active"><a href="#" id="current">Partners</a></li>
<li><a href="winemakers.html">Winemaking</a></li>
<li><a href="sales.html">Sales &amp; Marketing</a></li>
<li><a href="administration.html">Administration</a></li>

</ul><div class="clearfloat"></div>
<!--end #strap--></div>

thanks.

--s


On Mon, Aug 18, 2008 at 6:59 AM, David Laakso
<[EMAIL PROTECTED]>wrote:

> Stuart King wrote:
>
>> I am trying to get my hover and current state a darker color and
>> underlined.
>> Unfortunately, this is not  working. The menu items stay the same. Please
>> advise.
>>
>> URL:
>> http://www.skingdesign.com/cb_site/pages/partners.html
>>
>> thanks.
>>
>> --s
>>
>>
>
> Assuming you mean the top menu(?), try:
>
> #p7TBMroot .p7TBMtext li a {
>   color: /*#B5AB93*/#990000;<----------------- ::
>   /*text-decoration: none;*/<----------------- ::
> }
> .p7TBMsub li a {
>   /*color: #B5AB93;*/color:#000;<----------------- ::
>   /*text-decoration: none;*/<----------------- ::
> }
> .p7TBMsub li a:hover,
> .p7TBMsub li a:active,
> .p7TBMsub li a:focus {
>   color: /*#BD9A68*/red; <----------------- ::
>   /*text-decoration: none;*/<----------------- ::
> }
>
>
> --
>
> A thin red line and a salmon-color ampersand forthcoming.
>
> http://chelseacreekstudio.com/
>
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to