a slide show with your HTML using the image ID and with 3 possible effects
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
Type: Posts; User: vwphillips; Keyword(s):
a slide show with your HTML using the image ID and with 3 possible effects
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
it replaces the current script
the style sheet goes in the header
the class '.frame' controlls the fame size
the class '.frame IMG' controlls the image size
the class '.frame DIV' controlls...
<!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">
...
a cookie is being used on both pages to restore the last sum menu
this modification
allows one page to set the cookie but not read it
and the other to read it but not set it
replace the...
showslide:function(keyword){
var slideshow=this
var setting=slideshow.setting
if (setting.displaymode.type=="auto" && setting.ismouseover && setting.currentstep<=setting.totalsteps){ //if...
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<script type = "text/javascript">
<!-- Hide JavaScript from non-compliant browsers.
function...
<!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">
...
http://www.vicsjavascripts.org.uk/FormCompendium/RemoveDuplicateOptions.htm
the objective of my post was to display the thank you information without loading another page
the usefulness of this approach depends of what you want in your thank you page and if the HTML fits...
for normal HTML it should be
<script type="text/javascript">gooeymenu.setup({id:'gooeymenu3', fxtime:500}); </script>
or is the page is XHTML
<script type="text/javascript">
function RollOver(id,txt,col){
var obj=document.getElementById(id);
obj.innerHTML=txt;
obj.style.color=col;
}
<a href="#">
<img src="greenhat.png" border="0" class="shakeimage"...
not quite what you asked for but
<!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">
<head>
<meta...
<!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">
<head>
<meta...
http://www.dynamicdrive.com/forums/showthread.php?74003-Adding-script-to-an-image
//DD Tab Menu- Script rewritten April 27th, 07: http://www.dynamicdrive.com
//**Updated Feb 23rd, 08): Adds ability for menu to revert back to default selected tab when mouse moves out of menu
...
<!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">
...
the posted code does not use JQUERY
for interest
<!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"...
<script type="text/javascript" src="/cms/wp-content/themes/hue/js/ddtabmenu.js"></script>
.tabcontent {
display:none;
}
<!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">
...
I have retested this code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html...
try
.expstickybar{
visibility:hidden;
position:fixed;
color: white;
padding: 5px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/