[jQuery] Re: jCarousel and ThickBox

2009-07-30 Thread Paulo Henrique
Hey guys, now the problem got worse :S

When I open the page with the carousel, it shows normally on Firefox, like
this pic:
http://picasaweb.google.com/lh/photo/9ftA0BHxK4iBI0yDLCEzBQ?authkey=Gv1sRgCNuL8Y7bn8OxEAfeat=directlink

but when I open it on a thickbox, the carousel and the accordion doesnt
work, it shows like this:
http://picasaweb.google.com/lh/photo/_boZJSj3Bn_EeKL1WLlpiQ?authkey=Gv1sRgCNuL8Y7bn8OxEAfeat=directlink

And on IE, it works fine on both, just the accordion that has some bug,
because the div becomes the head of the accordion, instead of the h3. =S

Can anyone here imagine what my problem might be?


Att.
Paulo Henrique Vieira Neves
Bsc. Sistemas de Informação
+55 38 9141 5400
MSN: paulode...@live.com
GTALK: paulode...@gmail.com
SKYPE: paulodemoc


On Thu, Jul 30, 2009 at 10:14 AM, Paulo Henrique paulode...@gmail.comwrote:

 Hello guys...

 I've been using thickbox for jQuery for a while now and I liked it. I
 specially use it to show ajax content.
 But then I needed to use a page with a jCarousel inside this thickbox. When
 i open the page address,
 the carousel works just fine, but when I load the page inside the thickbox,
 the carousel starts to flick or bug.
 =/
 Do you guys know what might be the problem? Or do you know any other kind
 of thickbox-like plugin
 which I can load other pages on it? I tryied GreyBox, and the carousel
 worked fine, but this GreyBox
 is kinda ugly and not very functional...

 Thanks for the attention.


 Att.
 Paulo Henrique Vieira Neves
 Bsc. Sistemas de Informação
 +55 38 9141 5400
 MSN: paulode...@live.com
 GTALK: paulode...@gmail.com
 SKYPE: paulodemoc



[jQuery] Re: jCarousel with thickbox inquiry re: scrolling photos

2007-09-16 Thread Steve Finkelstein

Sorry to reply to my own thread, but I figured it out for the most
part. Had to make use of the rel attribute within my anchor, simple
enough. The only limitation to this is, if you don't scroll through
the carousel, thickbox will only create navigation for the first three
images.  I have to close the inline pop up, go through more pics in
the carousel, then reload thickbox to be able to navigate the rest of
the images. You can experiment this at:

http://devel.phpgeek.org/inventory/single/10

Is there a fix?


On 9/16/07, Steve Finkelstein [EMAIL PROTECTED] wrote:
 Hi folks,

 This is probably something I'll end up needing to address on the
 respective thickbox forums. I was hoping to give my luck a go at the
 forum here though as the community is always willing to help. Anyway,
 I have a development page I'm working on which is publically
 accessible via here:

 http://devel.phpgeek.org/inventory/single/10

 As you can see, the heart and soul of this profile is the lovely
 jcarousel plugin with thickbox functionality. What I'd like to do to
 further enhance UI and avoid more mouse clicks than necessary. I'd
 like to allow users to surf through the photos after they pop-up the
 initial photo, but I'm not sure how to implement it. There is an
 example of this in:

 http://jquery.com/demo/thickbox/

 Would anyone be kind enough to point me in the correct direction?

 Thanks so much all, enjoy the rest of your weekend.

 - sf