Click to See Complete Forum and Search --> : How to do this hover effect for my myspace
topnotch
05-01-2008, 10:05 AM
How do i go from a white to red border around my top friends pictures and also the name changes from white to red also.then on my friend comments there names turn from white to red. ps. i have an example myspace page im me if you would like to see. tia
dmikester1
05-01-2008, 11:44 AM
Can you put code such as CSS and HTML on MySpace? Seeing an example would help a lot.
topnotch
05-01-2008, 11:54 AM
I dont know but heres the page http://www.myspace.com/garysturgis and yes you can use css and html.
dmikester1
05-01-2008, 12:03 PM
So it looks like it does what you are asking. What exactly do you want it to do? The names change from white to red when you hover over them as do the pictures.
topnotch
05-01-2008, 12:07 PM
Thats an example thats not my page hehe how do i do that.
topnotch
05-03-2008, 06:38 AM
Any help is appreciated guys thanks.
dmikester1
05-03-2008, 07:42 AM
I would suggest reading up on some CSS tutorials online. One of my favorites is http://www.w3schools.com/Css/default.asp
Here is a quick example to help get you started to applying a border to an image on hover:
a:hover img {border: solid #003399 1px}
This means(I believe) for any image that is a link(thats what the 'a' means), apply a border of a solid line 1px wide with a color of #003399 when the mouse hovers over it.
Hope this helps.
Mike
savvykms
05-03-2008, 11:25 AM
some simple sites to help you:
* http://www.htmlgoodies.com/ (same network as this)
* http://www.w3schools.com/
* your own mind
w3schools is not completely safe, as it has quite a few biased opinions and syntax errors in "standard" code
IL14N4
05-03-2008, 10:34 PM
I'm not familiar with myspace, but I'm pretty sure they have some sort
of html editor so you can edit your myspace page. Also if you're not
familiar with html or css it'll take you a couple of lesson to understand
how to apply the markup. You should include a link to your myspace
page that way it be easier to help you with the code.