PDA

View Full Version : Delicious and Refection add on


lfp
05-16-2008, 11:34 PM
Hi,

I'm using your addon wich I thank you.
But I have a question:

I'm using delicious template, and I would like that the fade effect from the image, could be used at the same time as the image.

Can somebody help me ?

thanks
lfp

kevincrafts
05-17-2008, 12:38 AM
Isn't that fade done as two separate images? You can try using the reflection from the Coverflow template - it renders the image and the reflection as one.

lfp
05-17-2008, 12:59 AM
hi kevin,
I upload the reflect.php , and add the line:

<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img src="reflect.php?img=images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" border="0"/></a>

to the image_template.html file.
but don't work...well i must say that do not know much of html or php...

kevincrafts
05-19-2008, 03:55 PM
Do you have the space between the im and the g in your code like you do in your post?

lfp
05-20-2008, 10:25 AM
well i have it like this:

<div id="photobox" style="width:<IMAGE_WIDTH>px;height:<IMAGE_HEIGHT>px;">
<div id="image-border" style="width: <IMAGE_WIDTH>px; height: <IMAGE_HEIGHT>px;">
<img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_TITLE>" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" id="photo" name="photo" style="background:black;"/>
<div id="menu_browse" style="width: <IMAGE_WIDTH>px; height: <IMAGE_HEIGHT>px;">
<script type="text/javascript">
browsing();
</script>
</div> <!-- menu_browse -->
</div> <!-- image-border --><img src="<IMAGE_REFLECTION_PATH>" alt="" width="<IMAGE_WIDTH>" height="<IMAGE_REFLECTION_HEIGHT>" border="0" />
<div id="image_footer">
<p>&nbsp;</p>
<p>&copy;2007 Your Name Goes Here | Powered By <a href="http://www.pixelpost.org">Pixelpost</a> | Template by <a href="http://www.sotolicious.com">JaySoto</a></p>

I appreciate your help.