This is a discussion on Different input lengths - Why? within the PHP Language forums, part of the PHP Programming Forums category; If you look at http://www.corporateairamerica.com/testlength.html you will see a simple table. In IE7 the input ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
If you look at http://www.corporateairamerica.com/testlength.html
you will see a simple table. In IE7 the input lengths are different. In Firefox they are the same. I discovered this while trying to modify the main page at http://www.corporateairamerica.com If you look at this page in IE7 or Firefox both input lengths are the same. To my eye this page is using the same code in the login table as above. Any suggestions? Tom |
|
|||
|
Call Me Tom wrote:
> If you look at http://www.corporateairamerica.com/testlength.html > you will see a simple table. In IE7 the input lengths are different. > In Firefox they are the same. > > I discovered this while trying to modify the main page at > http://www.corporateairamerica.com > > If you look at this page in IE7 or Firefox both input lengths are the > same. To my eye this page is using the same code in the login table as > above. > > Any suggestions? Ask in an appropriate group. This is nothing to do with PHP. |
|
|||
|
On Mon, 27 Apr 2009 07:10:22 GMT, "rf" <rf@z.invalid> wrote:
>Call Me Tom wrote: >> If you look at http://www.corporateairamerica.com/testlength.html >> you will see a simple table. In IE7 the input lengths are different. >> In Firefox they are the same. >> >> I discovered this while trying to modify the main page at >> http://www.corporateairamerica.com >> >> If you look at this page in IE7 or Firefox both input lengths are the >> same. To my eye this page is using the same code in the login table as >> above. >> >> Any suggestions? > >Ask in an appropriate group. This is nothing to do with PHP. > Sorry, you are correct. Can you suggest a good HTML group? Tom |
|
|||
|
Call Me Tom wrote:
> On Mon, 27 Apr 2009 07:10:22 GMT, "rf" <rf@z.invalid> wrote: > >> Call Me Tom wrote: >>> If you look at http://www.corporateairamerica.com/testlength.html >>> you will see a simple table. In IE7 the input lengths are >>> different. In Firefox they are the same. >>> >>> I discovered this while trying to modify the main page at >>> http://www.corporateairamerica.com >>> >>> If you look at this page in IE7 or Firefox both input lengths are >>> the same. To my eye this page is using the same code in the login >>> table as above. >>> >>> Any suggestions? >> >> Ask in an appropriate group. This is nothing to do with PHP. >> > > Sorry, you are correct. Can you suggest a good HTML group? One with HTML in it's name? Doesn't Forte Agent have a button to list all newsgroups and search on them? alt.html comp.infosystems.www.authoring.html |
|
|||
|
On Mon, 27 Apr 2009 07:36:00 GMT, "rf" <rf@z.invalid> wrote:
>Call Me Tom wrote: >> On Mon, 27 Apr 2009 07:10:22 GMT, "rf" <rf@z.invalid> wrote: >> >>> Call Me Tom wrote: >>>> If you look at http://www.corporateairamerica.com/testlength.html >>>> you will see a simple table. In IE7 the input lengths are >>>> different. In Firefox they are the same. >>>> >>>> I discovered this while trying to modify the main page at >>>> http://www.corporateairamerica.com >>>> >>>> If you look at this page in IE7 or Firefox both input lengths are >>>> the same. To my eye this page is using the same code in the login >>>> table as above. >>>> >>>> Any suggestions? >>> >>> Ask in an appropriate group. This is nothing to do with PHP. >>> >> >> Sorry, you are correct. Can you suggest a good HTML group? > >One with HTML in it's name? Doesn't Forte Agent have a button to list all >newsgroups and search on them? > >alt.html >comp.infosystems.www.authoring.html > And how the hell would I know which one was any good and which one was a pile of crap?? |
|
|||
|
Call Me Tom wrote:
> On Mon, 27 Apr 2009 07:36:00 GMT, "rf" <rf@z.invalid> wrote: > >> Call Me Tom wrote: >>> On Mon, 27 Apr 2009 07:10:22 GMT, "rf" <rf@z.invalid> wrote: >>> >>>> Call Me Tom wrote: >>>>> If you look at http://www.corporateairamerica.com/testlength.html >>>>> you will see a simple table. In IE7 the input lengths are >>>>> different. In Firefox they are the same. >>>>> >>>>> I discovered this while trying to modify the main page at >>>>> http://www.corporateairamerica.com >>>>> >>>>> If you look at this page in IE7 or Firefox both input lengths are >>>>> the same. To my eye this page is using the same code in the login >>>>> table as above. >>>>> >>>>> Any suggestions? >>>> >>>> Ask in an appropriate group. This is nothing to do with PHP. >>>> >>> >>> Sorry, you are correct. Can you suggest a good HTML group? >> >> One with HTML in it's name? Doesn't Forte Agent have a button to >> list all newsgroups and search on them? >> >> alt.html >> comp.infosystems.www.authoring.html >> > And how the hell would I know which one was any good and which one was > a pile of crap?? The same bloody way I found out. Go over there and have a damn look. Which HTML newsgroup is a good one is *off topic* here. |
|
|||
|
Call Me Tom meinte:
> On Mon, 27 Apr 2009 07:36:00 GMT, "rf" <rf@z.invalid> wrote: > >> Call Me Tom wrote: >>> On Mon, 27 Apr 2009 07:10:22 GMT, "rf" <rf@z.invalid> wrote: >>> Sorry, you are correct. Can you suggest a good HTML group? >> One with HTML in it's name? Doesn't Forte Agent have a button to list all >> newsgroups and search on them? >> >> alt.html >> comp.infosystems.www.authoring.html >> > And how the hell would I know which one was any good and which one was > a pile of crap?? By reading a couple of threads in 'em? Gregor -- http://www.gregorkofler.com http://web.gregorkofler.com - vxJS, a JS lib in progress |
|
|||
|
On Apr 27, 3:04*am, Call Me Tom <No...@nowhere.net> wrote:
> If you look athttp://www.corporateairamerica.com/testlength.html > you will see a simple table. *In IE7 the input lengths are different. > In Firefox they are the same. * > > I discovered this while trying to modify the main page athttp://www.corporateairamerica.com > > If you look at this page in IE7 or Firefox both input lengths are the > same. To my eye this page is using the same code in the login table as > above. * > > Any suggestions? > > Tom Tom - set the input box size with css to make them the same size, or add style="width:??px;" where ?? is the number of pixels wide to the input tag. As for why they are different, IE uses a different font for passwords, text and text areas and the size is depentent on the font. Bill H |
|
|||
|
On Apr 27, 5:56*am, Bill H <b...@ts1000.us> wrote:
> On Apr 27, 3:04*am, Call Me Tom <No...@nowhere.net> wrote: > > > If you look athttp://www.corporateairamerica.com/testlength.html > > you will see a simple table. *In IE7 the input lengths are different. > > In Firefox they are the same. * > > > I discovered this while trying to modify the main page athttp://www.corporateairamerica.com > > > If you look at this page in IE7 or Firefox both input lengths are the > > same. To my eye this page is using the same code in the login table as > > above. * > > > Any suggestions? > > > Tom > > Tom - set the input box size with css to make them the same size, or > add style="width:??px;" where ?? is the number of pixels wide to the > input tag. As for why they are different, IE uses a different font for > passwords, text and text areas and the size is depentent on the font. > > Bill H Also - you should ask this in the appropriate group, but it took me all of 2 minutes to answer the question, so guys / gals why not just answer a simple question even if it is off topic then start an argument? Bill H |
|
|||
|
"Bill H" <bill@ts1000.us> wrote in message
news:fd3592c4-4751-4a58-a987-8f02b5b7eb4c@k19g2000prh.googlegroups.com... > Also - you should ask this in the appropriate group, but it took me > all of 2 minutes to answer the question, so guys / gals why not just > answer a simple question even if it is off topic then start an > argument? Because America is rife with right-wingers and evangelicals - and they believe it is their duty to tell others how to behave. |