I have added drag to the script
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
Type: Posts; User: vwphillips; Keyword(s):
I have added drag to the script
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
response to email request
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
...
sorry bot to get back to you
I have not been well
it may be a day or two until I get back
but I have added a toggle function and the ability to change the images
<!DOCTYPE html PUBLIC...
use
AutoHold:
15*1000, //(optional) the auto rotate delay in mill-sec. (number, animate*4)
each slider can be controlled separately with different slide and hold durations
I an...
If this is similar to your requirement
I will modify it as required
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
the function can be called just before the </BODY> tag
or <body onload="Test(15*1000);">
if you can supply more detail on the scrolling slideshow I should be able with that
<!DOCTYPE html...
They load for me
setTimeout is simplest
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
<!DOCTYPE html>
<html>
<head>
<title>Table Row Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
tr.normal td {
color: black;
...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
...
var Max=3;
function toggle(cb){
var...
var Max=3;
function toggle(cb){
var...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
...
<html>
<head>
<title>Countdown clock</title>
<script type = "text/javascript">
var endTime = null
var timerID = null
function startTimer(t) {
your last post only adds confusion
please post a link to the problem page
place the initilization and open call just before the </BODY> tag
<script>
menu1 = new sidetogglemenu({ // initialize first menu example
id: 'togglemenu1',
marginoffset: 10,
downarrowsrc:...
link to script home page
http://www.dynamicdrive.com/dynamicindex1/sidetogglemenu.htm
the call
menu1.toggle();
will toggle the menu if called within another function or by an onclick event
...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
...
see http://www.dynamicdrive.com/dynamicindex16/showhint.htm
I have retested using the red modifications in post #2
and example 1 of the demonstration
and it works for me
please post a link to your page
on your page you have
$('#image1').addimagezoom({
I can not find an image on your page with the ID of image1
I can not see any tab changing
The script you have isolated changes the document title
this will not be visible on the page
this may be what you are looking for
<!DOCTYPE html PUBLIC...
modify function(changes in red)
buildpaginate:function(setting){
this.buildcontentdivs(setting)
var sliderdiv=document.getElementById(setting.id)
var...