Posted by Steven Saunderson on 07/08/06 05:31
On 7 Jul 2006 20:41:15 -0700, "Robert S"
<robert.spam.me.senseless@gmail.com> wrote:
> 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?
I'm not sure if this is relevant but I recently had a problem where IE
made the buttons much wider than necessary for the text. Setting
overflow to visible (e.g. style="overflow:visible;") fixed this problem
for my case. The author of the fix also suggested setting the width to
auto (e.g. style="overflow:visible; width:auto").
--
Steven
[Back to original message]
|