Page not rendering correctly - Please confirm

Maksim Orlovich mo85 at cornell.edu
Mon Oct 16 17:20:55 BST 2006


> 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)






More information about the kfm-devel mailing list