Re: [Proto-Scripty] new style "pop up" window

2011-06-12 Thread Phil Petree
Lots of ways of doing this... make it as simple or as complex as you like! http://stackoverflow.com/questions/108461/how-do-i-pop-up-an-image-in-a-separate-div-on-the-mouseover-of-a-div-using-only-c http://javascript.internet.com/miscellaneous/popup-div.html http://www.pat-burt.com/web-developme

Re: [Proto-Scripty] new style "pop up" window

2011-06-12 Thread pedz
Yea. I think it is a little more complicated isn't it? It looks to me like it uses the z-index to be above the normal content. As I said, it doesn't look super hard. Just curious if it had been done before. -- You received this message because you are subscribed to the Google Groups "Proto

Re: [Proto-Scripty] new style "pop up" window

2011-06-12 Thread Phil Petree
It's a div... all you do is show/hide the div. You can put controls inside the div to perform various functions like next/previous which uses an ajax call to get the next or previous image. On Sun, Jun 12, 2011 at 8:45 AM, pedz wrote: > The new window effect that Facebook has when you click on

[Proto-Scripty] new style "pop up" window

2011-06-12 Thread pedz
The new window effect that Facebook has when you click on a photograph is what I am referring to. I have not tried but I assume I can figure out how to do that but I was wondering if prototype or scriptaculous already has such a creature. Thanks, pedz -- You received this message because you