|
Posted by dorayme on 10/17/07 04:45
In article
<1192593390.464526.220280@i13g2000prf.googlegroups.com>,
0xDeadBeef <len@mountaindog.com> wrote:
> On Oct 16, 9:43 pm, Bergamot <berga...@visi.com> wrote:
> > 0xDeadBeef wrote:
> >
> > >http://www.mountaindog.com/stuff/test.html
> >
> > > This simple markup works as I expect under Firefox but under IE the
> > > table wants to show all the text in the input element. The table is
> > > unable to shrink the input element.
> >
> > Try
> > table-layout: fixed;
> >
> > --
> > Berg
>
> Nope, I see no difference in behavior under Firefox or IE. Firefox is
> still cool, and IE is still wrong. Nice try, though. Any other
> ideas?
>
While waiting for Bergamot (he's asleep at the moment, don't
bother him) why not first look at
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.moun
taindog.com%2Fstuff%2Ftest.html>
and then
<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning
=2&uri=http%3A%2F%2Fwww.mountaindog.com%2Fstuff%2Ftest.html>
and get it right so he is in a good mood when he awakens?
Also in the meantime, get rid completely of your
.testtext {
width: 98%;
and it should behave better in IE.
--
dorayme
[Back to original message]
|