472,110 Members | 2,253 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,110 software developers and data experts.

Vierd question :-)

I came across a frames set built site and found out that in IE the main
frame (only frame with scrolling allowed) have a horizontal scroll list.
Since Mozilla don't show that list, I get curious about what causes it
in IE.

After some checking in the code (and testing) I see that the pages have
the full doctype code inluded, like
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

If I remove the link to "loose.dtd" from the code, the horizontal scroll
list disappear! Everything else on the page is as before, only the above
is change to the "shorter version" <!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.01 Transitional//EN">

Can somebody tell me what's wrong with IE that's give a horizontal
scroll list only because of the link in the doctype declaration?

--
/Arne
Jul 23 '05 #1
4 1428
In comp.infosystems.www.authoring.html us**@domain.invalid said:
Can somebody tell me what's wrong with IE that's give a horizontal
scroll list only because of the link in the doctype declaration?


http://www.macromedia.com/devnet/mx/...al_scroll.html

--
v o i c e s
Jul 23 '05 #2
Once upon a time *brucie* wrote:
In comp.infosystems.www.authoring.html us**@domain.invalid said:
Can somebody tell me what's wrong with IE that's give a horizontal
scroll list only because of the link in the doctype declaration?


http://www.macromedia.com/devnet/mx/...al_scroll.html


Thank's for the link, interesting! I will look deeper in to it, but as I
see now there is pages that validate. No deprecated cades and no
proprietary codes that at least is not supported by IE :-)

The content is just simple text (with very few HTML tag's) that should
fit in the inner width of the frame. But if there is nothing else that
can cause the list in IE, then I guess there is something and I need to
look closer in to the page. Maybee I can "invent" something new here :-)

--
/Arne
Jul 23 '05 #3
<us**@domain.invalid> wrote in message
news:n5*****************@newsb.telia.net...
I came across a frames set built site and found out that in IE the main
frame (only frame with scrolling allowed) have a horizontal scroll list.
Since Mozilla don't show that list, I get curious about what causes it
in IE.

After some checking in the code (and testing) I see that the pages have
the full doctype code inluded, like
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

If I remove the link to "loose.dtd" from the code, the horizontal scroll
list disappear! Everything else on the page is as before, only the above
is change to the "shorter version" <!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.01 Transitional//EN">

Can somebody tell me what's wrong with IE that's give a horizontal
scroll list only because of the link in the doctype declaration?


A well-known IE6 bug.
Jul 23 '05 #4
Once upon a time *C A Upsdell* wrote:
<us**@domain.invalid> wrote in message
news:n5*****************@newsb.telia.net...
I came across a frames set built site and found out that in IE the main
frame (only frame with scrolling allowed) have a horizontal scroll list.
Since Mozilla don't show that list, I get curious about what causes it
in IE.

After some checking in the code (and testing) I see that the pages have
the full doctype code inluded, like
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

If I remove the link to "loose.dtd" from the code, the horizontal scroll
list disappear! Everything else on the page is as before, only the above
is change to the "shorter version" <!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.01 Transitional//EN">

Can somebody tell me what's wrong with IE that's give a horizontal
scroll list only because of the link in the doctype declaration?


A well-known IE6 bug.


I can't remember if I have notice that before. Well, I don't use IE much
either. :-)

I belive there is a bug in IE, since I can't find anything in the HTML
on the mentioned page that can cause the error. But it would be of
interest to read more about the bug somwhere, so if you have a URL on
hand it would be great? :-)

--
/Arne
Jul 23 '05 #5

This discussion thread is closed

Replies have been disabled for this discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.