Web focus of dialog lists

Hi Gang,I have a standard header subform that displays on various web forms. The subform incorporates some mouseover functionality that when triggered expands a ‘drop down’ list of selections.

When the drop down list expands over main form content, the list gets the main focus over text and certain field types (like text, checkbox, and radio buttons). However, if I have fields of type dialoglist or combobox on the form, the drop down list gets placed ‘behind’ these fields and their values don’t get display.

Is there a workaround or is this just the way that the different field types work on the web?

Any insight would be appreciated, and I hope I was able to explain my scenario clearly enough.

Thanks

Bob

Subject: web focus of dialog lists

sounds like a layer problem. do you use a css? set the the ‘z-index’-value higher than the rest

Subject: RE: web focus of dialog lists

Unfortunately that won’t work –

Subject: RE: web focus of dialog lists

sorry that should have read “higher z-index”

Subject: RE: web focus of dialog lists

one can use iframes to gain hight z-index than a select in IE6, its the only way (other than the method of setting the opacity/visibility of the select) to achieve this effect

Subject: web focus of dialog lists

That’s the way the widgets work on the web. The usual workaround is to set the visibity of

Subject: RE: web focus of dialog lists

Much obliged for the feedback and suggestion, thanks!!!