[jQuery] Re: jcarousel and text below image

2009-05-03 Thread globalpropertyonline....@gmail.com
Hi, Any more help on this please. Had no response since for weeks. I would realy apreciate the help. I looked up a lot of tutorials and stuff, and does not matter what I try, I do not manage to get it to work. Thanks. Hugo On Apr 18, 11:47 am, globalpropertyonline@gmail.com

[jQuery] Re: jcarousel and text below image

2009-04-18 Thread globalpropertyonline....@gmail.com
() {         whatever(); }); Here, the whatever() function will run as soon as the DOM is loaded (generally, this occurs before the page is displayed). On Fri, Apr 10, 2009 at 11:07 PM, globalpropertyonline@gmail.com globalpropertyonline@gmail.com wrote: Thanks Jay, I have put a function Load

[jQuery] Re: jcarousel and text below image

2009-04-18 Thread globalpropertyonline....@gmail.com
suggest you perhaps read some books/ tutorials on javascript and/or jquery to learn more.  It is very different from ASP since ASP is server-side code and javascript is client-side. On Apr 10, 4:01 pm, globalpropertyonline@gmail.com globalpropertyonline@gmail.com wrote: Me again

[jQuery] Problem to get Text displayed in jquery function

2009-04-14 Thread globalpropertyonline....@gmail.com
Hi All, I have a function with jcarousel but for some reason, I just can not get the text to show below my images in the Container. One guy helped me with various options but as you can see below, I am still stuck. Any help ? I have now added the function as follows in the head and tried the

[jQuery] Re: jcarousel and text below image

2009-04-13 Thread globalpropertyonline....@gmail.com
Hi Jay, Hope you had a good Easter Weekend. Any more help on my previous post will be much apreciated as I am still stuck with the same thing. Thanks in advance for your help. Hugo On Apr 11, 8:36 am, globalpropertyonline@gmail.com globalpropertyonline@gmail.com wrote: Thanks

[jQuery] Re: jcarousel and text below image

2009-04-11 Thread globalpropertyonline....@gmail.com
, you need only do: $(function() {         whatever(); }); Here, the whatever() function will run as soon as the DOM is loaded (generally, this occurs before the page is displayed). On Fri, Apr 10, 2009 at 11:07 PM, globalpropertyonline@gmail.com globalpropertyonline@gmail.com

[jQuery] jcarousel and text below image

2009-04-10 Thread globalpropertyonline....@gmail.com
Hi, I am playing with jcarousel and trying to show text below my images. Like for example the reference nr or name of the image. I am showing images of properties from my database and allow the user to scroll through the properties. If they like one, they can click on it and it will then show a

[jQuery] Re: jcarousel and text below image

2009-04-10 Thread globalpropertyonline....@gmail.com
);}, function(){ div.css({display:'none'}); }); Since theimageelements are sort of dynamic it might be better to use live events with mouseover/mouseout, or mousemove On Apr 10, 9:54 am, globalpropertyonline@gmail.com globalpropertyonline@gmail.com wrote: Hi, I am playing

[jQuery] Re: jcarousel and text below image

2009-04-10 Thread globalpropertyonline....@gmail.com
:'absolute',left:$(this).offset ().left, top:$(this).offset().top+$(this).height()}); $(document.body).appendChild(div); }, function(){ div.css({display:'none'}); }); /script On Apr 10, 8:50 pm, globalpropertyonline@gmail.com globalpropertyonline@gmail.com wrote: Thank you for taking

[jQuery] Re: jcarousel and text below image

2009-04-10 Thread globalpropertyonline....@gmail.com
suggest you perhaps read some books/ tutorials on javascript and/or jquery to learn more.  It is very different from ASP since ASP is server-side code and javascript is client-side. On Apr 10, 4:01 pm, globalpropertyonline@gmail.com globalpropertyonline@gmail.com wrote: Me again