Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> problem z hoverem, w operze i explorerze
Immanuel
post
Post #1





Grupa: Zarejestrowani
Postów: 84
Pomógł: 0
Dołączył: 9.09.2005
Skąd: Lubin

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


CSS wygląda tak:

  1. p.copyrajty {
  2. margin-top : 45px;
  3. line-height : 90%;
  4. font-family : verdana, sans-serif;
  5. font-size : 10px;
  6. color : #456789;
  7. background-color : #FAFAFA;
  8. }
  9. a.adres:link {
  10. color : #456789;
  11. background-color : #FAFAFA;
  12. text-decoration : none;
  13. font-weight : bold;
  14. }
  15. a.adres:hover {
  16. color : #348907;
  17. background-color : #FAFAFA;
  18. text-decoration : underline;
  19. font-weight : bold;
  20. }
  21. a.adres:visited {
  22. color : #456789;
  23. background-color : #FAFAFA;
  24. text-decoration : none;
  25. font-weight : bold;
  26. }


HTML wygląda tak:
  1. <p class="copyrajty">Copyright &copy 2006 by <a class="adres" href="http://www.jakisdres.pl">www.jakisdres.pl</a><br>All Rights Reserved</p>


Po najechaniu na adres ma on się robić podkreślony i zmieniać kolor.
W firefoxie jest ok, nawet po wejściu na tą stronę.
Ale w operze i explorerze po wejściu na www.jakisdres.pl hover nie działa.
Wyczyściłem cache i historię w explorerze, pomogło.
Wyczyściłem cache i historię w oporze, nie pomogło. Dalej hover nie działa. Zadziałał tylko raz.

Dziwne O_o
Ktoś wie o co biega ?


--------------------
Immanuel, pozdrawiam
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 2)
Vogel
post
Post #2





Grupa: Zarejestrowani
Postów: 402
Pomógł: 0
Dołączył: 20.01.2003

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


wszystko dizala. musiales cos zmaieszac w innem miejscu (CSS lub HTML). pozatym po co robisz takiego CSSa? nie lepiej:

  1. p.copyrajty {
  2. margin-top : 45px;
  3. line-height : 90%;
  4. font-family : verdana, sans-serif;
  5. font-size : 10px;
  6. color : #456789;
  7. background-color : #FAFAFA;
  8. }
  9. a.adres:link, a.adres:visited {
  10. color : #456789;
  11. text-decoration : none;
  12. font-weight : bold;
  13. }
  14. a.adres:hover {
  15. color : #348907;
  16. text-decoration : underline;
  17. }


--------------------
Go to the top of the page
+Quote Post
Immanuel
post
Post #3





Grupa: Zarejestrowani
Postów: 84
Pomógł: 0
Dołączył: 9.09.2005
Skąd: Lubin

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


spoko, dzięki smile.gif


--------------------
Immanuel, pozdrawiam
Go to the top of the page
+Quote Post

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

 



RSS Aktualny czas: 19.08.2025 - 14:54