On Sat, May 17, 2008 at 09:57:13AM +0200, Frank Bille wrote:
> What happens if you add the wicket namespace to the html tag?
> 
> <html xmlns:wicket="http://wicket.apache.org";>
> 
> Frank
> 

I thought about that, but the page already has the declaration.

jk

> On Fri, May 16, 2008 at 7:33 PM, John Krasnay <[EMAIL PROTECTED]> wrote:
> > I've just noticed a specific problem with Wicket tags interfering with
> > IE6. I have a page that uses the jqModal plugin for jQuery to display a
> > popup div. It works fine on FF, but on IE6 the overlay (the
> > semi-transparent div that blocks out the rest of the page while the
> > popup is active) pushes the rest of the content down instead of floating
> > above it, and the popup div itself is not visible.
> >
> > After quite a bit of debugging I narrowed it down to a Border I was
> > using on the page, and I suspect it was the <wicket:body> tag that was
> > giving IE fits.
> >
> > Of course, this is easily fixed by suppressing Wicket tags from the
> > output, but I was wondering if (a) anyone else had seen this and can
> > think of another workaround, and (b) if there's some way of fixing this
> > in Wicket itself short of renaming <wicket:body>.
> >
> > jk
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to