"CJM" <cjmwork@yahoo.co.uk> wrote:
[color=blue]
>"Steve Pugh" <steve@pugh.net> wrote in message
>news:8ulkqvse7r4k6q0u6pgrleh6a5153atkbv@4ax.com.. .[color=green][color=darkred]
>> >
>> >Yes, I'm using frames with the 4.01 Transitional DOCTYPE.[/color]
>>
>> Which 4.01 Transtional Doctype?
>> Some trigger standards mode and some don't.[/color]
>
>Sorry Steve, I should have been explicit:
>
>With DTD - hence I am triggering Standards Mode
>
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
>"http://www.w3.org/TR/html4/loose.dtd">[/color]
Yeah that will do it.
In Standards mode IE6 treats scrolling="auto" as something that
switches between scrolling="yes" (both scrollbars visible) and
scrolling="no" (no scrollbars visible) as required.
In Quirks mode IE6 treats scrolling="auto" as if it was an unframed
page and includes each scrollbar separately as needed.
There isn't really anything in the spec to support this behaviour:
http://www.w3.org/TR/html401/present...adef-scrolling
so it just has to be put down as one of thise crazy MS things. Unless
anyone knows better?
In your case you can either learn to live with it, or drop the URI
from the doctype, thus triggering Quirks mode and all the other
changes that entails.
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>