Advanced Myspace image question


Advanced Myspace image question

Does anyone know of a way you can create an image and have it "change" depending on what your list for your status? For example, the image would be "refreshed" whenever you changed your status from "is studying" to "going to work!". It's an advanced thing, but I think you can do that probably with CSS or something, right?


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Re: Advanced Myspace image question

Solved! Well, sorta. I just ended up using my extended network banner image as a background, instead of putting it as the main image, so whenever I changed my status, it would show on top of the image instead of hidden behind it.

Here's the code, if anyone wants it:

<style>
table table table td {vertical-align:middle ! important;}
table.extendedNetwork, table.extendedNetwork td {border:0px;}
table.extendedNetwork {height:120px;}
table.extendedNetwork td {background-image:url(http://imagesourcehere);
background-position:center center; background-repeat:no-repeat;}
</style>