Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
i want this need help
Old 11-04-2009, 06:03 PM i want this need help
Nicky s's Avatar
Experienced Talker

Posts: 44
Name: nick
Trades: 0
i would like to use the effect that this site uses

http://www.beta.mostplays.com

were it says online games you will notice below that it changes now i know it is done buy jquery but i dont know anything about jquery i know the guy that runs the site but he told me to find it out myself

any one help
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Sell Website Templates & Earn 25% Commission - Nsrr-uk.com
Nicky s is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-04-2009, 06:47 PM Re: i want this need help
Extreme Talker

Posts: 201
Name: Brian
Trades: 0
You can do it in Javascript. Check this link out:

http://medienfreunde.com/lab/innerfade/

I've never tried it, but hopefully it will work for you!
bdg1115 is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 06:56 PM Re: i want this need help
Nicky s's Avatar
Experienced Talker

Posts: 44
Name: nick
Trades: 0
Quote:
Originally Posted by bdg1115 View Post
You can do it in Javascript. Check this link out:

http://medienfreunde.com/lab/innerfade/

I've never tried it, but hopefully it will work for you!

cheers for that mate
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Sell Website Templates & Earn 25% Commission - Nsrr-uk.com
Nicky s is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 07:23 PM Re: i want this need help
Extreme Talker

Posts: 201
Name: Brian
Trades: 0
Anytime.

Did it work out for you?
bdg1115 is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 07:32 PM Re: i want this need help
Nicky s's Avatar
Experienced Talker

Posts: 44
Name: nick
Trades: 0
yes m8 just playing around with the css why didnt it work for you this is how mine looks

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.innerfade.js"></script>
<script type="text/javascript">
    $(document).ready(
    function(){
     $('#news').innerfade({
      animationtype: 'slide',
      speed: 750,
      timeout: 2000,
      type: 'random',
      containerheight: '1em'
     });
     
     $('ul#portfolio').innerfade({
      speed: 1000,
      timeout: 5000,
      type: 'sequence',
      containerheight: '220px'
     });
     
     $('.fade').innerfade({
      speed: 1000,
      timeout: 6000,
      type: 'random_start',
      containerheight: '1.5em'
     });
     
     $('.adi').innerfade({
      speed: 'slow',
      timeout: 5000,
      type: 'random',
      containerheight: '150px'
     });
   });
   </script>
    <link rel="stylesheet" href="css/reset.css"  type="text/css" media="all" />
  <link rel="stylesheet" href="css/fonts.css"  type="text/css" media="all" />
  <style type="text/css" media="screen, projection">
     @import url(css/jq_fade.css);
  </style>
</head>
<body>
</code>
    
    <h3>A list with images and links</h3>
<ul id="portfolio">     
     <li>
      <a href="http://medienfreunde.com/deutsch/ref...guy.html"><img src="images/ggbg.gif" alt="Good Guy bad Guy" /></a>
     </li>
     <li>
      <a href="http://medienfreunde.com/deutsch/ref...ids.html"><img src="images/whizzkids.gif" alt="Whizzkids" /></a>
     </li>     
     <li>
      <a href="http://medienfreunde.com/deutsch/ref...ter.html"><img src="images/km.jpg" alt="Königin Mutter" /></a>
     </li>     
     <li>
      <a href="http://medienfreunde.com/deutsch/ref...ung.html"><img src="images/rt_arch.jpg" alt="RT Hybride Archivierung" /></a>
     </li>  
     <li>
      <a href="http://medienfreunde.com/deutsch/ref...ppe.html"><img src="images/tuev.jpg" alt="TÜV SÜD Gruppe" /></a>
     </li>    
    </ul>
</body>
</html>
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Sell Website Templates & Earn 25% Commission - Nsrr-uk.com
Nicky s is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 07:37 PM Re: i want this need help
pbmedia's Avatar
Skilled Talker

Posts: 52
Name: Rick S.
Trades: 0
Thanks for the tip Brian!!!
__________________
Rick
PB Media
Drawing images on your screen!
pbmedia is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 08:05 PM Re: i want this need help
Extreme Talker

Posts: 201
Name: Brian
Trades: 0
I never had anything to use it for.
bdg1115 is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 09:01 PM Re: i want this need help
Nicky s's Avatar
Experienced Talker

Posts: 44
Name: nick
Trades: 0
its all working filmfast.co.uk cheers
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Sell Website Templates & Earn 25% Commission - Nsrr-uk.com
Nicky s is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 10:22 PM Re: i want this need help
Extreme Talker

Posts: 201
Name: Brian
Trades: 0
Quote:
Originally Posted by Nicky s View Post
its all working filmfast.co.uk cheers
Awesome man! Congrats!
bdg1115 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to i want this need help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.70735 seconds with 12 queries