SitePoint Sponsor |
|
User Tag List
Results 1 to 9 of 9
Thread: sweet webpage popup
-
Jan 31, 2008, 16:22 #1
- Join Date
- Mar 2007
- Posts
- 191
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
sweet webpage popup
I really like the popup on this page... anyone know how to recreate it or get the same one? I'm not looking for imitators that don't behave as well as this one... this one you can drag around and when you get to the edge of the browser it doesn't cause scroll bars.
it should pop up here: http://silverlight.net/
the function code for the popup is here I think: http://silverlight.net/WebResource.a...35888400000000
...is that function all I need, will it be cross-browser or has it been dynamically generated for the browser I'm using (firefox)?
-
Jan 31, 2008, 18:12 #2
- Join Date
- Mar 2006
- Location
- Calgary, Alberta, Canada
- Posts
- 392
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I don't see any popups on the Silverlight page.
-
Jan 31, 2008, 18:18 #3
- Join Date
- Mar 2007
- Posts
- 191
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
well then u either already have silverlight on your system, are on a mac, or have visited the site before and need to clear the cookie... judging by the code I'm trying to wade through it checks for all these things and doesn't display the popup if any are true
-
Jan 31, 2008, 21:27 #4
- Join Date
- Oct 2007
- Posts
- 50
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
its AJAX
-
Jan 31, 2008, 22:44 #5
- Join Date
- Mar 2007
- Posts
- 191
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks, does anyone know where I can get a good draggable popup script like this one in AJAX or otherwise?
-
Jan 31, 2008, 23:59 #6
- Join Date
- Oct 2007
- Posts
- 50
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
don't u know how you'll include it? u can use google.
-
Feb 1, 2008, 01:11 #7
- Join Date
- Dec 2007
- Posts
- 207
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Lol, that popup has nothing to do with ajax. Most of it is css, the opactiy fade is probably js.
@OP
lots of stuff like that
http://prototype-window.xilinus.com/
simpler : http://www.nofunc.com/Sexy_Box/
-
Feb 1, 2008, 11:02 #8
- Join Date
- Dec 2007
- Posts
- 66
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Sure, the Yahoo UI Library can do this. Check out the Container family of components, particularly the Panel, Dialog, or SimpleDialog containers.
-
Feb 2, 2008, 02:15 #9
- Join Date
- Mar 2007
- Posts
- 191
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
thanks much MMJ, thanks fotiman =)
Bookmarks