combo box overlapping division...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalsingh
    New Member
    • Sep 2006
    • 218

    combo box overlapping division...

    hai all, in my page, i am having lot of controls like combo box etc, when i place a division with position absolute, top left position, the combo box is overlapping the div. plz tell me solution to solve this. thanx in advance
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    This is an IE6 quirk/bug. All windowed controls appear over DHTML objects. You have two options:
    1. hide the combo box when the div is shown; or
    2. use an iframe "shimming" technique - Google it

    Comment

    Working...