Okay, so I've seen layouts with built in hover things over the pictures of like my display picture my friends pictures and all the pictures on my myspace is there any website where i can find the codes like that? the only ones i can seem to find are codes on how to chage individual pictures...How do i change what pictures look like when i hover over them on myspace?
If you are wanting a simple thing where when you hover, the image turns semi-transparent, you can try something like this:
a img:hover {
opacity: 0.7; // from 0-1 1 being solid and 0 being invisible
filter:alpha(opacity=70); //from 0-100
}
add that inside your style code in your about meHow do i change what pictures look like when i hover over them on myspace?
Google it.
Yeah, just google search it. That's how you find any code for myspace.
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment