[Proto-Scripty] Re: Dev i need your help !

2011-08-05 Thread Victor
Prettyphoto is based on jQuery, so you need to read about 
jQuery.noConflict(). But there in internet is a couple of another lightboxes 
based on Prototype (you can search at http://scripteka.com/), maybe they 
will fit your needs.

-- 
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/-/8f8rJ5ZFt9EJ.
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] Re: Prototype's evolution

2011-08-05 Thread Victor
At least the possibility to fix documentation typos and wrong code samples 
will be the great leap forward. Many of the tickets at 
https://prototype.lighthouseapp.com/projects/42103-prototype-documentation/tickets
 
are more than 6 months old.

-- 
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/-/haO4zdzVvbYJ.
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] Re: Trouble updating position:fixed elements

2011-08-05 Thread Victor
Maybe

window.scrollBy(0, 0);

can help?

-- 
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/-/rmxmr8wZ_asJ.
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.