On 06/16/2011 07:05 PM, [email protected] wrote:
Hi. I apologize if these questions came up before.
A. Is there a way to use a form's standard submit button with CSS, and
have it with a universal size regardless of which browser the page in viewed
in? (not looking for a custom button solution)
B. How in the world do you properly center it?
Bruce
Do mean something like this where you force the height/width?
<style type="text/css">
.center { text-align: center; display: block; }
.button {
width: 200px;
height: 50px;
}
</style>
<p class="center"><input type="button" class="button" value="Donate" /></p>
--
Bob Meetin
www.dottedi.biz/blog.php
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/