shorty_d09
Jun 30 2007, 10:32 PM
i cant figure out how to get my rollovers on my myspace.
please help. i have been trying all day.
YourSuperior
Jun 30 2007, 10:37 PM
Sure I'll help. Where is your coding for the rollovers?
shorty_d09
Jun 30 2007, 10:38 PM
what do u mean?
i got the codes for the rollovers, but i cant find a code to put them in myspace.
YourSuperior
Jun 30 2007, 10:39 PM
I'm asking you for the codes for the rollovers. Like the scripts that Adobe Image Ready gave you.
shorty_d09
Jun 30 2007, 10:42 PM
here goes one of them.
CODE
<html>
<head>
<title>Untitled-4</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- ImageReady Preload Script (Untitled-4) -->
<script type="text/javascript">
<!--
function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}
function changeImages() {
if (document.images && (preloadFlag == true)) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
}
}
}
var preloadFlag = false;
function preloadImages() {
if (document.images) {
add_me_Layer_1_over = newImage("http://www.freewebs.com/shortyd09/roll%20over%20stuff/add-me_Layer-1-over.gif");
preloadFlag = true;
}
}
// -->
</script>
<!-- End Preload Script -->
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="preloadImages();">
<!-- ImageReady Slices (Untitled-4) -->
<a href="#"
onmouseover="changeImages('add_me_Layer_1', 'http://www.freewebs.com/shortyd09/roll%20over%20stuff/add-me_Layer-1-over.gif'); return true;"
onmouseout="changeImages('add_me_Layer_1', 'http://www.freewebs.com/shortyd09/roll%20over%20stuff/add-me_Layer-1.gif'); return true;"
onmousedown="changeImages('add_me_Layer_1', 'http://www.freewebs.com/shortyd09/roll%20over%20stuff/add-me_Layer-1-over.gif'); return true;"
onmouseup="changeImages('add_me_Layer_1', 'http://www.freewebs.com/shortyd09/roll%20over%20stuff/add-me_Layer-1-over.gif'); return true;">
<img name="add_me_Layer_1" src="http://www.freewebs.com/shortyd09/roll%20over%20stuff/add-me_Layer-1.gif" width="189" height="43" border="0" alt=""></a>
<!-- End ImageReady Slices -->
</body>
</html>
YourSuperior
Jun 30 2007, 10:49 PM
You'll have to use css rollovers because myspace doesn't allow javascript.
shorty_d09
Jun 30 2007, 10:49 PM
can u please tell me how to do that.
YourSuperior
Jun 30 2007, 10:52 PM
shorty_d09
Jun 30 2007, 10:54 PM
i looked at that. and i got confussed.
can u tell me how to do it.
YourSuperior
Jun 30 2007, 10:58 PM
shorty_d09
Jun 30 2007, 11:05 PM
i fell so dumb. i just dont get it.
i am usally computer sazzy. but this rollover stuff.....
so can u please dont these images.
<img src="http://www.freewebs.com/shortyd09/roll%20over%20stuff/add-me_Layer-1.gif">
<img src="http://www.freewebs.com/shortyd09/roll%20over%20stuff/add-me_Layer-1-over.gif">
and put them in a css code for me. then i could look at it and figure it out.
shorty_d09
Jun 30 2007, 11:29 PM
thanxs. i tried it. but this is the problem
it works when i put one.
but when i put another one.
both of them have the same images.
example.
i put the add rollover. it works.
then i put the block rollover, and the add rollover says block.
i even tried putting them under different div classes.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.