View Full Version : ok...i need to know about something...
imported_lopemanhere
11-08-2005, 12:23 AM
i was wondering if there is a html code so that when you hover over the picture...it will change to a different pic that you can set it as.
imported_LolKatie.
11-08-2005, 12:25 AM
Nope.
imported_lopemanhere
11-08-2005, 12:30 AM
ok
imported_andrew
11-08-2005, 12:36 AM
Yes, that would be javascript, unfortunately, MySpace does not allow JS. :shock:
imported_LolKatie.
11-08-2005, 12:38 AM
Yes, that would be javascript, unfortunately, MySpace does not allow JS. :shock: :mrgreen: 'exactly.
imported_andrew
11-08-2005, 12:40 AM
Yes, that would be javascript, unfortunately, MySpace does not allow JS. :shock: :mrgreen: 'exactly.
I love you :oops:
imported_LolKatie.
11-08-2005, 12:43 AM
Yes, that would be javascript, unfortunately, MySpace does not allow JS. :shock: :mrgreen: 'exactly.
I love you :oops:ilu
:oops:
I think he's talking about myspace-Which is why i said no, makes it easier :o
imported_lopemanhere
11-08-2005, 01:30 AM
yeah....i was talking about for myspace....but i didnt think about it being as java...so no i got to think up something better
imported_AndrewW
11-15-2005, 07:06 AM
Please dont' use Java and Javascript in the same description lol.. They are completely different. Also, everyone in this thread is 'wrong'. :)
You can do such with CSS. Actually almost anything you can do with Javascript anymore you can do with CSS when it comes to hovering an object. (There are 'some' limitations though mind you.)
<style type="text/css">
<!--
.rolloverimage {background-image:url('image.jpg')}
.rolloverimge:hover {background-image:url('image2.jpg')}
-->
</style>
Now mind you, you need to alter the code to match what you need exactly. Although if you link us to your profile and show me the image that you want to change, I can help you with such.
imported_LolKatie.
11-16-2005, 01:54 AM
Please dont' use Java and Javascript in the same description lol.. They are completely different. Also, everyone in this thread is 'wrong'. :)
You can do such with CSS. Actually almost anything you can do with Javascript anymore you can do with CSS when it comes to hovering an object. (There are 'some' limitations though mind you.)
<style type="text/css">
<!--
.rolloverimage {background-image:url('image.jpg')}
.rolloverimge:hover {background-image:url('image2.jpg')}
-->
</style>
Now mind you, you need to alter the code to match what you need exactly. Although if you link us to your profile and show me the image that you want to change, I can help you with such.I hope you know that that code is not able to work on myspace, And that YOU are the wrong one here, kiddo.
imported_AndrewW
11-16-2005, 07:36 AM
No infact the code 'will' work kiddo. As I said you will need to alter it to work for your myspace. A simple name changed to the div tag properties in the css, and they'll be good. Puhleeeaze don't tell that I am wrong here. Infact, later on I'll make it so all of my images on my profile change when you roll over them.
imported_LolKatie.
11-16-2005, 09:07 AM
No infact the code 'will' work kiddo. As I said you will need to alter it to work for your myspace. A simple name changed to the div tag properties in the css, and they'll be good. Puhleeeaze don't tell that I am wrong here. Infact, later on I'll make it so all of my images on my profile change when you roll over them.Oh? do so.
imported_AndrewW
11-16-2005, 10:25 AM
Ok, I did. I also edited to work with the extended network banner code:
<style type="text/css">
table table table td {vertical-align:top ! important;}
span.blacktext12 {visibility:visible !important;background-color:transparent;background-image:url(http://myspacesupport.com/graphics/uploads/1131291867665247167.jpg);background-repeat:no-repeat;background-position:center center;font-size:0px; letter-spacing:-0.5px;width:435px; height:75px; display:block !important; }
span.blacktext12:hover {!important;background-color:transparent;background-image:url(http://www.myspacetweaks.com/extended/techabstract3.jpg);background-repeat:no-repeat;background-position:center center;font-size:0px; letter-spacing:-0.5px;width:435px; height:75px; display:block !important; }
</style>
You will see, that when you hover over the extended network, it will change them image for you. Thus theoretically can be done with any image in MySpace.
imported_lopemanhere
11-16-2005, 10:53 PM
sweet...it works...well..i better get back to the idea that i was working with before...
imported_blake_yo
11-18-2005, 07:56 PM
sweet...it works...well..i better get back to the idea that i was working with before...
Go here:
http://forum.myspace.com/index.cfm?fuseaction=messageboard.viewThread&entryID=7467031&adTopicID=6&categoryID=0&IsSticky=0&groupID=100636674&Mytoken=CB309174-4714-45EB-ACC9FA0723BE0A321970700906
for the tutorial...it totally works if you know what you are doing.
imported_lopemanhere
11-18-2005, 09:42 PM
http://www.tutorialized.com/tutorial/CSS-Button-Rollovers-Part-1/9001
this is what i was looking for...i was trying to find a code that will make any image change when you hover.
mikecurrie
01-20-2006, 04:48 AM
haha she didnt have much to say after that
vBulletin® v3.6.8, Copyright ©2000-2009, Jelsoft Enterprises Ltd.