[Wicket-user] Magic to replace ModalWindow images

2007-05-24 Thread Jonathan Locke
Matej, we were talking on ##wicket and you were about to tell me what the magic is to replace ModalWindow images with something my designer cooks up (pixel accurate replacements for existing images) without modifying Wicket. What was that magic? (Thought I'd post here since others might benefit

Re: [Wicket-user] Magic to replace ModalWindow images

2007-05-24 Thread Matej Knopp
Okay, so if I understand correctly you want to replace modal window images. It is possible, but if you don't want to touch other css things, you need to make sure that the new image match the exact dimensions of the old images. First little introduction about modal window images. Modal window

Re: [Wicket-user] Magic to replace ModalWindow images

2007-05-24 Thread Jonathan Locke
thanks matej! Matej Knopp-2 wrote: Okay, so if I understand correctly you want to replace modal window images. It is possible, but if you don't want to touch other css things, you need to make sure that the new image match the exact dimensions of the old images. First little