To view this, you need to install the Flash Player 7. Please go to here and download it.

how to get rid / hide the value of a submit button with CSS

having no control with an embedded form.
this is some examples to get rid / hide the value of a submit button with CSS, hide the text on the button so all you see is the text built into the image itself.
input[submit]
{
color: transparent;
}

or

input[submit]
{
text-indent:-9999px;
}

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • email
  • LinkedIn
  • MSN Reporter
  • StumbleUpon
  • Twitter
  • Yahoo! Buzz

Related posts:

  1. PHP, upload files

This entry was posted on Friday, November 20th, 2009 at 11:09 pm and is filed under CSS & Html .

Leave a Reply

Name (required)

Mail (will not be published) (required)

Website

Categories