PDA

View Full Version : Myspace...image hover.


trigger_tre
12-28-2006, 04:40 AM
Hey guys,

I know how to create image rollover effects using :hover using two images and alternates them on a normal website.

However is this possible with Myspace? Can I use two image that change on hover as I would in normal webpages?

I have tried without success and I am guessing that I am limited to filter techniques.

Any light on the subject would be helpful.

-trigger

Troy297
12-29-2006, 01:41 AM
Well - I know that MySpace does not allow any kind of Javascript on their users pages whatsoever - but you might be able to get away with linking a remotely hosted .js file.... try the code below:

<SCRIPT type="text/JavaScript" src="somefile.js"></SCRIPT>

I haven't tried it but it's worth a shot right? If it doesn't work (which I doubt it will) you can always use the img filters! :S

Good Luck!

trigger_tre
12-29-2006, 04:11 AM
No I didnt want to use any javascript.

I just wanted the background image to change on mouseover. This can be achieved strictly through css on normal websites...however I have been unable to get it to work on myspace.

Another other thoughts on this?

-trigger

Troy297
12-30-2006, 05:02 AM
Could you provide the actual css coding that you are using, or have tried. I might be able to provide some assitance if so.