[Tutorial] Removing Button Text in IE7 w/ CSS3

reloadmydeagle Mar 1, 2015

  1. reloadmydeagle

    reloadmydeagle I LoVe GoldZ Lifetime Gold XPG Retired Staff
    135/188

    Joined:
    Oct 30, 2013
    Messages:
    1,608
    Likes Received:
    656
    Trophy Points:
    135
    Gender:
    Male
    Location:
    Texas
    Console:
    Xbox One
    Since buttons (along with everything else :troll: ) tend to be buggy with IE7, this is a simple code to remove text from them and just make a blank button. Just add it as a styling property to your button.
    Code:
    input.button { text-indent: -9000px; text-transform: capitalize; }
    
     

Share This Page

Close