Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [html][ajax] Zakładki
pioch
post
Post #1





Grupa: Zarejestrowani
Postów: 251
Pomógł: 0
Dołączył: 30.11.2006

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


Witam

Mam problem z wykorzystaniem mintajax.pl , mianowicie z zakładkami :/

mój plik zakladki.html

  1. <style type="text/css">
  2.  
  3. .tab {
  4. cursor: pointer;
  5. float: left;
  6. clear: none;
  7. width: 126px;
  8. height: 24px;
  9. line-height: 24px;
  10. color: White;
  11. text-align: center;
  12. margin: 0px 4px;
  13. background-image: url('img/tab.gif');
  14. }
  15.  
  16. .hover, .active {
  17. background-image: url('img/tab_hover.gif');
  18. }
  19.  
  20. .tabsContentOuter {
  21. width: 450px;
  22. height: 200px;
  23. border: 1px solid #68660B;
  24. float: left;
  25. clear: none;
  26. }
  27.  
  28. #tabsContent {
  29. padding: 2px 4px;
  30. }
  31.  
  32. </style>
  33. <script type="text/javascript" src="mintajax.js"></script>
  34. <script type="text/javascript">
  35.  
  36. function OnLoad() {
  37. var img = new Image();
  38. img.src = "img/tab_hover.gif";
  39.  
  40. var tabs = mint.gui.CreateTabWidget("tabsContent");
  41.  
  42. tabs.fading = true;
  43. tabs.activeClass = "active";
  44. tabs.hoverClass = "hover";
  45.  
  46. tabs.AddItem("tab1", "tab1", "text", "tab1.html");
  47. tabs.AddItem("tab2", "tab2", "text", "tab2.html");
  48. tabs.AddItem("tab3", "tab3", "text", "tab3.html");
  49.  
  50. mint.fx.Round("tabsContentOuter", "all", "small", true);
  51. }
  52.  
  53. </script></head><body onload="OnLoad()">
  54. <div id="tab1"></div>
  55. <div id="tab2"></div>
  56. <div id="tab3"></div>
  57.  
  58. <div id="tabsContentOuter">
  59. <div id="tabsContent"></div>
  60. </div>
  61.  
  62. </body>
  63. </html>



i nie działa :/ , moze ktoś sie spotkal z tym problemem:D
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 Aktualny czas: 21.08.2025 - 08:11