www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > General

    General Discussion and support for your general issues associated with web design.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 01-20-2006, 01:57 AM
    leonie leonie is offline
    Registered User
     
    Join Date: Jan 2006
    Posts: 1
    Question plz help with alignment

    hoping some1 can help me with aligning my JS heading with images. im wanting pics on both sides of my heading.
    thank you
    leonie

    this is my heading code:

    <head>
    <center>
    <Style type = "text/css">

    .big { color: violet;
    font-family: technical;
    font-size: 42pt;
    font-weight: bold}

    </style>

    <script language = "JavaScript">

    //Wave Text! by Spookdog (spookydog3@hotmail.com)
    //Submitted to DynamicDrive.com
    //For this script and more, visit http://www.dynamicdrive.com

    <!--you can use this on your web page as long as the above stays in the script-->

    var TimerID;
    var updown = true;
    var str = 1;

    function start()
    {
    if (document.all)
    TimerID = window.setInterval( "wave()", 50 );
    }

    function wave()
    {
    if ( str > 20 || str < 2 )
    updown = !updown;

    if ( updown )
    str++;
    else
    str--;

    wft.filters( "wave" ).phase = str * 20;
    wft.filters( "wave" ).strength = str;
    }

    window.onload=start
    </Script>
    </head>
    <body>
    <div ID = "wft" Style = "width:600px; filter:wave(add=0, freq=4, light=0, phase=0, strength=5)" class = "big">
    Welcome to the Dazzle Website</div>
    </center>
    </body>

    Last edited by leonie; 01-20-2006 at 04:32 PM.
    Reply With Quote
      #2  
    Old 01-20-2006, 02:22 AM
    NogDog's Avatar
    NogDog NogDog is online now
    High Energy Magic Dept.
     
    Join Date: Aug 2004
    Location: Ankh-Morpork
    Posts: 13,643
    Pretty tough to give any suggestions when we have no idea what your HTML looks like.

    Got link?
    __________________
    "That's what the gods are! An answer that will do! Because there's food to be caught and babies to be born and life to be lived and so there is not time for big, complicated, and worrying answers! Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be." -- from Nation, by Terry Pratchett
    freelancer.internet.com
    Email me
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 06:48 PM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.