[jQuery] Re: Background image position?!

2008-10-27 Thread Andy Matthews
Works fine for me in Chrome. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Cripps Sent: Monday, October 27, 2008 7:45 AM To: jquery-en@googlegroups.com Subject: [jQuery] Background image position?! I have a pop up div on our sit

[jQuery] Re: Background image

2008-08-21 Thread Rene Veerman
something like http://mediabeez.ws? On Wed, Aug 20, 2008 at 11:56 AM, dinadult <[EMAIL PROTECTED]> wrote: > > Gud day to all of you..im doing this site since last wk..im already > finished except for this one,i want my content over the background > images..i try to play this around and surf the n

[jQuery] Re: Background image change fade transition

2008-05-07 Thread sdm
I figured it out just in case someone ends up looking here for the answer! $(document).ready(function(){ $(".small").hover(function(){ var hoverObj = this; $("#big").fadeOut("fast", function(){ $(this).css("backgroundImage", "url("

[jQuery] Re: background-image onload ?

2007-06-18 Thread skyeflye
Hi Liam, Someone else may have a better idea, but I would try one of three things: 1) Pre-load (pre-cache) the BG image before running the code that switches the BG image in the div is executed. You could just have the image tag on the page in a hidden or something). This wouldn't be very seman