Quote:
Originally Posted by Learner
Also is it possible to insert a close button and the small red window scroll through the page?
|
Yes it is, I think the code is in there. It is within item_added.tpl:
Code:
<td height="16" align="right"><a href="javascript:item_added_close();"}><div style="height:16px; width:50px; cursor:pointer;"></div></a></td>
It just needs to be repositioned slighty. I took this actual bit from previous work i did where the box was a bit smaller (on the HIDS4U site mention in the first post).
I was toying with the idea of making that area link to the basket but decided not to.
I am now going to make it disappear/fade away if not closed within 10 seconds.
Edit: I think I mis read your post!
At the moment it is fixed in position, I will work on making it move with the page