CSS Image Gallery Support Product Page
This topic was archived
Stop Jumping to gallery.
Asked 23 Nov 2007 17:47:14
1
has this question
23 Nov 2007 17:47:14 Matt Edmundson posted:
Hi, let me start by saying that this is great piece of software and the gallerys look really good.I'm wanting to find out if there's a way to stop the page "jumping" to the gallery.
The gallery is about half way down the page below some text, when the page first loads it jumps down to the gallery.
Is there any way to stop this happening so that when the page load it stays at the top.
Thanks
Replies
Replied 26 Nov 2007 14:13:11
26 Nov 2007 14:13:11 Georgi Kralev replied:
Hi Matt,
Can you provide a link to your page?
Then we will be able to check the issue and see if it can be found any solution.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Can you provide a link to your page?
Then we will be able to check the issue and see if it can be found any solution.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Replied 27 Nov 2007 12:12:02
27 Nov 2007 12:12:02 Matt Edmundson replied:
Replied 27 Nov 2007 14:46:43
27 Nov 2007 14:46:43 Georgi Kralev replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Hi George
I've created a test page at www.oshun3.co.uk/test/index.php
Thanks
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hi Matt,
Unfortunately, this is the default behavior of CSS Image Gallery.
Try the following work around:
Put this peace of code at the bottom of your page:
<script type="text/javascript">
// <![CDATA[
function toTop() {self.scrollTo(0, 0)}
$(document).ready(
function()
{
toTop()
}
);
// ]]>
</script>
I hope this helps you.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Hi George
I've created a test page at www.oshun3.co.uk/test/index.php
Thanks
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hi Matt,
Unfortunately, this is the default behavior of CSS Image Gallery.
Try the following work around:
Put this peace of code at the bottom of your page:
<script type="text/javascript">
// <![CDATA[
function toTop() {self.scrollTo(0, 0)}
$(document).ready(
function()
{
toTop()
}
);
// ]]>
</script>
I hope this helps you.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com