mouseovers??? Comp. question.

Discussion in 'The Bucket' started by missionsix, Nov 1, 2008.

to remove this notice and enjoy 3reef content with less ads. 3reef membership is free.

  1. missionsix

    missionsix Super Moderator Staff Member

    Joined:
    Sep 25, 2007
    Messages:
    5,734
    Location:
    Bend,Oregon - USA
    How do I make it stop 688?
     
  2. Click Here!

  3. Otty

    Otty Giant Squid

    Joined:
    Nov 20, 2006
    Messages:
    6,467
    Location:
    Elizabethtown, IN
    This is after just hitting the quote button instead of dragging the mouse.
     
  4. missionsix

    missionsix Super Moderator Staff Member

    Joined:
    Sep 25, 2007
    Messages:
    5,734
    Location:
    Bend,Oregon - USA
    It has never done this to me before. Just started recently. I've noticed it has happened to a couple others to.

    And this is just a "quote" here.
     
  5. sostoudt

    sostoudt Giant Squid

    Joined:
    Jul 9, 2008
    Messages:
    5,958
    Location:
    Chesterfield, VA
    works for me
     
  6. Otty

    Otty Giant Squid

    Joined:
    Nov 20, 2006
    Messages:
    6,467
    Location:
    Elizabethtown, IN
    What are you using Explorer or Mozilla (Firefox)??
     
  7. Hackem688

    Hackem688 Millepora

    Joined:
    Jul 9, 2008
    Messages:
    905
    Location:
    Mesa AZ
    This is what the code would look like in html if you pasted it to a notepad file and saved it as html it would work but I dont think it will in fourm post


    <SCRIPT LANGUAGE="JavaScript">
    <!-- hide from none JavaScript Browsers
    Image1= new Image(400,299)
    Image1.src = "http://www.3reef.com/forums/members/missionsix66-albums-six-pix-picture959-actinic-pics-

    012.jpg"
    Image2 = new Image(400,299)
    Image2.src = "http://www.3reef.com/forums/members/hackem688-albums-my-old-tank-r-i-p-picture900-a.jpg"

    function SwapOut() {
    document.imageflip.src = Image2.src; return true;
    }

    function SwapBack() {
    document.imageflip.src = Image1.src; return true;
    }

    // - stop hiding -->
    </SCRIPT>


    <A HREF="index.html" onMouseOver="SwapOut()" onMouseOut="SwapBack()">
    <IMG NAME="imageflip" SRC="http://www.3reef.com/forums/members/missionsix66-albums-six-pix-picture959-

    actinic-pics-012.jpg" WIDTH=400 HEIGHT=299 BORDER=0></A>
     
  8. Click Here!

  9. missionsix

    missionsix Super Moderator Staff Member

    Joined:
    Sep 25, 2007
    Messages:
    5,734
    Location:
    Bend,Oregon - USA
    Explorer.
     
  10. Otty

    Otty Giant Squid

    Joined:
    Nov 20, 2006
    Messages:
    6,467
    Location:
    Elizabethtown, IN
  11. Hackem688

    Hackem688 Millepora

    Joined:
    Jul 9, 2008
    Messages:
    905
    Location:
    Mesa AZ
    my bad i thaut you were tring to make mouse over images
     
  12. Otty

    Otty Giant Squid

    Joined:
    Nov 20, 2006
    Messages:
    6,467
    Location:
    Elizabethtown, IN
    UserCP then Edit Options and try resetting your fields at the bottom.