Advanced Search

Search:

Type: Posts; User: vwphillips; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    485

    a slide show with your HTML using the image ID...

    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"
    ...
  2. Replies
    6
    Views
    454

    Resolved it replaces the current script the style sheet...

    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...
  3. Replies
    6
    Views
    454

    Resolved View Post

    <!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">
    ...
  4. a cookie is being used on both pages to restore...

    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...
  5. Replies
    22
    Views
    2,982

    showslide:function(keyword){ var...

    showslide:function(keyword){
    var slideshow=this
    var setting=slideshow.setting
    if (setting.displaymode.type=="auto" && setting.ismouseover && setting.currentstep<=setting.totalsteps){ //if...
  6. Replies
    3
    Views
    522

    View Post

    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    <head>
    <script type = "text/javascript">
    <!-- Hide JavaScript from non-compliant browsers.

    function...
  7. Replies
    1
    Views
    232

    View Post

    <!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">
    ...
  8. Thread: Select list

    by vwphillips
    Replies
    3
    Views
    371

    http://www.vicsjavascripts.org.uk/FormCompendium/R...

    http://www.vicsjavascripts.org.uk/FormCompendium/RemoveDuplicateOptions.htm
  9. Replies
    12
    Views
    733

    the objective of my post was to display the thank...

    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...
  10. Replies
    2
    Views
    220

    for normal HTML it should be

    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">
  11. function RollOver(id,txt,col){ var...

    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"...
  12. Replies
    12
    Views
    733

    not quite what you asked for but

    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...
  13. View Post

    <!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...
  14. View Post

    <!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...
  15. Replies
    1
    Views
    291

    Resolved http://www.dynamicdrive.com/forums/showthread.php?...

    http://www.dynamicdrive.com/forums/showthread.php?74003-Adding-script-to-an-image
  16. Replies
    5
    Views
    573

    //DD Tab Menu- Script rewritten April 27th, 07:...

    //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
    ...
  17. Replies
    5
    Views
    564

    <html>
    <head>
    </head>
    <body>
    <img src="http://www.vicsjavascripts.org.uk/StdImages/Egypt5.jpg" id="slide" width="601" height="355" alt="Healthy Mix" />

    <script>
    <!--

    var Images=[
  18. Replies
    9
    Views
    822

    View Post

    <!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">
    ...
  19. Replies
    5
    Views
    564

    the posted code does not use JQUERY

    the posted code does not use JQUERY
  20. Replies
    2
    Views
    460

    for interest

    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"...
  21. Replies
    5
    Views
    573

    View Post

    <script type="text/javascript" src="/cms/wp-content/themes/hue/js/ddtabmenu.js"></script>


    .tabcontent {
    display:none;
    }
  22. Replies
    5
    Views
    564

    <html>
    <head>
    <script>
    <!--
    var image1=new Image()
    image1.src="http://www.vicsjavascripts.org.uk/StdImages/Egypt5.jpg"
    var image2=new Image()...
  23. View Post

    <!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">
    ...
  24. Replies
    8
    Views
    1,180

    I have retested this code

    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...
  25. Replies
    10
    Views
    767

    try .expstickybar{ visibility:hidden;...

    try


    .expstickybar{
    visibility:hidden;
    position:fixed;
    color: white;
    padding: 5px;
    right:0; /*horizontally center bar in window*/
    left:0; /*horizontally center bar in window*/
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4