Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User azerti's Avatar
    Join Date
    Mar 2003
    Posts
    3
    Is there anyway to turn off the blue border around an image when the image is part of a link on the Nokia 7650?

  2. #2
    Registered User juhauta's Avatar
    Join Date
    Apr 2010
    Posts
    44
    Is there any changes for this? Using web browser puts blue border on every link when you touch and not any css seems to get rid of it ? ???

  3. #3
    Registered User UnPlan2ned's Avatar
    Join Date
    Aug 2011
    Posts
    26
    Hi,
    you could try:
    Code:
    a img:hover {
       border: none !important;
    }
    Or generally for links:
    Code:
    a:hover{
       border: none !important;
    }
    Last edited by UnPlan2ned; 2012-03-25 at 16:27. Reason: added second code-snippet

  4. #4
    Registered User esuely's Avatar
    Join Date
    Apr 2012
    Posts
    2
    If you want to remove any image border, you can use this:

    img{
    border:none;
    }

  5. #5
    Registered User UnPlan2ned's Avatar
    Join Date
    Aug 2011
    Posts
    26
    Quote Originally Posted by esuely View Post
    If you want to remove any image border, you can use this:

    img{
    border:none;
    }
    Hi, your method does not work if the border is declared inline.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved