Thank you very much :-)
Thank you very much. This done the job :-)
Hello,
I want to find full width of all elements in one div. Here is example
code:
text
text
text
text
$("#scroller p").each(
function(i){
var elSize = $(this).width();});
I need total width of all :-)
Thanks in advance
).hover(function() {
> $(this).stop().animate({
> opacity : 1
> }, 600);
> },
> function(){
> $(this).stop().animate({
> opacity : 0.33
> }, 800);
>
> });
>
> Diego Valobra
>
> --- Sab 27/9/08, eewan <[EMAIL PR
I'm trying to make script that has faded image at start 30%, after
hover sets opacity to 100% and on mouse out puts it back to 30%.
so i did this:
$(document).ready(function(){
$('a.view').fadeTo('fast', 0.33);
Hey guys,
I have problem and my programmer isn't around to help me :(
Look at main page:
http://www.mycitysolutions.com/
I used $('a.view').fadeTo('fast', 0.33) to fade out images on load and
$('a.view').mouseover(function () {
$(this).fadeTo('normal', 1);
});
$("a.view").mouseout(function () {
$
6 matches
Mail list logo