Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

invisible button css

Transparent Button With No Text

button {

    background: transparent;
    border: none !important;
    font-size:0;
}
Transparent Button With Visible Text

button {

    background: transparent;
    border: none !important;
}​
 
PREVIOUS NEXT
Tagged: #invisible #button #css
ADD COMMENT
Topic
Name
4+5 =