[Seaside] Lightbox?

Bany, Michel mbany at cincom.com
Tue Jun 6 16:09:18 UTC 2006


 

> Yeah, this is a known problem with IE. This browser always 
> put some form elements on top, no matter of other elements 
> with a higher z-index. There are some ugly JavaScript hacks 
> that hide those elements, this is probably the only solution 
> to this problem.
> 
> Try to add something along (untested, as I don't have IE):
> 
> html script: (SUSelector new
>     name: 'select';
>     do: [ :each | each element hide ])

Thanks Lukas, I tested your code and it works.
A bit disappointing, but better than nothing.

Michel.


More information about the Seaside mailing list