Just change the src of the left image after it disappears to the new image's url, then move it over. - Danger2006/3/15, Daniel Elmore <
[EMAIL PROTECTED]>:I'm trying to get images rotating in a box that holds two of them side by
side. I use an effect like squish to remove the left image, then th
Ahoy!Has there been any work done so far toward creating an icon rating system on the prototype base like the ones found in Netflix or from Yahoo Patterns? (
http://developer.yahoo.net/ypatterns/pattern_ratinganobject.php)I could hack one together but it would be crude un-patch-worthy _javascript_,
I just had to see this in action so I put up an example of Robin's excellent work here:
http://turnstudio.com/accordian.htmlIt's
butt-ugly but it at least shows the different elements in action.
also, I made the h3 use a link cursor - that's not actually part of the
accordian code.
- DangerOn 3
_javascript_ has a handy function for doing just this: setTimoutAnyplace that you'd normall execute a function:if (things_are_in_order){ run_my_function();}you can just delay that a bit:if (things_are_in_order){
setTimeout("run_my_function()", 1000);}notice that the name of the function you w
There were some crashing problems on Firefox 1.07 so the first thing to do is make sure you're running Firefox version 1.5.0.1 (http://getfirefox.com).
If it still crashes let me know and I'll look into it more. - DangerOn 2/28/06, Jan Deppisch <[EMAIL PROTECTED]
> wrote:Hi,on my page I start an
Perhaps this is elementary, but I'm having trouble finding something in the documentation. I'm attempting to create a page with a form for new data submission and below it a list (a Sortable) of the various records. I'm unsure how to make the form so that it will automatically create a new elemen
He just means that maybe $_GET is not where the variables are, maybe they are stored in $_POST instead. It's worth trying.If
you want to make sure you get them (no matter if they are in $_GET or
$_POST), you can use $_REQUEST. $_REQUEST simply means: $_GET + $_POST
Sorry I'm monolingual - I can't
Is there a way to either : - limit the active/triggering "area" to a part of the element
(like a luggage handle)or - prevent a part of the element from triggering the sort mode? There's a great example of how this is done at the wiki:
http://wiki.script.aculo.us/scriptaculous/show/SortableList
Is it possible to create a "dashboard" type application, like
Netvibes.com, w/ script.aculo.us?If you look in the source for the Netvibes page you'll see they make extensive use of prototype.js
Scriptaculous is exactly the library you'd want to use to build something like Netvibes. - Danger
I'm still trying to work out how to do a blind up to make an element appear and a blind down to disappear. I haven't been able to adequate decipher the core effects to figure out how to make it happen, although I can see that it'll require
Effect.scale. Can anyone point me to documentation that'd
10 matches
Mail list logo