+ Reply to Thread
Results 1 to 7 of 7

Thread: How do i edit my links?

  1. #1
    yaxiiah's Avatar
    yaxiiah is offline x10 Lieutenant yaxiiah is an unknown quantity at this point
    Join Date
    Oct 2006
    Posts
    269

    How do i edit my links?

    I wanna edit my links.. well i mean the color or the accesories that surround the links when you put the mouse above i.. like in this web http://hilary-fan.org/ that changes the word color in a defined color and has some circles below the word... or that the link changes its size.
    Or what i have to do to make that for ex in this web http://www.vanessa-h.com/ the top afiliates changes

  2. #2
    bigguy's Avatar
    bigguy is offline Retired bigguy is an unknown quantity at this point
    Join Date
    Mar 2005
    Location
    Canada
    Posts
    5,426

    Re: How do i edit my links?

    That I do believe is called a "mouse over" If you search the web with google you should find code on how to do that.
    P.C. Tweakr - For all your computer and internet support
    P.C. Tweakr - For all your SMF help and support

  3. #3
    yaxiiah's Avatar
    yaxiiah is offline x10 Lieutenant yaxiiah is an unknown quantity at this point
    Join Date
    Oct 2006
    Posts
    269

    Re: How do i edit my links?

    ok...i'll search it
    thanks

  4. #4
    Cynical's Avatar
    Cynical is offline Lord Of The Keys Cynical is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Massachusetts, USA
    Posts
    1,746

    Re: How do i edit my links?

    It's a combination of CSS and JavaScript. The CSS adjusts the color and underline, and the JavaScript sets the cursor (I'm not sure if CSS can do that, but I know JS can).
    Seven: This rule is so underrated, keep your family and business completely separated.

  5. #5
    theDragonsDen is offline x10Hosting Member theDragonsDen is an unknown quantity at this point
    Join Date
    Nov 2006
    Posts
    1

    Re: How do i edit my links?

    It is all done with css. In the Between the <head> and </head> tags in your page, put
    <style type="text/css">
    then this is what hilary-fan.org does
    a:link {
    color: #000000;
    text-decoration: none;
    }
    a:visited {
    text-decoration: none;
    color: #000000;
    }
    a:hover {
    text-decoration: none;
    color: #FFFFFF;
    border-bottom: 2px #E48437 dotted;
    cursor:crosshair;
    }
    a:active {
    text-decoration: none;
    color: #000000;
    }
    a img {
    border: 2px solid #E48437;
    }
    a:hover img {
    border: 2px solid #FFFFFF;
    }
    finish with the </style> tag

    a:link is style for a link
    a:visited is a link u've been to before
    a:hover is when ur mouse is over the link
    a:active is when u click on a link

  6. #6
    yaxiiah's Avatar
    yaxiiah is offline x10 Lieutenant yaxiiah is an unknown quantity at this point
    Join Date
    Oct 2006
    Posts
    269

    Re: How do i edit my links?

    Thank you very much!!
    Now i understood...i'm editing the codes

  7. #7
    dest581 is offline x10 Lieutenant dest581 is an unknown quantity at this point
    Join Date
    Sep 2006
    Posts
    348

    Re: How do i edit my links?

    It can also be done purely in javascript, but that's a pain, unless you're trying to have more than style change on hover.

+ Reply to Thread

Similar Threads

  1. Would you like to Trade Links?
    By minievan in forum Off Topic
    Replies: 8
    Last Post: 12-09-2005, 04:16 PM
  2. links dont work
    By Jake Bullet in forum Free Hosting
    Replies: 1
    Last Post: 09-13-2005, 03:30 PM
  3. Anti Spam Mailto: links
    By Richard in forum Scripts & 3rd Party Apps
    Replies: 6
    Last Post: 07-10-2005, 09:47 PM
  4. Links needed
    By fantastico in forum Feedback and Suggestions
    Replies: 2
    Last Post: 03-03-2005, 10:26 AM
  5. My site's links keep linking back to an old hosting account...
    By unaffectionate in forum Scripts & 3rd Party Apps
    Replies: 12
    Last Post: 02-15-2005, 02:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers