Results 1 to 3 of 3

Thread: Gradual Highlight Image Script

  1. #1
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Gradual Highlight Image Script

    1) Script Title: Gradual Highlight Image Script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...hlightgrad.htm

    3) Describe problem:
    i would like to know how to make the same effect but inverse...:
    onmouseover: slowlow
    onmouseout: slowhigh

    can u help me please?

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Quote Originally Posted by originalscript
    .gradualshine{
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    }
    get rid of the class="gradualshine" from the element you wish to inverse the effect
    then reverse the two mouseover effects

    Code:
    onmouseover="slowlow(this)" onmouseout="slowhigh(this)"

  3. #3
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks!

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
  •