IE5 only shows tooo wide div

IE5 only shows tooo wide div

am 20.11.2007 15:57:06 von vunet.us

Here http://www.vunet.us/wic/test/top.asp you will see a very wide
(outside the screen) div with id="middle" (red color border). This
never happens in IE6+, FF. Can anyone find the problem? Thanks
Here is the screen shot that may not be available soon:
http://browsershots.org/png/512/59/592a613878b44a98e770c88a7 fd5faf1.png

Re: IE5 only shows tooo wide div

am 20.11.2007 16:59:31 von Richard

On Tue, 20 Nov 2007 06:57:06 -0800 (PST), VUNETdotUS wrote:

> Here http://www.vunet.us/wic/test/top.asp you will see a very wide
> (outside the screen) div with id="middle" (red color border). This
> never happens in IE6+, FF. Can anyone find the problem? Thanks
> Here is the screen shot that may not be available soon:
> http://browsershots.org/png/512/59/592a613878b44a98e770c88a7 fd5faf1.png

why worry about it? IE5 is ancient history. I'm surprised you even have a
copy. From stats I've seen from my website, it would appear that FF
outrules IE anyways. Chances are it's probably due to IE5 just not
recognizing the coding. Back then, css was just beginning and browsers had
to change with the times.

Re: IE5 only shows tooo wide div

am 20.11.2007 17:53:59 von vunet.us

On Nov 20, 10:59 am, richard wrote:
> On Tue, 20 Nov 2007 06:57:06 -0800 (PST), VUNETdotUS wrote:
> > Herehttp://www.vunet.us/wic/test/top.aspyou will see a very wide
> > (outside the screen) div with id="middle" (red color border). This
> > never happens in IE6+, FF. Can anyone find the problem? Thanks
> > Here is the screen shot that may not be available soon:
> >http://browsershots.org/png/512/59/592a613878b44a98e770c88a 7fd5faf1.png
>
> why worry about it? IE5 is ancient history. I'm surprised you even have a
> copy. From stats I've seen from my website, it would appear that FF
> outrules IE anyways. Chances are it's probably due to IE5 just not
> recognizing the coding. Back then, css was just beginning and browsers had
> to change with the times.

You may be right. However, I've noticed that when I use Google cached
link it shows the same result in all IE (including IE7, not FF). I
think something is wrong with right positioning, perhaps. Thanks

Re: IE5 only shows tooo wide div

am 20.11.2007 20:25:46 von dorayme

In article
<6f6262a0-8fd0-4077-96b2-9e7d2903153a@i37g2000hsd.googlegroups.co
m>,
VUNETdotUS wrote:

> Here http://www.vunet.us/wic/test/top.asp you will see a very wide
> (outside the screen) div with id="middle" (red color border). This
> never happens in IE6+, FF. Can anyone find the problem? Thanks
> Here is the screen shot that may not be available soon:
> http://browsershots.org/png/512/59/592a613878b44a98e770c88a7 fd5faf1.png

You put up a transitional doctype doc, it does not validate and
the errors can be seen via http://validator.w3.org/ and at
http://jigsaw.w3.org/css-validator/

Best to fix these before peering into the murky waters of IE size
calculations.

--
dorayme

Re: IE5 only shows tooo wide div

am 20.11.2007 20:52:34 von vunet.us

On Nov 20, 2:25 pm, dorayme wrote:
> In article
> <6f6262a0-8fd0-4077-96b2-9e7d29031...@i37g2000hsd.googlegroups.co
> m>,
>
> VUNETdotUS wrote:
> > Herehttp://www.vunet.us/wic/test/top.aspyou will see a very wide
> > (outside the screen) div with id="middle" (red color border). This
> > never happens in IE6+, FF. Can anyone find the problem? Thanks
> > Here is the screen shot that may not be available soon:
> >http://browsershots.org/png/512/59/592a613878b44a98e770c88a 7fd5faf1.png
>
> You put up a transitional doctype doc, it does not validate and
> the errors can be seen viahttp://validator.w3.org/and athttp://jigsaw.w3.org/css-validator/
>
> Best to fix these before peering into the murky waters of IE size
> calculations.
>
> --
> dorayme

Yes, thanks. But they are topmargin, leftmargin in BODY tag or omitted
ALT tag. Is this is a serious problem?

Re: IE5 only shows tooo wide div

am 20.11.2007 21:23:36 von dorayme

In article
m>,
VUNETdotUS wrote:

> On Nov 20, 2:25 pm, dorayme wrote:

> > VUNETdotUSwrote:
> > > Herehttp://www.vunet.us/wic/test/top.aspyou will see a very wide
> > > (outside the screen) div with id="middle" (red color border). This
> > > never happens in IE6+, FF.
> >
> > You put up a transitional doctype doc, it does not validate and
> > the errors can be seen via http://validator.w3.org/ and
> > at http://jigsaw.w3.org/css-validator/
> >
> > Best to fix these before peering into the murky waters of IE size
> > calculations.

>
> Yes, thanks. But they are topmargin, leftmargin in BODY tag or omitted
> ALT tag. Is this is a serious problem?

I only saw the number of errors and the first one (which you omit
to ask if it is serious) before replying. The first listed was:

Line 8, Column 6: required attribute "TYPE" not specified.