Zobacz temat
Menu w Java
|
|
radomoaza |
Dodany dnia 20.03.2007 10:37:47
|
Przedszkolak Postów: 54 Data rejestracji: 14.07.2006 22:26 |
sprawa jest dość skomplikowanej materii. Chciałbym zrobić menu boczne w Javie coś podobnego jak na stronie http://www.spinac... wskazówki znalazłem na stronie http://www.gajdaw...emenu.html obrazy[0]="the-gimp.jpg"; obrazy[1]="is.jpg"; obrazy[2]="the-best.jpg"; oraz obrazyTlo: obrazyTlo[0]="the-gimp-wybrany.jpg"; obrazyTlo[1]="is-wybrany.jpg"; obrazyTlo[2]="the-best-wybrany.jpg"; <BR><IMG name="opcja0" src="the-gimp.jpg" alt="The Gimp" onMouseOut="MyszkaPozaObrazkiem(0);" onMouseOver="MyszkaNadObrazkiem(0);"> <BR><IMG name="opcja1" src="is.jpg" alt="is" onMouseOut="MyszkaPozaObrazkiem(1);" onMouseOver="MyszkaNadObrazkiem(1);"> <BR><IMG name="opcja2" src="the-best.jpg" alt="the best" onMouseOut="MyszkaPozaObrazkiem(2);" onMouseOver="MyszkaNadObrazkiem(2);"> obrazki mam już zrobione ale niestety nie działa (wiele kombinacji próbowałem). może znajdzie się ktoś kto wie jak to wszystko poskładać w kupę (gdzie co powklejać, jakie dokumenty zrobić)? |
|
|
Wścibski Gość |
Dodany dnia 12.01.2025 12:03:08
|
Pan Kontekstualny Postów: n^x Data rejestracji: Zawsze |
|
IP: localhost | |
skysis |
Dodany dnia 20.03.2007 10:56:58
|
Początkujący Postów: 163 Data rejestracji: 09.09.2006 10:42 |
Prosze Cię bardzo: http://www.web-st...?cat_id=44 Masz tu gotowe menu ;-) w js. great menu jest takie jakie potrzebujesz ;-) pozdrawiam |
|
|
SebaZ |
Dodany dnia 20.03.2007 13:58:25
|
Zaawansowany Postów: 1598 Pomógł: 2 Data rejestracji: 10.11.2004 22:39 |
w du**pie a nie w JAVIE... wiesz co to JAVA? jak nie wiesz to nie uzywaj tego słowa
Zadawanie pytań na forum to nie jest prawo, to jest przywilej, którego każdy może być pozbawiony jeżeli nie będzie umiał z niego korzystać. Nie wymagaj więc natychmiastowej odpowiedzi.
|
|
|
evolucja |
Dodany dnia 20.03.2007 14:17:07
|
Przedszkolak Postów: 10 Data rejestracji: 18.03.2007 15:32 |
To chyba wiadomo że chodzi o javascript |
|
|
radomoaza |
Dodany dnia 20.03.2007 19:29:43
|
Przedszkolak Postów: 54 Data rejestracji: 14.07.2006 22:26 |
wszystko pięknie tylko wie ktoś gdzie ja mam ten kod wkleić? <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <title>www.zig-zag.prv.pl </title> </head><script language="JavaScript1.2"> //Hover-up Menu Bar: By Dynamicdrive.com //Credit must stay intact for use //Visit http://www.dynami... for this script and more //CSS stylesheet for menu bar //Customize background color (#FFF2BF) and link color (black): var cssdefinition='<style>\n.menuitems{\nborder:2.5px solid #FFF2BF;\n}\n\n.menuitems a{\ntext-decoration:none;\ncolor:black;\n}\n<\/style>' //No need to edit beyond here if (document.all||document.getElementById) document.write(cssdefinition) function over_effect(e,state, bgcolor){ if (document.all) source4=event.srcElement else if (document.getElementById) source4=e.target if (source4.className=="menuitems"){ source4.style.borderStyle=state source4.style.backgroundColor=bgcolor } else{ while(source4.tagName!="DIV"){ source4=document.getElementById? source4.parentNode : source4.parentElement if (source4.className=="menuitems"){ source4.style.borderStyle=state source4.style.backgroundColor=bgcolor } } } } </script> <body><!--Customize menu dimension, initial menu color (#FFF2BF) and hover color (#FFE271) --> <div style="background-color:#FFF2BF;width:80%;height:23px;padding-top:5px" onMouseover="over_effect(event,'outset','#FFE271')" onMouseout="over_effect(event,'solid','#FFF2BF')" onMousedown="over_effect(event,'inset')" onMouseup="over_effect(event,'outset')"> <font face="Arial" size="2"> <span><b>Great links </b></span> <span class="menuitems"><a href="http://javascriptkit.com">JavaScript Kit</a></span> <span class="menuitems"><a href="http://freewarejava.com">Freewarejava.com</a></span> <span class="menuitems"><a href="http://freewarejava.com/cgi-bin/Ultimate.cgi">Webmaster Help Forum</a></span> <span class="menuitems"><a href="http://www.flamingtext.com">Flaming Text</a></span> <span class="menuitems"><a href="http://www.thefreesite.com">The Free Site</a></span> </font> </div> </body> </html> super! tylko gdzie ja mam powklejać ten kod (sekcja body i head) trzeba jakoś na php chyba ... <html>
<head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <title>www.zig-zag.prv.pl </title> </head><script language="JavaScript1.2"> //Hover-up Menu Bar: By Dynamicdrive.com //Credit must stay intact for use //Visit http://www.dynami... for this script and more //CSS stylesheet for menu bar //Customize background color (#FFF2BF) and link color (black): var cssdefinition='<style>\n.menuitems{\nborder:2.5px solid #FFF2BF;\n}\n\n.menuitems a{\ntext-decoration:none;\ncolor:black;\n}\n<\/style>' //No need to edit beyond here if (document.all||document.getElementById) document.write(cssdefinition) function over_effect(e,state, bgcolor){ if (document.all) source4=event.srcElement else if (document.getElementById) source4=e.target if (source4.className=="menuitems"){ source4.style.borderStyle=state source4.style.backgroundColor=bgcolor } else{ while(source4.tagName!="DIV"){ source4=document.getElementById? source4.parentNode : source4.parentElement if (source4.className=="menuitems"){ source4.style.borderStyle=state source4.style.backgroundColor=bgcolor } } } } </script> <body><!--Customize menu dimension, initial menu color (#FFF2BF) and hover color (#FFE271) --> <div style="background-color:#FFF2BF;width:80%;height:23px;padding-top:5px" onMouseover="over_effect(event,'outset','#FFE271')" onMouseout="over_effect(event,'solid','#FFF2BF')" onMousedown="over_effect(event,'inset')" onMouseup="over_effect(event,'outset')"> <font face="Arial" size="2"> <span><b>Great links </b></span> <span class="menuitems"><a href="http://javascriptkit.com">JavaScript Kit</a></span> <span class="menuitems"><a href="http://freewarejava.com">Freewarejava.com</a></span> <span class="menuitems"><a href="http://freewarejava.com/cgi-bin/Ultimate.cgi">Webmaster Help Forum</a></span> <span class="menuitems"><a href="http://www.flamingtext.com">Flaming Text</a></span> <span class="menuitems"><a href="http://www.thefreesite.com">The Free Site</a></span> </font> </div> </body> </html> Edytowane przez radomoaza dnia 20.03.2007 19:32:47 |
|
Przejdź do forum: |