Thanks for the explanation, Barney...

I guess it's just a limitation I'll have to live with.
I can hide the select below my 50% opaque DIV,
but the iFrame is using selects that are becoming
managled visibly, along with some of the text,
in the iFrame...perhaps it's because the iFrame
is wrapped in a DIV with a z-index...I don't know.

I'll just have to do some experimenting...

If you have any thoughts, I'd love to hear them.

Can't understand why the display in the iFrame
containing some selects is corrupting when the
iFrame is scrolled.  When I mouse back over the
display, the selects and text clears right up...

Rick


> -----Original Message-----
> From: Barney Boisvert [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 06, 2006 8:58 PM
> To: CF-Talk
> Subject: Re: Why do my selects in an iFrame do this?
> 
> 
> 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:234377
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