[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" w

[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
:$(this).offset().top+$(this).height()}); >   $(document.body).appendChild(div);}, > > 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

[jQuery] Re: jcarousel and text below image

2009-04-10 Thread globalpropertyonline....@gmail.com
</a>'; div = $("<div style='display:none'>blah</div>") }; jQuery(document).ready(function() { jQuery('#mycarousel').jcarousel({ size: mycarousel_itemList.length, itemLoadCallback: {onBeforeAnimation: mycarousel_itemLoadCall

[jQuery] Re: jcarousel and text below image

2009-04-10 Thread globalpropertyonline....@gmail.com
.myArea + '" myagentcodeval="' + item.myagentcode + '"><img src="' > > + item.url + '" width="175" height="125" border="0" alt="' + > > item.title + '" /></a>'; &

[jQuery] Re: jcarousel and text below image

2009-04-11 Thread globalpropertyonline....@gmail.com
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 > > > > wrote: > > > Thanks Jay, > > > I have put a function Load() in the head and called it in b

[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" wrote: > Thanks for the response Jay. &

[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 f

[jQuery] Re: jcarousel and text below image

2009-04-18 Thread globalpropertyonline....@gmail.com
gt; There's no need for body onload="" when using jquery. As long as the > library is included, you need only do: > > $(function() > { >         whatever(); > > }); > > Here, the whatever() function will run as soon as the DOM is loaded > (generally,

[jQuery] Re: jcarousel and text below image

2009-04-18 Thread globalpropertyonline....@gmail.com
; declared instead.  I would 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"