Question:
Is there a way to have a picture show up when you put the cursor over a link on myspace?
2009-05-16 15:52:02 UTC
Like, you make a link for your profile: and when you put the cursor over the link {but don't click it} is there anyway to make it to where a picture will show up on the screen by the cursor?
Three answers:
Jimmy V
2009-05-17 11:09:37 UTC
Yea they use a:hover without javasript and cursor propertie. That's the easiest way you can do it on myspace. I forgot the code though but you can get a similar code at http://www.cursors-4u.com



Take their code and change the URL to a gif image. For exammple



http://www.cursors-4u.com/cursor/2008/12/17/cool-blue-outer-glow-pointer.html







Change the url part of the code to something else. See if that works.
2016-10-04 10:38:56 UTC
you may upload your photographs as oftentimes used to an album (or Photobucket, Tinypic etc). Then for the photographs you prefer to tutor on your profile, striking click on, elect properties and reproduction the image's handle (in Firefox striking click on the image and hit reproduction image place). Then do: interior the approximately Me container on your account settings, or at everywhere you may prefer to placed your photographs. you may additionally try this with photographs you have gotten desperate on different information superhighway web content.
2009-05-16 15:57:38 UTC
That is easy to do with javascript. capture the onmouseover and onmouseout events. You apply a style to the DIV where your photo is, and set it by default to display:none. The mouseover event handler does a "normal" display.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...