JAUHARI

Everything Is POSSIBLE

Create Pop-Up Hints with PHP

Use the overLIB library to pop up hints for words on your web page using JavaScript and PHP.

With the overLIB JavaScript library , you can have handy pop-up labels that appear above text on your page. This hack makes it a little easier to create these links by providing a PHP wrapper function to invoke the library.

Complete Code

Save the code shown as pop-up.php.

A wrapper function that simplifies overLIB use, courtesy of PHP


<?php
  function popup( $text, $popup )
  {
  ?>
  <a href="javascript:void(0);" onmouseover="return overlib(’<?php echo($popup); ?>
  ‘);" onmouseout="return nd();"><?php echo($text); ?></a>
  <?php
  }
  ?>
  <html>
  <head>
  <script type="text/javascript" src="overlib/overlib.js"><!– overLIB (c) Erik Bosrup –>
  </script>
  </head>
  <body>
  <div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;">
  </div>
  With PHP, we can combine with some javascript to make small popups. <br />Just hover your mouse on <?php popup(
  ‘me’, ‘And this is The Hover Text.<br/>Looking Wonderfull ha?.’
  ); ?>. It’s work ^_*.
  </body>
  </html>

You could also put the wrapper function into a PHP library, include that library in your PHP pages, and turn this into a nice, reusable utility function.

Test Your Code

Download and unpack the overLIB library into your web server’s documents directory. Then add in the pop-up.php file and test it on your browser, You should see something similar

PHP Popups Screen shoot 1

Next, move the mouse over the word me, and you will see the pop up appear, which gives you a little more information about me

PHP Popups Screen shoot 2

This pop up can be as elaborate as you like, with images, tables, different fonts, styles, and whatever else you want it.

If you enjoyed this post, make sure you
Subscribe to my RSS feed!

2 Comments in 2 threads. Trackback URI

2007-08-14 07:59:36

Comment by Jauhari

MyAvatars 0.2

That’s right Sergey, we can use that, but sometimes we need add more complex code and we can do that with PHP that I post in this tutorial ;)

 
2007-08-14 07:09:02 Subscribed to comments via email

Comment by Sergey Koulik

MyAvatars 0.2


With PHP, we can combine with some javascript to make small popups. Just hover your mouse on me.

Why do things harder they are?..

 

Respond

Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)

Smileys:
:) :( :d :"> :(( \:d/ :x 8-| /:) :o :-? :-" :-w ;) [-( :)>- more »

You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

Comments links could be nofollow free.



  • Archives

  • High Quality Free WordPress Themes
  • Earn $$ with WidgetBucks!
  • Your Ads Here