Hello Sean,
Thanks for the quick reply. But unfortunately, that did not work. It still pops up to the top, behind the site's logo.
EDIT:
I have fixed the issue of having the page messed up. I've changed it to:
Code:
{literal}
<script type="text/javascript">
$(document).ready(function() {
$('#startBtn').click(function() {
$('#bannerBags').slideUp('slow', function() {
// Finished.
});
});
});
</script>
{/literal}
And set the position of the logo itself (above the bag banner) to relative, along with a clear:both;.
However, if you look at the site again ( click here) you'll notice that when you click on it the first time, it behaves very oddly. It's as if it doesn't finish the process; you'd have to click a second time for it to do it's thing properly.
The banner image also pops to the right when it's processed. Any idea how to keep it in place, whilst it slides up?
__________________
$gocore = new gakoyucore();
$con = mysql_connect($gocore->server, $gocore->username, $gocore->password) or die(mysql_error());
Last edited by Gakoyu Ojima; 11-09-2010 at 05:57 AM..
|