=================================================
Title:   Popup for MyAlbum Module
Version: 0.10
Date:    2007-04-17
Author:  Kenichi OHWADA
URL:     http://linux2.ohwada.net/
Email:   webmaster@ohwada.net
=================================================

This is hack to popup image in MyAlbum Module
popup the large image, when move the mouse over the thumbnail image. 


* setting *
1. JavaScript files setting
1.1 set in program
the setting is unnecessary.
already set into the xoops_module_header variable in index.php and viewcat.php

1.2 set in theme
add the following lines under title tag in theme.html
-----
<script type="text/javascript" src="<{$xoops_url}>/modules/myalbum/overlib.js"></script>
<script type="text/javascript" src="<{$xoops_url}>/modules/myalbum/overlib_image.js"></script>
-----

in this case, modified index.php and viewcat.php are unnecessary.

2. div tag setting
2.1 set in myalbum template
the setting is unnecessary.
already set in myalbum_header.html

2.2 set in theme
add the following lines under body tag in theme.html
-----
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
-----

in this case, modified myalbum_header.htm is unnecessary.


* JavaScript library *
use JavaScript library "overLIB" which is modified to fit XOOPS environment.
http://www.bosrup.com/web/overlib/


* notice *
conflict "myalbum_header.html", if using with "RSS for MyAlbum Module".
please use "Popup + RSS + Piclens for MyAlbum Module"


* enclosed files
modified files
- index.php
- viewcat.php
- templates/myalbum_header.html
- templates/myalbum_photo_in_list.html
- templates/myalbum_viewcat_table.html

added files
- overlib.js
- overlib_image.js

