Results 1 to 3 of 3

Thread: newbie question !!!!

  1. #1
    Join Date
    Aug 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face newbie question !!!!

    i am a total beginner in javascript so please bear with me...

    i am looking at the "gradual element fader" in
    http://www.dynamicdrive.com/dynamici...adualfader.htm

    i have a picture on my page, this is the one i'd like to fade;

    the fader page says: " Then, to apply the effect to any element on your page with a dimension, give it a class="gradualfader" declaration, for example:


    <img src="test.gif" class="gradualfader" />

    <a href="http://www.dynamicdrive.com" class="anotherclass gradualfader"><img src="dd.gif" /></a>

    <div style="width: 300px; border: 1px solid gray; background: blue" class="gradualfader">
    Some text here
    </div>


    so my questions are:
    what is test.gif ? the file for my picture in my site ?

    and what does the link ????<a href.... dynamic.drive...> img src = "dd.gif"/></a>
    also what would be dd.gif ?? the "Some text here" would be my text on my web page near the picture ???

    and why the width of 300 px ?? is the fader not conserving the size of the original picture ??

    thanks for helping !!!!!

  2. #2
    Join Date
    Aug 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default oops sorry

    i'll post in the right forum...

  3. #3
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    All of those are just examples, delete some edit the width. It doesn't matter, there just examples. Lol.
    Jeremy | jfein.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •