Skip to main content

CSS links 88 Responses

Last post: 10 years, 2 months ago | Thread started: Mar 3, 03, 8:58 p.m.

RespondNew TopicDisable Images

  • ganon

    my external CSS has:
    a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #ff00ff;}

    a:visited {
    color: #cccccc;}

    a:hover {
    color: #999999;
    text-decoration: none;}

    a:active {
    color: #999999;}

    Mar 3, 03, 8:58 p.m. – Permalink
  • foobar

    show off.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 3, 03, 9:02 p.m. – Permalink
  • ganon

    hahaha, i read your post and thought "what a dick!"...for some reason half of my post didnt come through...the rest of my css has:

    a.work {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #ff0000;
    text-decoration: line-through;}

    a.work:visited {
    color: #000000;
    text-decoration: line-through;}

    a.work:hover {
    color: #000000;
    text-decoration: none;
    background: #ffffff;}

    a.work:active {
    color: #000000;}

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 3, 03, 9:18 p.m. – Permalink
  • ganon

    keeps cutting me off!..when i test a <a class="work" href="www...."......, the hover visited active states work, but the normal link style defaults to plain tag specifications (the color and text decoration is that of just ) any ideas, its driving me mad!!!!

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 3, 03, 9:21 p.m. – Permalink
  • ganon

    again!!!forget it sorry

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 3, 03, 9:22 p.m. – Permalink
  • Antonelli

    lol

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 3, 03, 9:27 p.m. – Permalink
  • kpl

    stop putting angled brackets in your post and it won't.

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 3, 03, 9:28 p.m. – Permalink
  • ganon

    one more time: when i test: a class="work", the hover visited active states work, but the style defaults back to plain aTag on the "link" state (ie the color, text decoration)...any ideas, help...this and pvan are messing with my brain!...

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 3, 03, 9:36 p.m. – Permalink
  • unformatted

    try a.work:link {} style too

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earMar 3, 03, 11:05 p.m. – Permalink

Login or Register to respond to this

Skip to main content