-
Ediclei
2
posts
Member since:
Feb 2014
Posted 28 Jul 2014
Link to this post
Hi.
The dropdown of the RadComboBox open in the wrong place when the page is large and scrolled, according to the attached image.
I'm using IE9.
-
-
Ediclei
2
posts
Member since:
Feb 2014
Posted 29 Jul 2014
in reply to
Ediclei
Link to this post
I discovered the problem.
Was the DOCTYPE, because it is an old project.
I changed:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
To:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-