TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 06-22-2009, 08:00 PM   #1 (permalink)
The Wanderer
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
fantomel is on a distinguished road
Default urgent help please

i have recoded everything from scratch now i`m having another problem. when i going with the mouse over it shows what i want to show but doing like a loop can someone help me ?
Code:
$(document).ready(function(){
                $('.work li a img').mouseover(function(){
					$('.work li a img').append('.features').stop();
					$('.features').css('display', 'block');
                });
                
                $('.work li a img').mouseout(function(){
                    $(".features").css('display', 'none');
                });  
            })

Last edited by fantomel : 06-23-2009 at 12:04 AM. Reason: New code
fantomel is offline  
Reply With Quote
Old 06-23-2009, 06:42 PM   #2 (permalink)
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

why do you want to put it on a loop if they are trigger by events? it's always catching the events.
tony is offline  
Reply With Quote
Old 06-23-2009, 08:04 PM   #3 (permalink)
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

If you want multiple things to be displayed just stack the commands with timers between them.
__________________
My Site
adamdecaf is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
man,aging the outputs , need urgent help webtuto Absolute Beginners 7 03-13-2008 07:40 PM
Urgent Help Needed clookid Absolute Beginners 5 09-25-2007 01:38 AM
Media Controller Driver - Urgent jaswinder_rana Libraries & Extensions 1 08-26-2006 12:55 AM


All times are GMT. The time now is 10:18 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design