size problem un asp.net 20.0

  • Thread starter Thread starter steffo
  • Start date Start date
S

steffo

Hi.

(had no luck in aspnet.webcontrols, so I try here )

I'm testing asp.net 2.0. but have some problems with sizing my textbox
controls.
I have;
combobox , size H:20px W:100px
button , size H:20px W:100px
textbox, size H:20px W:100px

it all looks allright in the designer, but when opened in explorer browser,
the textbox resizes itself and becomes larger then the other two controls.

am I missing something here or ....?

/Stefan
 
Hi steffo
try to change the font size of ur control to be the same and make sure that
the size is same
i hope this help
 
Back
Top