How in CSS can I make all buttons the same size?
| SitePoint Sponsor |





How in CSS can I make all buttons the same size?
WordPress Plugins: Comment Info Tip
My Blogs: What a Savage | Search-This
Tools: Search Engine Decoder | PageRank Decoder
Podcast: Rand Fishkin | SitePoint Founders
You can use width --> http://www.blooberry.com/indexdot/ht...nputsubmit.htm
G
Drupal Development -- Hire me!
Drupal Training | Darwin Awards Moderator | Classic Cars
SitePoint | Blog | Rent Games Online | Car | Talent





<style>
input[type="submit"]
{
width: 200px;
}
</style>
This is not working in IE - see this thread:
http://www.sitepointforums.com/showt...threadid=76019
Bookmarks