Click to See Complete Forum and Search --> : input Button text padding issue


tuka
09-21-2005, 07:12 AM
Hi,

I am trying to shorten the default distance of the padding between text and border in my input button tag. I am not using any images just text...

what style parameter should I use... I have fiddled around a bit with a few but did not find anything helpful... my target browser is IE6.

Thanks for your help...

LAZARUS
09-21-2005, 09:38 AM
I don't know man but I don't think this is possible to be done...
Just using images I think...

You can align the text to the left|right, but not control the distance:

<input type="button" value="myButton" style="text-align:left; width:100px;">

ray326
09-21-2005, 10:40 PM
Got link?

Siddan
09-21-2005, 11:38 PM
doesn´t padding works, assigned for that button?

Fang
09-22-2005, 03:09 AM
<input type="button" style="padding:0;overflow:visible;" value="FANG">

tuka
09-22-2005, 07:25 AM
Fang's solutions worked perfectly.

Thanks for your input all - could not have gotten there alone.

Cheers,
Tuka