1. #1
    method
    Guest

    CSS: externe links

    ik heb 2 verschillende links op 1 pagina. 1 gaat er naar http://www.fjdkfjdkls.com. Hiervan wordt de achtergrond zwart (niet correct)
    de andere naar index.html (daarvan wordt de achtergrond correct weergegeven)

    dit is de code in mijn CSS

    a:visited{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #000033;
    font-size: 11px;
    }
    a:link{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #003366;
    font-size: 11px;
    }

    a:hover{
    color: #000033;
    background-color:#FFFFFF;
    }

    waarschijnlijk komt dit veel voor, maar ik heb nergens een antwoord gevonden.
    iemand de oplossing?
    no votes  

  2. #2
    -=FaStBiTz=-'s Avatar
    Registered
    06/04/04
    Posts
    27
    iTrader
    0
    Mentioned
    0 Post(s)
    Reputation
    0/0
    Probeer zo eens...

    De achtergrond wordt nu donkerblauw weergegeven en wanneer men hovert wordt deze wit ... d8 dat dat de bedoeling was...

    a:visited{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #003366;
    font-size: 11px;
    }
    a:link{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #003366;
    font-size: 11px;
    }

    a:hover{
    color: #000033;
    background-color:#FFFFFF;
    }

    -=Gr33Tz=-
    no votes  

  3. #3
    method
    Guest
    ja, die werkt, bedankt!
    no votes  

  4. #4
    -=FaStBiTz=-'s Avatar
    Registered
    06/04/04
    Posts
    27
    iTrader
    0
    Mentioned
    0 Post(s)
    Reputation
    0/0
    Nice 2 helpin' you out !!!
    -=Gr33Tz=-
    no votes  

Posting Permissions

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

Log in

Log in