Page not rendering correctly - Please confirm
Maksim Orlovich
mo85 at cornell.edu
Mon Oct 16 17:34:13 BST 2006
> On Monday 16 October 2006 19:20 Maksim Orlovich wrote:
>> > The page contains a scrollable area defined in <div id="content">
>> > which renders correctly in firefox (scrollbar and all), but there is
>> no
>> > scrollbar in konqueror
>>
>> The page shrinks the content div via javascript, and uses this CSS to
>> try
>> to get the scrollbar:
>> #content {
>> overflow-Y: scroll;
>> overflow-y: scroll;
>> }
>>
>>
>> We probably don't support this since it's not part of CSS2.1...
>> (Will have to check code to make sure, will do so in a moment)
>
> Yes I found this file too...
>
> An in http://www.konqueror.org/css/ (CSS 2.1 & 3 Support in KHTML 3.4)
> I see that 'overflow' is partial supported (except value scroll, auto)
>
> Does it have to do anything with our case?
No. That's just out-of-date/incorrect. overflow:auto and scroll work fine
since many versions ago. overflow-y, on other hand, is an IE-proprietary
portion which might get included in CSS3, however, and is not supported by
us.
More information about the kfm-devel
mailing list