Is there any reason anyone knows of why I shouldn't
just replace IE 6 on my development workstation with IE 7?
Or should I keep both?

Rick


> -----Original Message-----
> From: Rick Faircloth [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 07, 2006 10:04 AM
> To: CF-Talk
> Subject: RE: Why do my selects in an iFrame do this?
> 
> 
> Wow!  You're right!  I've got IE 7 on my laptop
> and the app works great in it!  Well, this client
> will be updating to IE 7!
> 
> Thanks!  I was already making my way through
> the dispare of the thought of a redesign!  Now the
> clouds have parted!  Yes!
> 
> You have made my day!
> 
> Rick
> 
> > -----Original Message-----
> > From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, March 07, 2006 9:27 AM
> > 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.
> >
> > That's only true for Internet Explorer v6 (or below) on 
> Windows. Microsoft
> > is changing that behavior in IE7.
> >
> > Other non-IE browsers are not affected by this issue.
> >
> > -Dan
> >
> >
> > 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234445
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