PDA

View Full Version : mouseover script


ube
08-02-2006, 09:16 PM
Hi guys, I am trying to use the boxover script for my photoblog (http://test.rowelldionicio.net) and I am snooping through the image_template but I unsure of what to add or edit to create a boxover script that contains:

image name
exposure
iso
aperture
etc..

im guessing this is where i want to make the changes:

<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" id="photo" />
</a>

i just dont know how i go about adding the boxover script

DikkieBurger
08-02-2006, 10:34 PM
Just add this to your img tag:

title="cssbody=[boxoverbody] cssheader=[boxoverheader] header=[<IMAGE_TITLE>] body=[<EXIF_EXPOSURE_TIME><br /><EXIF_APERTURE><br /><EXIF_ISO>] delay=[50] fade=[on] fadespeed=[0.1]"

blinking8s
08-02-2006, 11:56 PM
there are many ways to do this, searching the forum, google will give you lots of results i would look for "nice titles" or "javascript mouseover" or something...

here are two examples

http://neo.dzygn.com/archive/2003/12/nicer-titles
http://www.alistapart.com/articles/cssmaps/

ube
08-04-2006, 04:46 PM
thanks for your help guys i got it working :]