+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 20 of 20

Thread: Mouseover Images

  1. #11
    Join Date
    Jun 2004
    Location
    Auckland, New Zealand
    Posts
    594

  2. #12
    Join Date
    Nov 2005
    Posts
    240

    Default Re: Mouseover Images

    Hey thats probably what Waterfront wants... Wanna post up the Javascript so they could see?

  3. #13
    Join Date
    Jun 2004
    Location
    Auckland, New Zealand
    Posts
    594

    Default Re: Mouseover Images

    Just right mouse click and view the source, it's all there on the page

  4. #14
    Join Date
    Jul 2005
    Location
    Palm Coast, FL
    Posts
    17

    Default Re: Mouseover Images

    That's it! Thanks a lot, sarah.... option 1 is the one I've been looking for.

  5. #15
    Join Date
    Jul 2005
    Location
    San Diego County
    Posts
    1,266

    Default Re: Mouseover Images

    Thanks Sarah,

    Kyle one of the Moderators also has something like this on his website. I have been thinking about doing something like this for featured listings on my homepage
    If you are looking for San Diego Real Estate or you want to view San Diego MLS listings (or at least that portion of the data feed that SANDICOR allows us to display on our websites) go to a local San Diego County real estate Agent's Site.

    P.S. We Love Referrals!

  6. #16
    Join Date
    Oct 2004
    Location
    Florida
    Posts
    2,132

    Default Re: Mouseover Images

    Quote Originally Posted by SDluxuryHomes
    Kyle one of the Moderators also has something like this on his website. I have been thinking about doing something like this for featured listings on my homepage
    Mine is javascript too. I found it doing a search for scripts. Let me know if you want to use mine, I'll send you the code.

  7. #17
    Join Date
    Nov 2005
    Location
    Durham, NH
    Posts
    13

    Default Re: Mouseover Images

    function imgswap(imgName,imgurl) {
    document[imgName].src = imgurl;
    }

    mine is real simple lol, im not pre-loading though, although i probably should lol

  8. #18
    Join Date
    Jul 2005
    Location
    San Diego County
    Posts
    1,266

    Default Re: Mouseover Images

    Quote Originally Posted by kyle422
    Mine is javascript too. I found it doing a search for scripts. Let me know if you want to use mine, I'll send you the code.
    I would like both scripts. Thanks in advance!

    BTW- what is the sign under your signature???
    If you are looking for San Diego Real Estate or you want to view San Diego MLS listings (or at least that portion of the data feed that SANDICOR allows us to display on our websites) go to a local San Diego County real estate Agent's Site.

    P.S. We Love Referrals!

  9. #19
    Join Date
    Oct 2004
    Location
    Florida
    Posts
    2,132

    Default Re: Mouseover Images

    Quote Originally Posted by SDluxuryHomes
    I would like both scripts. Thanks in advance!

    BTW- what is the sign under your signature???
    Here is where I got my script. http://www.dynamicdrive.com/dynamici...agetooltip.htm
    The sign just displays your I.P. and computer information.

  10. #20
    Join Date
    Jun 2004
    Location
    Auckland, New Zealand
    Posts
    594

    Default Re: Mouseover Images

    Dynamic drive is a great resource, isn't it! I use it for favicons.

    Beware that technique does nasty things if it is near a form - doesn't like <input> tags.

    And if you need text in there you might be better with OverLib

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Posting Permissions

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