Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [php]rosuwane menu po najechaniu na text
matiszostak
post
Post #1





Grupa: Zarejestrowani
Postów: 116
Pomógł: 0
Dołączył: 6.07.2006
Skąd: z ml2.cba :)

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


chodz mi o to zę jak najade na jakis text to pod nim rozwija sie inny text czyli tak jak http://eurokiddies.com
czyli po najechaniu na "425 visiteurs actuellement sur le site" otwiera sie inny text ? jak to zrobic (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
Lombi
post
Post #2





Grupa: Zarejestrowani
Postów: 237
Pomógł: 11
Dołączył: 12.04.2006

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


Coś się dla Ciebie i ode mnie znajdzie (IMG:http://forum.php.pl/style_emoticons/default/snitch.gif)

  1. <script language="JavaScript" type="text/javascript">
  2. function pokaz()
  3. {
  4. document.all.podmenu.style.visibility="visible";
  5. }
  6. function ukryj()
  7. {
  8. document.all.podmenu.style.visibility="hidden";
  9. }
  10. <style type="text/css">
  11. #podmenu {
  12. width: 70px;
  13. position: absolute; }
  14. </head>
  15.  
  16. <a href="#" onMouseOver="pokaz()" onMouseOut="ukryj()">Menu</a><br>
  17. <div id="podmenu" style="visibility:hidden" onMouseOver="pokaz()" onMouseOut="ukryj()">
  18. <a href="#">Podmenu 1</a></br>
  19. <a href="#">Podmenu 2</a></br>
  20.  
  21. </div>
  22.  
  23. </body>
  24. </html>


Masz i baw się (IMG:http://forum.php.pl/style_emoticons/default/exclamation.gif) !

p.s. rosuwane menu to to nie jest (IMG:http://forum.php.pl/style_emoticons/default/laugh.gif)

Ten post edytował Lombi 23.08.2006, 17:13:31
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: 8.10.2025 - 19:50