Forgot to give you the website to show an example what I want.

it's here:  http://jeek.livejournal.com/2007/05/14/

On May 7, 2:31 pm, Aaron <[EMAIL PROTECTED]> wrote:
> Ok here is the code I made so far.
>
> $(document).ready(function() {
> $('#table1').hide();
>
> $("#image").hover(
>      function () {
>        $(this).fadeIn('#table1');
>
> },
>
>    function () {
>  $(this).fadeOut('#table1');})
>
> On May 7, 1:34 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote:
>
>
>
> > Does this help?http://commadot.com/jquery/hoverFade.php
>
> > Maybe if you post something in the ballpark, we could help troubleshoot it?
>
> > Glen
>
> > On Tue, May 6, 2008 at 5:48 PM, Aaron <[EMAIL PROTECTED]> wrote:
>
> > > Can you give me an example code of what I need to do to get a table to
> > > fade in above the picture which when the mouse is over the picture
> > > will activate the fade in function and also when the mouse goes off
> > > the photo or that new fadeded in table then it would fade out. The
> > > table that fades will will contain more photos of that user.
>
> > > On May 3, 5:20 pm, Aaron <[EMAIL PROTECTED]> wrote:
> > > > Hi I am having trouble using thehoverand fade in and fade out I look
> > > > at the doc I understand it but I don't understand how I can use it for
> > > > what I want to do.
>
> > > > I want the user to be able when the mouse is over a photo of them a
> > > > table or window fades in with other photos they uploaded ect when the
> > > > mouse moves off the photo or the table then the table or window fades
> > > > out.
>
> > > > can some one explain how I can do this and what rules I should follow
> > > > when usinghoverand fade in and fade out ect.
>
> > > > could I make a javascript use jquery? if so how??
>
> > > > I know I can do this in html but I would like to make a javascript
> > > > with jquery functions ect and have that file added to the html doc.- 
> > > > Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

Reply via email to