Firefox Fix - Remove Border From Image Links

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Firefox Fix - Remove Border From Image Links

    Here is a fix how to remove the border around the image links (which displays Firefox),

    simply add this to your css style:
    Code:
     img{
     border: none;
     text-decoration: none;
     }
    Advertise your mobile site for FREE with AdTwirl


    #2
    Thank u bro
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment


      #3
      a img{
      border: none;
      text-decoration: none;
      }

      may be better so that it only applies to images within anchor tags, just in case you ever want to add a border to an image and u cant figure out for the life of you why the border wont appear when its not even in a link

      Comment


        #4
        Nice and easy trick... Thanks.
        Last edited by arnage; 08.05.09, 10:06. Reason: next time ill use thanks button. :)
        <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

        Comment

        Working...
        X