[jQuery] Re: jquery.flickr + reflection

2007-08-03 Thread Daniel MacDonald
addClass('reflect') is definitely running before the images are loading - the hazards of living in an AJAX world. setTimeout is a step in the right direction, but you really want to add you reflections after the response. There are a couple of options: the flickr plugin can accept a callback:

[jQuery] Re: jquery.flickr + reflection

2007-08-03 Thread Daniel MacDonald
try #gallery ul {list-style:none;} #gallery li {display:inline;padding:2px;} in your css. On Aug 3, 9:21 am, b0bd0gz [EMAIL PROTECTED] wrote: Awesome that did the trick, the reflection is applied every time now :jumping:. Still having no luck in getting the thumbnails to display inline

[jQuery] Re: jquery.flickr + reflection

2007-08-05 Thread Daniel MacDonald
ul#flickr {list-style:none;} ul#flickr li {display:block;float:left;} On Aug 4, 12:25 pm, b0bd0gz [EMAIL PROTECTED] wrote: Tried your suggestion but still no luck I'm afraid, it's still displaying one under the other :( -- View this message in

[jQuery] Feature Request: Add support for CSS position:fixed for IE6 and lower

2007-11-12 Thread Daniel MacDonald
I don't know if this is the correct forum for this type of request, but it would be extremely helpful if jQuery could apply the hacked IE css for position: fixed. I've been using the following in my conditional IE stylesheet: /* IE hacked CSS */ #topleft { position: absolute; top:

[jQuery] Re: jQuery + jCarousel data loading

2008-06-11 Thread Daniel MacDonald
You might want to try a href=http://www.projectatomic.com/2008/04/ jquery-flickr/jQuery Flickr/a. No server side code necessary, and you can apply the Carousel function in a callback after all the Flickr result have been returned. On May 27, 7:27 am, Gary Homewood [EMAIL PROTECTED] wrote: I am