Replies

Feb 10, 2010 16 years ago
dancer126
User Avatar

i want to make one of my columns a hover over? how do you code that?

[IMG]http://i71.photobucket.com/albums/i144/The_Beatles/34xp5dz.gif[/IMG] My Tumblr [IMG]http://i71.photobucket.com/albums/i144/The_Beatles/5669447.gif[/IMG] My Youtube Channel

Feb 10, 2010 16 years ago
mercenary
is a Morostide warrior
User Avatar

{ opacity: 0; } :hover { opacity: 1; }

Feb 10, 2010 16 years ago
dancer126
User Avatar

that is it and were do I put it

[IMG]http://i71.photobucket.com/albums/i144/The_Beatles/34xp5dz.gif[/IMG] My Tumblr [IMG]http://i71.photobucket.com/albums/i144/The_Beatles/5669447.gif[/IMG] My Youtube Channel

Feb 10, 2010 16 years ago
mercenary
is a Morostide warrior
User Avatar

just put it with the rest of your profile code. Inside the <style> tags and not between any { }

Please log in to reply to this topic.