1. I can't remember, but you could see if the A would inherit the color of it's
container by something like this:

#showcart a:link { color: inherit; }


2.  The other option would be what was mentioned before.  To just set the links
inside the showcart manually as such:

#showcart a:link { color: blue; }
#showcart a:visited { color: red; }
#showcart a:hover { color: yellow; }



On Tue, 28 Sep 2004 11:40 , Paul Swingewood <[EMAIL PROTECTED]> sent:

>I should have posted some of the code I guess ....
>
>
>
>a:link{
>       color: #006699;
>       text-decoration: none;
>}
>
>a:visited{
>       color: #006699;
>       text-decoration: none;
>}
>
>a:hover{
>       color: #006699;
>       text-decoration: underline;
>}
>
>
>
>#showCart{
>       margin: 10px 20px 20px;
>       padding: 4px;
>       position: relative;
>       font-size: 75%;
>       color: #ffffff;
>       text-align: left;
>}
>
>
>
>
> View Basket
>
> Checkout
>
>
>The viewcart link colour is as defined by the a:link above. I want it to 
>adopt the colour defined in the #showcart ....
>
>
>Regards - Paul
>



-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to