[jQuery] Re: jquery.flickr + reflection

2007-08-05 Thread b0bd0gz
Huge THANKS!, everythings working now :D b0bd0gz -- View this message in context: http://www.nabble.com/jquery.flickr-%2B-reflection-tf4204797s15494.html#a12006477 Sent from the JQuery mailing list archive at Nabble.com.

[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 > context:http://www.nabble.com/jquery.f

[jQuery] Re: jquery.flickr + reflection

2007-08-04 Thread b0bd0gz
Tried your suggestion but still no luck I'm afraid, it's still displaying one under the other :( -- View this message in context: http://www.nabble.com/jquery.flickr-%2B-reflection-tf4204797s15494.html#a11999343 Sent from the JQuery mailing list archive at Nabble.com.

[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-03 Thread b0bd0gz
Awesome that did the trick, the reflection is applied every time now :jumping:. Still having no luck in getting the thumbnails to display inline though. Big THANKS for the help=) b0bd0gz -- View this message in context: http://www.nabble.com/jquery.flickr-%2B-reflection-tf4204797s15494.html#a

[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: set

[jQuery] Re: jquery.flickr + reflection

2007-08-02 Thread Mitchell Waite
s.com [mailto:[EMAIL PROTECTED] On Behalf Of b0bd0gz Sent: Thursday, August 02, 2007 9:06 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jquery.flickr + reflection I think its great, really easy to use even for a beginner like me :-D and looks brilliant. Just need to find out how to st

[jQuery] Re: jquery.flickr + reflection

2007-08-02 Thread b0bd0gz
I think its great, really easy to use even for a beginner like me :-D and looks brilliant. Just need to find out how to stop it moving everything below it and it'll be perfect=) -- View this message in context: http://www.nabble.com/jquery.flickr-%2B-reflection-tf4204797s15494.html#a11967446 S

[jQuery] Re: jquery.flickr + reflection

2007-08-02 Thread Mitchell Waite
st 02, 2007 5:41 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jquery.flickr + reflection Thanks, you were right about the flickr images not being loaded yet. I added a setTimeout to delay when the addClass would be executed and it works, but only some of the time. Is there a way I can g

[jQuery] Re: jquery.flickr + reflection

2007-08-02 Thread b0bd0gz
Thanks, you were right about the flickr images not being loaded yet. I added a setTimeout to delay when the addClass would be executed and it works, but only some of the time. Is there a way I can get it to execute only when the flickr images are loaded? Also theres another problem :( when th

[jQuery] Re: jquery.flickr + reflection

2007-08-02 Thread MichaL Sanger
Maybe the problem is, that $(document).ready event runs before images from Flickr are loaded. So $('img').addClass('reflect'); should be run after images are loaded. MichaL 2007/8/2, b0bd0gz <[EMAIL PROTECTED]>: > > > Hi, > Im trying to use the http://cow.neondragon.net/stuff/reflection/ reflec