Results 1 to 5 of 5

Thread: Vlink

  1. #1
    Ghost of Christmas' past Recognized Member theundeadhero's Avatar
    Join Date
    Oct 2001
    Location
    In Jojee's pants x_~
    Posts
    15,567

    FFXIV Character

    Villania Valski (Adamantoise)
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default Vlink

    Okay, at the top of my sourcepage my style has visited links set to change to a set color. It's for my navigation window off to the side. For the main part of my page I don't want the links to change color when visited. Is there a way to set Vlink up window specific or change the style mid-page? I'm sure there is and I just don't know it.
    ...

  2. #2
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    a:visited {} is the CSS for visited links. Something like this should work:

    .class1 A:link {text-decoration: none}
    .class1 A:visited {text-decoration: none}
    .class1 A:active {text-decoration: none}
    .class1 A:hover {text-decoration: underline; color: red;}

  3. #3
    Ghost of Christmas' past Recognized Member theundeadhero's Avatar
    Join Date
    Oct 2001
    Location
    In Jojee's pants x_~
    Posts
    15,567

    FFXIV Character

    Villania Valski (Adamantoise)
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    Okay, CSS is still very foriegn to me but I at least know how to get that to work from the Frontsite.
    Last edited by theundeadhero; 04-17-2005 at 05:06 PM.
    ...

  4. #4
    Got obliterated Recognized Member Shoeberto's Avatar
    Join Date
    Jun 2000
    Location
    THE OC BABY
    Posts
    12,020
    Blog Entries
    1
    Contributions
    • Former Cid's Knight

    Default

    I think as long as you do the include for text/style-css (correct me if I'm wrong, I'm also very new to CSS), then you can just do inline functions on a per-link basis. I don't know the exact syntax, but putting the a:visited as something different in an inline style on the link itself should change it.


  5. #5
    Ghost of Christmas' past Recognized Member theundeadhero's Avatar
    Join Date
    Oct 2001
    Location
    In Jojee's pants x_~
    Posts
    15,567

    FFXIV Character

    Villania Valski (Adamantoise)
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    What I did was put the CSS into the table itself and then put the regular html tags into the body. It worked, and even better than I planned. I'm sure you could set it up link by link though, judging from the nature of it.
    ...

Posting Permissions

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