CSS links...

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

Mitch X

Mitch X

15/03/2004 21:54:00
Quote Anchor link
Jaja dit is een PHP site maar aangezien ik mij hier tussen webdesigneliten bevind stel ik deze vraag toch.
Ik heb dus een CSS bestand waarin ik dit heb geschreven:
a:link, a:active, a:visited {
color: #FFFFFF;
font-size: 14;
text-decoration: none;
font-family: Verdana;
font-weight: normal;}

a:hover {
color: #FFFFFF;
font-size: 14;
text-decoration: none;
font-family: Verdana;
font-weight: bold;}

Maarja ik wil graag meedere link styles ...
Kan dit? (vast wel) En hoe?
Gewijzigd op 15/03/2004 21:55:00 door Mitch X
 
PHP hulp

PHP hulp

22/11/2024 20:28:17
 
B a s
Beheerder

B a s

15/03/2004 22:12:00
Quote Anchor link
erm.. check ff op www.w3schools.com :) daar vind je wel wat denk ik!! :D
 
Mitch X

Mitch X

15/03/2004 22:17:00
Quote Anchor link
Ik niet :P
CSS Basic
CSS HOME
CSS Introduction
CSS Syntax
CSS How To
CSS Background
CSS Text
CSS Font
CSS Border
CSS Margin
CSS Padding
CSS List

CSS Advanced
CSS Dimension
CSS Classification
CSS Positioning
CSS Pseudo-class
CSS Pseudo-element
CSS Media Types

No links :(
 
Eris -

Eris -

15/03/2004 22:45:00
Quote Anchor link
Wel hoor
class en element :p
 
Mitch X

Mitch X

15/03/2004 22:47:00
Quote Anchor link
Now i see :)
 
Rick

Rick

16/03/2004 01:12:00
Quote Anchor link
.linkjesA{
color:#f0f0f0;
}

<a href="#" class="linkjesA">linkje</a>
Gewijzigd op 16/03/2004 01:13:00 door Rick
 
B a s
Beheerder

B a s

16/03/2004 10:11:00
Quote Anchor link
en zo kan het vlgns mij ook :)

.linkjes a:link, .linkes a:active, .linkjes a:visited,
{
font-color: #kleur;
}

.linkjes a:hover {
font-color: #andere_kleur;
}

en dan roep je dat zo aan:

<p class="linkjes">
linkjes: <a href="linkje.html">linkje</a>
</p>

Hij pakt hem zo ook d8 ik.. weet ik niet zeker.. en anders moet je het doen zoals: <a href="linkje.html" class="linkjes">linkje</a>
 
Arend a

Arend a

16/03/2004 10:20:00
Quote Anchor link
Dit zijn pseudo types, afaik.
 



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.