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-development/how-to-do-a-css-popup-without-opening-a-new-window/




On Sun, Jun 12, 2011 at 4:52 PM, pedz  wrote:

> 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
> "Prototype & script.aculo.us" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/prototype-scriptaculous/-/muyMRgr7JasJ.
>
> To post to this group, send email to
> prototype-scriptaculous@googlegroups.com.
> To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



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 
"Prototype & script.aculo.us" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/muyMRgr7JasJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



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 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 are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/prototype-scriptaculous/-/W_TkNc_XzdgJ.
> To post to this group, send email to
> prototype-scriptaculous@googlegroups.com.
> To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[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 are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/W_TkNc_XzdgJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.