MySpace

IF YOU SEND ME A MESSAGE ASKING ABOUT A BLOG I WILL NOT ANSWER YOU BACK, THATS WHAT LEAVING COMMENTS ON THE BLOGS ARE FOR, MY INBOX IS ONLY FOR DONATIONS AND LAYOUT SUBMITTING. THANK YOU.

nmm Layouts



Última Atualização: 9/11/2009

Enviar Mensagem
Mensagem Instantânea
Enviar por E-mail para um Amigo
Inscrever-me

Sexo: Female
País: US
Data de Inscrição: 6/8/2004

Quem dá Kudos:


terça-feira, agosto 10, 2004 
Making Pretty Links


when you're about to click on a link and you run your mouse over it, its called hovering. sometimes people have cool affects for when u hover over a link, here are some affects u can use to make ur links look nifty too.

somewhere in your html you should see something that looks like this...
<STYLE type="text/css">
A:link{color:COLOR;text-decoration:none;font-weight:normal;}
A:visited{color:COLOR;text-decoration:none;font-weight:normal;}
A:hover{color:COLOR;text-decoration:none;font-weight:normal;}
A:active{color:COLOR;text-decoration:none;;font-weight:normal;}
</style>

So basically you can add any of these to the A:hover section so it will look spiffy when someone moves their mouse over the link. Of course, most likely most of these only work in Internet Explorer. Hover Effects:

  • border:1 solid; border-color:COLOR; -- makes a solid border around links
  • border:1 dashed; border-color:COLOR; -- makes a dashed border around links
  • border-bottom:1 dashed COLOR; -- makes a dashed border on the bottom of the link
  • border-bottom:1 solid COLOR; -- solid border on the bottom of the link
  • filter:dropshadow(color=COLOR,offX=1,offY=1); height:7pt; -- shadow behind the link
  • filter:shadow(color=#000000,offX=1,offY=1); height:0; -- blurred shadow behind the link
  • filter:blur(add="0",direction="180",strength="4"); height:0; -- blurs links [what i normally use]
  • filter:fliph; height:0; -- backwards links
  • filter:flipv; height:0; -- turns links upside-down
  • filter:gray(); height:0; -- makes links gray [will make ur images black and white]
  • filter:invert(); height:0; -- inverts links to opposite colors
  • filter:mask; height:0; -- transparent [makes links disappear]
  • filter:wave(strength="1"); height:0 -- wavy links
  • height:0;color:COLOR;filter:wave(add=0,phase=4,freq=5,strength=2); -- wavy links
  • filter:glow(color=COLOR, strength=5); height:0; -- text glow
  • text-transform:uppercase; -- all capitals
  • text-transform:capitalize; -- first letter a capital letter
  • text-transform:lowercase; -- lowercase
  • background-color:COLOR; -- changes background color
  • position:relative;left:1px;top:1px; -- move links 1px from the left and top

    still a little confused? heres an example
    to make these work all u need to do is add them to the 'hover' section. so say u want to use the first one on the list. heres what u do.
    your original html
    <STYLE type="text/css">
    A:link{color:COLOR;text-decoration:none;font-weight:normal;}
    A:visited{color:COLOR;text-decoration:none;font-weight:normal;}
    A:hover{color:COLOR;text-decoration:none;font-weight:normal;}
    A:active{color:COLOR;text-decoration:none;;font-weight:normal;}
    </style>

    after you add the affect
    <STYLE type="text/css">
    A:link{color:COLOR;text-decoration:none;font-weight:normal;}
    A:visited{color:COLOR;text-decoration:none;font-weight:normal;}
    A:hover{color:COLOR;text-decoration:none;font-weight:normal;border:1 solid; border-color:BLUE;}
    A:active{color:COLOR;text-decoration:none;;font-weight:normal;}
    </style>


  • Apryl

     
    where do i paste these?
     
    Postado por Apryl em terça-feira, agosto 10, 2004 - 5:57
    [Responder Comentário
    nmm Layouts

     
    any html i always put anywhere in the about me, but u can paste it anywhere really
     
    Postado por nmm Layouts em quarta-feira, agosto 11, 2004 - 10:05
    [Responder Comentário
    kayti michelle ♥
    Kayti Castellano

     
    if I have one of your layouts, and i want to change the link color, how do I do that?
     
    Postado por kayti michelle ♥ em quarta-feira, agosto 11, 2004 - 10:21
    [Responder Comentário
    Sweet & Sinister

     
    Hi... i tired but i cannot for the life of me find where this is in order to change it to begin with.... where would the HTML already be for me to change it... I tried adding it in but that didn't work... does it have to be existing already... oh i am so confused. TY!
     
    Postado por Sweet & Sinister em quarta-feira, agosto 11, 2004 - 11:39
    [Responder Comentário
    nmm Layouts

     
    if its not already in ur html u can paste it in.
     
    Postado por nmm Layouts em quinta-feira, agosto 12, 2004 - 9:31
    [Responder Comentário
    nmm Layouts

     
    Razzles R 4 Kidz, read the entry and it should tell you...
     
    Postado por nmm Layouts em quinta-feira, agosto 12, 2004 - 9:31
    [Responder Comentário
    Sarah

     
    Is it possible to make peoples pictures change to other pictures instead of changing to a blur or something when you put your cursor over it? and how would I go about doing this? thanks
     
    Postado por Sarah em terça-feira, dezembro 13, 2005 - 10:36
    [Responder Comentário


     
    im sorry. this confuses me.
     
    Postado por em sexta-feira, agosto 13, 2004 - 12:19
    [Responder Comentário
    Black Baby Jesus

     
    Where do i put the HTML at? I tried putting it in the music section of my Interests and Personality section and it keeps showing the html stuff.
     
    Postado por Black Baby Jesus em terça-feira, agosto 17, 2004 - 12:47
    [Responder Comentário
    Nikki
    Nikki Mumolo

     
    read my old comments. people have already asked that question.
     
    Postado por Nikki em terça-feira, agosto 17, 2004 - 5:01
    [Responder Comentário
    avzie.

     
    Yay! it worked wooo you rule! thankies :)
     
    Postado por avzie. em terça-feira, agosto 17, 2004 - 3:40
    [Responder Comentário


     
    its not working! help me please =)
     
    Postado por em quinta-feira, agosto 19, 2004 - 8:53
    [Responder Comentário


     
    haha nvm i got it...thanks!
     
    Postado por em quinta-feira, agosto 19, 2004 - 9:57
    [Responder Comentário
    Sarah

     
    wait im sooo confused ive tried this like a million times and it isnt working.. like after i paste it in their iall the writing shows up and nothing happens.. grrr help me please?
     
    Postado por Sarah em sexta-feira, agosto 20, 2004 - 10:10
    [Responder Comentário
    nmm Layouts

     
    try it now, it should work now.
     
    Postado por nmm Layouts em sábado, agosto 21, 2004 - 12:39
    [Responder Comentário
    DANIEL!

     
    Yay! Ok, this works fine with me. I added your code to HTML link code from someone else. The section looked like this: A:link{color:CC7A00} A:visited{color:CC7A00} A:active{color:CC7A00} A:hover{color:FF9900;} And I added my choice in there: A:link{color:CC7A00} A:visited{color:CC7A00} A:active{color:CC7A00} A:hover{color:FF9900; border:1 solid; border-color:ffffff} And everything worked fine! So thank you!
     
    Postado por DANIEL! em quarta-feira, agosto 25, 2004 - 4:45
    [Responder Comentário
    zach.

     
    hey, is it possible to add two of the hover filters? i tried a few ideas but cant get 2 to work.
     
    Postado por zach. em quarta-feira, janeiro 19, 2005 - 5:31
    [Responder Comentário
    LEGAL <3

     
    im confused :|
     
    Postado por LEGAL <3 em segunda-feira, janeiro 24, 2005 - 10:15
    [Responder Comentário
    AB

     
    ims tupid and i dont know wat too out where plz help meeeeeeeeeeeeeeee
     
    Postado por AB em sábado, março 05, 2005 - 6:45
    [Responder Comentário
    kelsi

     
    How do i make my links black and white, but then go back to their original colors when the mouse is held over it?!
     
    Postado por kelsi em domingo, março 06, 2005 - 11:43
    [Responder Comentário
    brittany ♥

     
    i would love to know too!
     
    Postado por brittany ♥ em segunda-feira, agosto 15, 2005 - 3:23
    [Responder Comentário
    Bri Nervosa

     
    wow, this helped me alot! thanks!
     
    Postado por Bri Nervosa em domingo, abril 10, 2005 - 1:55
    [Responder Comentário
    Bri Nervosa

     
    wow, this helped me alot! thanks!
     
    Postado por Bri Nervosa em domingo, abril 10, 2005 - 1:55
    [Responder Comentário


     
    How can I get unusual cursors? where can I get the middle finger?
     
    Postado por em domingo, abril 17, 2005 - 7:35
    [Responder Comentário


     
    what is a "html"
     
    Postado por em sábado, julho 30, 2005 - 5:23
    [Responder Comentário
    JED

     
    I used the one that u normally use for the hover link. I put it in my about me section. The HTML code works when i view my profile but now I can't edit my profile. When i got to edit it, it will only let me edit my Headline. And i can't scroll down to even look at the rest of the stuff in the edit section. I can see the about me but i can't edit it. The edit button is not there. Have you ever heard of this before? Is there anything I can do to fix this? Thanks

    Jared
     
    Postado por JED em segunda-feira, agosto 01, 2005 - 7:23
    [Responder Comentário
    Ashlee

     
    haha, your site is awesome...my site would still be blah if it wasnt for you. thanks alot
     
    Postado por Ashlee em quinta-feira, agosto 11, 2005 - 12:56
    [Responder Comentário
    Luna

     
    I used this, thank you so much for it ;)
     
    Postado por Luna em quinta-feira, agosto 25, 2005 - 2:48
    [Responder Comentário


     
    just a quick question...how did you get the cursor to change when it hovers over the links? i have done everything else fine just can't figure out how to change the cursor when its over a link. I changed my cursor but it just goes to the boring white hand ready to click when i go over a link. Any help would be appreciated...great site btw.
     
    Postado por em domingo, outubro 23, 2005 - 3:17
    [Responder Comentário
    Erin

     
    this rocks my socks. i've been looking for a long time to find a place that has codes for links. you make me a happy person. lol. thanks.
     
    Postado por Erin em quinta-feira, novembro 03, 2005 - 7:55
    [Responder Comentário
    white☮panther™
    White Panther

     
    I don't know how to get to the html thingy......I know very little about computers. PLEEEEEAAAAAASE HELP.
     
    Postado por white☮panther™ em terça-feira, dezembro 13, 2005 - 9:22
    [Responder Comentário
    »She smiles to keep you Guessing«

     
    Where is that HTML code for the hovering?
     
    Postado por »She smiles to keep you Guessing« em sexta-feira, dezembro 16, 2005 - 2:29
    [Responder Comentário