Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP] Menu
blandzi
post 1.02.2009, 13:14:03
Post #1





Grupa: Zarejestrowani
Postów: 35
Pomógł: 0
Dołączył: 9.12.2008

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


Jak zrobić menu jak tutaj http://haker.org.pl/news.php które zmienia kolor po przejechaniu po danej kategorii?
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
Spyder
post 1.02.2009, 15:19:54
Post #2





Grupa: Zarejestrowani
Postów: 269
Pomógł: 7
Dołączył: 12.10.2006
Skąd: Newcastle Upon Tyne

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


  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
  3.  
  4.  
  5.  
  6. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  7. <style type="text/css">
  8.  
  9. .box {
  10. float: left;
  11. clear: none;
  12. width: 80px;
  13. height: 20px;
  14. color: White;
  15. text-align: center;
  16. margin: 4px;
  17. padding: 2px;
  18. border: 1px solid #8F9D11;
  19. background-color: #B7C059;
  20. }
  21. a { color:#B7C059}
  22.  
  23. </style>
  24. <script type="text/javascript" src="mintajax.js"></script>
  25. <script type="text/javascript">
  26.  
  27. function ColorIn() {
  28. mint.fx.Color("box", "backgroundColor", null, "B22222", 20, 500);
  29. mint.fx.Color("box", "borderColor", null, "000000", 20, 500);
  30. }
  31. function TextIn() {
  32. mint.fx.Color("text", "color", null, "B22222", 20, 500);
  33. }
  34.  
  35. function ColorOut() {
  36. mint.fx.Color("box", "backgroundColor", null, "B7C059", 20, 500);
  37. mint.fx.Color("box", "borderColor", null, "8F9D11", 20, 500);
  38. }
  39. function TextOut() {
  40. mint.fx.Color("text", "color", null, "B7C059", 20, 500);
  41. }
  42.  
  43. </script>
  44. </head><body>
  45.  
  46.  
  47. <a href="#" id="box" class="box" onmouseover="ColorIn()" onmouseout="ColorOut()">Test Link</a>
  48. <a href="#" id="text" class="text" onmouseover="TextIn()" onmouseout="TextOut()">Test Link</a>
  49.  
  50. </body></html>


To samo co wyzej tyle ze 2 wersje winksmiley.jpg


--------------------
Portfolio

Windows Vista Business SP1
DELL VOSTRO 200, Intel Core2 DUO E4600 2.4GHz, 3 GB RAM, ATI Radeon HD 2400 Pro, Screen DELL 22"

Pomogłem ci -> Kliknij "Pomógł" -> Dzięki
Go to the top of the page
+Quote Post

Posty w temacie


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 Wersja Lo-Fi Aktualny czas: 14.08.2025 - 18:32