Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 4 of 4
  1. #1
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default a:link being an ass.

    Hey,

    I have defined my link properties in my stylesheet like this:
    Code:
    a:link {
        text-decoration: none;
    }
    a:visited {
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
    a:active {
        text-decoration: none;
    }
    But for some reason it is working on every link but four new images I have added.

    Here is the code for the images which still have the rubbish blue boxes:

    HTML Code:
        <div class="sharewith">
            <a href="" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('twitshare','','static/twitter_16.png',0)"><img src="static/twitter_16_grey.png" width="16" height="16" alt="Share with Twitter" name="twitshare" /></a><br />
            <br />
            <a href="" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('delshare','','static/delicious_16.png',0)"><img src="static/delicious_16_grey.png" width="16" height="16" alt="Share with Delicious" name="delshare" /></a><br />
            <br />
            <a href="" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('diggshare','','static/digg_alt_16.png',0)"><img src="static/digg_alt_16_grey.png" width="16" height="16" alt="Share with Digg" name="diggshare"/></a><br />
            <br />
            <a href="" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('fbshare','','static/facebook_16.png',0)"><img src="static/facebook_16_grey.png" width="16" height="16" alt="Share with Facebook" name="fbshare"/></a>
        
        </div>
    Help pleaseee

    Tom
    Last edited by Recursion; 09-01-2010 at 11:26 PM.
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  2. #2
    Join Date
    Oct 2005
    Location
    Corby
    Posts
    5,512
    Tokens
    2,675
    Habbo
    cabbage (origins)

    Latest Awards:

    Default

    img {
    border: none;
    }

    or

    aink {
    border: none;
    }
    Last edited by Swearwolf; 09-01-2010 at 11:38 PM.
    no

  3. #3
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    LMAO. It's getting late, I knew it'd be something stupidly simple.

    Thanks :p
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  4. #4
    Join Date
    Oct 2005
    Location
    Corby
    Posts
    5,512
    Tokens
    2,675
    Habbo
    cabbage (origins)

    Latest Awards:

    Default

    no probs
    no

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •