SELECT elements are rendered by the OS, not the browser.  So you can't
draw on top of them.  If you need to have something drawn on top of
the space they occupy, you need to hide the SELECT element (display:
none) manually, and then make it visible again (display: block) when
the content above it goes away.

cheers,
barneyb

On 3/6/06, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> Those selects must have some javascript in them
> behind the scenes...that stuff always appears through
> stuff I put on an HTML page...
>
>
> > -----Original Message-----
> > From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> > Sent: Monday, March 06, 2006 8:07 PM
> > To: CF-Talk
> > Subject: Why do my selects in an iFrame do this?
> >
> >
> > What do my selects in an iFrame disappear from
> > the display when I scroll the iFrame until I mouse
> > over them and they re-appear on the screen?
> >
> > They aren't *disappearing* from the form, just the
> > view on the screen...very annoying...and killing
> > my enthusiasm for iFrames...
> >
> > Even a select on the "bottom" screen which is
> > covered by a 50% opaque DIV, on top of which
> > the iFrame appears, shows through all layers
> > and can be "selected" when other form fields
> > can only be seen...what's up with that?
> >
> > Ideas?  Solutions?
> >
> > Rick
> >
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234370
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to