PDA

View Full Version : Main Photo Discription.


vulgaris
08-09-2005, 09:35 PM
I am trying to get the effect of a hover discription box that is somewhat transparent. The Example is: http://www.chromasia.com/iblog/

Is there any code from this or is it custom made?

Ive seen it on a few sites, so hopefully it can done fairly easy..

thanks in advance.
edward

ibejo
08-09-2005, 11:09 PM
Chromasia notes in his "equipment page" that he uses a javascript called NicerTitles - you can find it at:

http://neo.dzygn.com/archive/2003/12/nicer-titles


Hope this helps!

blinking8s
08-09-2005, 11:22 PM
no need to ask in two placed of the forum. I answed in another just now then came across this...ill delete your other post to make things simple. This is the right section anyhow and ibejo is correct

folgerj
04-26-2006, 02:14 AM
no need to ask in two placed of the forum. I answed in another just now then came across this...ill delete your other post to make things simple. This is the right section anyhow and ibejo is correct
Hi, I was emailing David N (Chromasia) about what he was using and he sent me over to boxover.swazz.org to get what he uses. I hope this helps. I'm trying to implement it but fitting it into the <a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE>" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" id="photo" />
</a>
Is proving tuff for me...

www.vistaphotos.net/blog

HiImSeth
04-26-2006, 04:28 PM
Change title="<IMAGE_TITLE>" to title="header=[<IMAGE_TITLE>] body=[<i>click for previous image</i>]". That should get you going, you can change anything within the [] after header and after body to get it to say or display the data you are going for.