Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Problem sa bojom linka i css-om

[es] :: Web dizajn i CSS :: Problem sa bojom linka i css-om

[ Pregleda: 3226 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Vlajalin

Član broj: 31463
Poruke: 1
*.sbb.co.yu



Profil

icon Problem sa bojom linka i css-om04.08.2004. u 16:31 - pre 239 meseci
Ljudi, pomagajte, iscasio sam mozak!
Da li je izvodljivo da na istoj strani jedan link bude crn a kada se preko njega predje misem (hover) bude zut, a drugi link da bude zut a na hover crven?
Probao sam css da napisem na milion nacina i ne vredi!
 
Odgovor na temu

bluesman

Član broj: 4505
Poruke: 1895
*.165.eunet.yu



+1 Profil

icon Re: Problem sa bojom linka i css-om04.08.2004. u 16:35 - pre 239 meseci
Imas ovde bar desetak threadova koji objasnjavaju ovo, pogledaj malo po web dizajn forumima i podforumima.
Goran Pilipović fka bluesman
 
Odgovor na temu

dzonileon
Nikola Mitic
Beograd

Član broj: 12207
Poruke: 80
*.164.eunet.yu

Sajt: www.webdesignbeach.com


Profil

icon Re: Problem sa bojom linka i css-om08.08.2004. u 10:57 - pre 239 meseci
A {
text-decoration: none;
border-style: none;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight: normal;
}
A:visited {
font-family: Arial, Helvetica, sans-serif;
color: #999999;
font-weight: normal;
text-decoration: none;
border: none;
font-style: normal;
}
A:hover {
font-family: Arial, Helvetica, sans-serif;
color: #990000;
text-decoration: none;
font-weight: normal;
border: none;
}
A:link {
font-family: Arial, Helvetica, sans-serif;
color: #999999;
font-weight: normal;
text-decoration: none;
border: none;
}

.plava {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #00A0C6;
}
A.plava:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #00A0C6;
}
A.plava:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #00A0C6;
text-decoration: underline;
}
A.plava:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #00A0C6;
}

U HTML-u recimo stavi:
<a href="nesto.php" class="plava">text linka</a>
 
Odgovor na temu

[es] :: Web dizajn i CSS :: Problem sa bojom linka i css-om

[ Pregleda: 3226 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.