Hey Adam,
Check this out:
http://snook.ca/technical/jquery-bg/
If someone could help with the
> JQ to do the background-position stepping and the reset, I will post a
> link to the completed piece with my image as well. I will do a white
> and black version as well- this will make it possible to
Eridius wrote:
>Do you guys have any tips/tricks
> for properly test IE8/7/6 On Vista and XP?
Sure, the best Solution i found so far is Xenocode.
http://www.xenocode.com/browsers/
Known Issues
• The IE8 executable triggers a false positive warning when using
Avira AV. UPDATE: Avira is patching
david wrote:
> in fact the .centerPopup
> resides on a completely different domain.
> Now is there a workaround for this?
Dear David,
you could read up on:
Cross Frame Communication with Fragment Identifiers
http://www.tagneto.org/blogcode/xframe/ui.html#pipeMessage_1237544371429
And this migh
Thank you Guys.
I got it to work now with following Code, maybe it helps somebody out
there with a similar NyroModal Problem:
Does not work( Removes the Modal but still does not fire the Submit() )
("#form-config-content-make").submit(function()
{
top.$.nyroModalRemove();
return true;
})
Hi List,
please take a look, heres my sample code:
$(".form-config-content-make-button").click(function() {
$("#form-config-content-make").submit(top.$.nyroModalRemove());
});
Right now: The Nyromodal window gets removed but it doesnt fire submit.
Greets,
Martin
davebowker wrote:
> Which when I mouseout delays the fadeout effect by 2 seconds by
> fooling the already faded in element to fade in some more, ie. do
> nothing, before fading out.
>
>
Maybe hoverIntent is what you are looking for:
http://plugins.jquery.com/project/hoverIntent
Cheers Mate
graphicsxp wrote:
> I can't find this effect in the API or in the plugins repository. Does
> anyone know if it's possible at all to blur a DIV using jQuery, or
> would I have to code this myself ?
Nothing i know of.
Only IE supports a BLUR Filter, but i advise against it.
Except this Blur CSS Co
Hello Everyone,
I'd like to submit the Project we've been working on the past Months.
When we were looking for a JS Framework to support
us we almost instantly decided to use JQuery and we are glad we did.
Metropolino.de is a Event Calendar and Community for the Metropolitan
Region of Nuremberg
On Dec 12, 2007 10:44 AM, Suni <[EMAIL PROTECTED]> wrote:
>
> What I find disturbing is that it was when ui.jquery.com first
> launched when people already brought this up, since the frontpage
> loaded so slowly, yet it has not been fixed - a job that would require
> maybe less than a minute to do
Hi All,
i have an element construct similar to this.
--
IMAGE
--
$('.ShowmyDiv').mouseover(function() {
$('myDiv').fadeIn();
});
$('.myDiv').mouseout(function() {
$('myDiv').fadeout();
});
--
So but everytime i hover with the pointer over my link inside the
layer it triggers th
hysterical indeed! :-))
On 9/13/07, JFSIII <[EMAIL PROTECTED]> wrote:
> The quote and the work are both hysterical.
11 matches
Mail list logo