Not sure what is triggering the Javascript error you mentioned, but
I'm doing the exact thing you're attempting with the following JS/CSS:
/**
* Generates a Growl-style overlay.
*
* @see jquery.blockUI.js
* @param string title
* @param string message
* @param string icon
I noticed from my web server logs that MSIE browsers (versions 6
through 8) were yielding tons of 404 errors by requesting a "null"
file in whatever directory the current request was being served out
of. E.g. a homepage request would be followed by "/null", and a blog
request with "/blog/null".
Thanks Mike, I'll grab the update immediately :)
Cross-referencing this with a jQuery ticket, in case this might also
be resolved within the "css" method as well: http://dev.jquery.com/ticket/5185
On Sep 9, 8:16 am, Mike Alsup wrote:
> > I was able to narrow this down to the BlockUI plugin, and
I'm using jcarousel (in vertical alignment) for a project and
discovered a need for a button to pause/resume the plugin from auto-
scrolling through its contents. I was a bit surprised that I wasn't
able to find any previous example of this online; all the more reason
to share, though. Feedback
4 matches
Mail list logo