Posted by Robert S on 07/08/06 03:41
I have a page that has buttons with A-Z on them. They look great in
firefox but in IE the width is variable. How do I set the buttons to a
constant width?
The html code looks like this:
<input name="letter" type="submit" value="A">
<input name="letter" type="submit" value="B">
<input name="letter" type="submit" value="C">
I have tried setting "size" and "width" but these don't make any
difference.
Navigation:
[Reply to this message]
|