Re: Frame border problem in IE8

2010-09-17 Thread HenrikA
On Sep 17, 1:01 pm, Thomas Broyer wrote: > On Sep 17, 11:13 am, HenrikA wrote: > > > Making HTML content blend into your application using Frames worked > > well inn all browsers except IE8 (and older ?) where getting rid of > > the frame borders turned out to be quite tedious. > > > We first r

Re: Frame border problem in IE8

2010-09-17 Thread Thomas Broyer
On Sep 17, 11:13 am, HenrikA wrote: > Making HTML content blend into your application using Frames worked > well inn all browsers except IE8 (and older ?) where getting rid of > the frame borders turned out to be quite tedious. > > We first resolved it by creating our own IFrame widget, but then

Frame border problem in IE8

2010-09-17 Thread HenrikA
Making HTML content blend into your application using Frames worked well inn all browsers except IE8 (and older ?) where getting rid of the frame borders turned out to be quite tedious. We first resolved it by creating our own IFrame widget, but then resolved it by just extending the Frame class.