Hi,
I've been on the lookout for a jquery plugin that fits divs together
into a nicely fitting layout. For example:
http://spacecollective.org/gallery/
more:
http://www.corneer.se/nolegacy/?p=528
Does it exist?
Yes, I realised this a few hours ago. I was focussing too much on the
solid bg color.
On 3 sep, 17:48, turbodurso <[EMAIL PROTECTED]> wrote:
> Hey bob, you don't necessarily have to rethink your design, just use
> transparent png files (tiled for background)
>
> They can now render on all browser
Ack, that's a bit of a blow :) Time to rethink my design concept...
Thanks Tom.
On 2 sep, 17:11, Cybernoxa <[EMAIL PROTECTED]> wrote:
> >
> >
> >
>
> > and I'm doing a simple css thing to control theopacity:
>
> > $("div").css({"opacity": 0.11});
>
> Hi Bob - sorry for my english ;)
>
Hi all,
I'm having some trouble with setting an 11% opacity for a parent
container, while its children remain at 100% opacity. Here's my
simplified html:
and I'm doing a simple css thing to control the opacity:
$("div").css({"opacity": 0.11});
So now all content in the container is
(i){
> var indx = i;
> $(this).toggle(
> function(){ return paraBg(indx, 'yellow'); }
> , function(){ return paraBg(indx, 'none'); } );
> }).end().find('p')
> , paraBg = function(indx, bg){
>
thanks mike. my hover area is about 400x300px in size so accidental
show/hides shouldn't be an issue. but I'll keep the hoverintent plugin
in the back of my head shoud it ever become one.
On 8 mei, 17:23, "Michael Geary" <[EMAIL PROTECTED]> wrote:
> Sure, use $('p',this) where you have $(this.'p'
hello,
I'm wondering if there is such a thing as:
$("div").hover(
function(){
$(this."p").show();
},
function(){
$(this."p").hide();
}
);
I know the above code is useless because of the use of "this" but I
wonder if there's a selec
rn false;
> }
> );
>
> --Karl
> _
> Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> On May 6, 2008, at 6:34 AM, bobh wrote:
>
>
>
> > I'm afraid the behaviour is still there using your code. I've updated
> > my exa
lnk.html("loading...");
> }).ajaxStop(function(){
> lnk.html(url_title);
> });
> $(".contest-form-" + this.name).load(this.href).show();
> return false;
> },
> function(){
> $(&q
hi,
I'm trying to change the innerHtml of an anchor to "loading" for the
duration of an ajax load with this code:
$("#contests ul li span a").toggle(
function(){
var url_title = $(this).html();
$(this).ajaxStart(function(){$
(this).html("loading...");}).aj
hello,
allow me to start with my feature requests:
- I'd like to see multiple ajax carousels on one page. the problem I'm
facing now is calling multiple txt/php files. any tips maybe?
- is it possible to take on a more graceful content loading? now
things are loaded dynamically in between ul tag
11 matches
Mail list logo