Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible to resize a button....

Status
Not open for further replies.

Dre313

Technical User
Jun 4, 2003
219
US
I created some buttons like this... and I was wondering .. if it was possible to resize the buttons.. say make the bar button longer ?? or shorter ??

<input type=&quot;text&quot; name=&quot;bottom&quot; size=&quot;3&quot; onclick = &quot;dosomething.asp&quot;>

I tried adding (size=&quot;10&quot;) in there .. but that doesnt not seem to work...

could someone guide me in the right direction..


thanks
 
you could use style sheets to do it

like this
Code:
<INPUT TYPE=&quot;submit&quot; style=&quot;width:75%;&quot;>
- or -
Code:
<INPUT TYPE=&quot;submit&quot; style=&quot;width:500;&quot;>

t_avatar.jpg

'... and then it wouldn't compile?'
 
thanks.. just what i was looking for...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top