Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    30
    Plugin Contributions
    0

    Default Different Color for Links Depending on Page Location

    How would I make hyperlinks appear a different color based on where they are?

    I would like the links in my header to be white to show up against the blue background, however if I do that all my links turn white, this making some of text invisible in my main page because it is a white background.

    I am trying to match the default color of vbulletin the best I can. They somehow have links in different colors based on the style, because my header links are white on vbpages. I just cant figure out how to do it with zen

    www.norcalmotocross.com/forum is the vb site

    www.norcalmotocross.com/catalog is what I am working on.

  2. #2
    Join Date
    Jun 2006
    Posts
    30
    Plugin Contributions
    0

    Default Re: Different Color for Links Depending on Page Location

    I figured it out. For those of you that may stumble upon this.

    You have to set up a class and then call that class. (is this the correct terminalogy)

    For example

    .tcat a:link
    {
    color: #ffffff;
    text-decoration: none;

    Then run a div tag around your link

    For example

    Code:
     <td width="11%" height="26" nowrap="NOWRAP" ><div align="center" class="tcat"><a href="http://www.yourdomain.com/page" class="navmenu">This is a LINK </a></div></td>

 

 

Similar Threads

  1. v139h Different Authorization types depending on customer location....
    By Crzipilot in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 18 Mar 2013, 08:42 PM
  2. Selecting a different footer.php depending on loaded page?
    By borillion_star in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Feb 2010, 08:21 AM
  3. Need Help with stylesheet for different color links
    By jessica_aw in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Aug 2009, 07:17 PM
  4. Different body background color for each category page
    By JE2009 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Aug 2009, 04:05 AM
  5. Different background color for main page only
    By GG01 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Nov 2008, 04:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg