Results 1 to 2 of 2

Thread: Background swap onMouseover

  1. #1
    Join Date
    Dec 2008
    Posts
    35
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default Background swap onMouseover

    Need help to create a script like this just where it replaces the
    background instead of changing the opacity, thanks .

    Code:
    style="opacity:0.4;filter:alpha(opacity=40)"
    onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
    onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40"
    Last edited by Snookerman; 04-28-2009 at 04:29 PM. Reason: removed image signature

  2. #2
    Join Date
    Feb 2009
    Posts
    62
    Thanks
    15
    Thanked 0 Times in 0 Posts

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
  •