Email conversation
From | Kavitha Nallamothu |
To | Me |
Subject | request |
Date | 1 August 2005 11:55 |
Hi
I am using div tag. I have placed a datagrid where it shows scroll bar
when it exceeds max. limit. In IE no problem with scroll bar. But in
konqeror 2.1.1 I am unable to see scroll bar even I am using OVERFLOW:
scroll; in <div>. if u have an idea on this please help me.
Kavitha.
From | Me |
To | Kavitha Nallamothu |
Subject | Re: request |
Date | 1 August 2005 13:49 |
Kavitha,
> in konqeror 2.1.1 I am unable to see scroll bar even I am using OVERFLOW:
> scroll; in <div>.
Konqeror 2 does not correctly support overflow:scroll; or overflow:auto;, it
treats them as overflow:hidden; - there is no known workaround.
This was fixed in Konqueror 3.3 (3.2 could also do it, but the scrollbars
kept disappearing when you scrolled).
If you need to support earlier konqueror versions, you cannot use
overflow:scroll; or overflow:auto;
Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/
From | Kavitha Nallamothu |
To | Me |
Subject | Re: request |
Date | 1 August 2005 14:44 |
Tq for your reply.
Regards
Kavitha.
From | Kavitha Nallamothu |
To | Me |
Subject | Re: request |
Date | 1 August 2005 09:14 |
Hi Tarquin
I am facing one problem in Mozilla 0.9, I have placed a drop down list
inside <div>. The problem here is when I am trying to select the items
from the dropdownlist it's getting highlighted in dotted lines. The list
is not getting populated. In order to select the items from the list I
need to press Down Arrow or Up Arrow in the keyboard.
Please do reply.
Regards
Kavitha.
[Ed. This is just one of those cases where you have to accept it as a bug -
in this case, it really does not matter; Mozilla 0.9 was a beta release and
has been replaced with better versions long ago - 0.9 is not used any more
anyway]