Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> linki zapisane w css
artiego
post
Post #1





Grupa: Zarejestrowani
Postów: 23
Pomógł: 0
Dołączył: 15.02.2006
Skąd: Aleksandrów Łódzki

Ostrzeżenie: (0%)
-----


  1. a.link1:link {
  2. font: 10px Verdana, sans-serif;
  3. text-decoration : none;
  4. color : #000000;
  5. font-weight: 800;
  6. }
  7. a.link1:active {
  8. font: 10px Verdana, sans-serif;
  9. text-decoration : none;
  10. color : #000000;
  11. font-weight: 800;
  12. }
  13. a.link1:visited {
  14. font: 10px Verdana, sans-serif;
  15. text-decoration : none;
  16. color : #000000;
  17. font-weight: 800;
  18. }
  19. a.link1:hover {
  20. font: 10px Verdana, sans-serif;
  21. text-decoration : none;
  22. color : #FF0000;
  23. font-weight: 800;
  24. }

takie coś mam zapisane w pliku css

problem teraz w tym, ze jak zrobie taki inne kolorystyki i nazwe zrobie na link2 to nie wczytują mi sie kolory linków!

Czyli jak css wygląda np

  1. a.link1:link {
  2. font: 10px Verdana, sans-serif;
  3. text-decoration : none;
  4. color : #000000;
  5. font-weight: 800;
  6. }
  7. a.link1:active {
  8. font: 10px Verdana, sans-serif;
  9. text-decoration : none;
  10. color : #000000;
  11. font-weight: 800;
  12. }
  13. a.link1:visited {
  14. font: 10px Verdana, sans-serif;
  15. text-decoration : none;
  16. color : #000000;
  17. font-weight: 800;
  18. }
  19. a.link1:hover {
  20. font: 10px Verdana, sans-serif;
  21. text-decoration : none;
  22. color : #FF0000;
  23. font-weight: 800;
  24. }
  25. a.link2:link {
  26. font: 10px Verdana, sans-serif;
  27. text-decoration : none;
  28. color : #000000;
  29. font-weight: 800;
  30. }
  31. a.link2:active {
  32. font: 10px Verdana, sans-serif;
  33. text-decoration : none;
  34. color : #000000;
  35. font-weight: 800;
  36. }
  37. a.link2:visited {
  38. font: 10px Verdana, sans-serif;
  39. text-decoration : none;
  40. color : #000000;
  41. font-weight: 800;
  42. }
  43. a.link2:hover {
  44. font: 10px Verdana, sans-serif;
  45. text-decoration : none;
  46. color : #FFFFFF;
  47. font-weight: 800;
  48. }


To wczytuje mi się jedynie dobrze link1, a link2 i ewen. kolejne źle - czemu ? co jest nie tak ?
Z GÓRY DZIKS za pomoc
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 24.12.2025 - 13:05