:: Hide Codes Galore ::
Would you like to react to this message? Create an account in a few clicks or log in to continue.

:: Hide Codes Galore ::


 
HomeHomeRulesLatest imagesGallerySearchRegisterLog in

Semi slide when hovered(control panel)

View previous topic View next topic Go down
Author Message
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : Semi slide when hovered(control panel) Philippines-1
Reg-Date : 2008-09-10
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/lordheinz

Semi slide when hovered(control panel) Vide
PostSubject: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeWed Sep 17, 2008 4:57 pm

credits:
>mootools
>agam78

Quote :
var list = $$('#content_0');
list.each(function(element) {

var fx = new Fx.Styles(element, {duration:1000, wait:false});

element.addEvent('mouseenter', function(){
fx.start({
'margin-left': 70,
'background-color': '#000000',
color: '#ff8'
});
});

element.addEvent('mouseleave', function(){
fx.start({
'margin-left': 0,
'background-color': 'transparent',
'color': '#888'
});
});

});

red=content id
green=background
>Actually you can have the trick in all boxes,just change the content id and copy the code as it is..
hence:
Code:
var list = $$('#content_0');
list.each(function(element) {
 
   var fx = new Fx.Styles(element, {duration:1000, wait:false});
 
   element.addEvent('mouseenter', function(){
      fx.start({
         'margin-left': 70,
         'background-color': '#000000',
         color: '#ff8'
      });
   });
 
   element.addEvent('mouseleave', function(){
      fx.start({
         'margin-left': 0,
         'background-color': 'transparent',
         'color': '#888'
      });
   });
 
});

var list = $$('#content_1');
list.each(function(element) {
 
   var fx = new Fx.Styles(element, {duration:500, wait:false});
 
   element.addEvent('mouseenter', function(){
      fx.start({
         'margin-left': 75,
         'background-color': '#000000',
         color: '#ff8'
      });
   });
 
   element.addEvent('mouseleave', function(){
      fx.start({
         'margin-left': 0,
         'background-color': '#000000',
         'color': '#888'
      });
   });
 
});
var list = $$('#content_6');
list.each(function(element) {
 
   var fx = new Fx.Styles(element, {duration:500, wait:false});
 
   element.addEvent('mouseenter', function(){
      fx.start({
         'margin-left': 70,
         'background-color': '#000000',
         color: '#ff8'
      });
   });
 
   element.addEvent('mouseleave', function(){
      fx.start({
         'margin-left': 0,
         'background-color': '#000000',
         'color': '#888'
      });
   });
 
});

var list = $$('#content_2');
list.each(function(element) {
 
   var fx = new Fx.Styles(element, {duration:500, wait:false});
 
   element.addEvent('mouseenter', function(){
      fx.start({
         'margin-left': 70,
         'background-color': '#000000',
         color: '#ff8'
      });
   });
 
   element.addEvent('mouseleave', function(){
      fx.start({
         'margin-left': 0,
         'background-color': '#000000',
         'color': '#888'
      });
   });
 
});

var list = $$('#content_8');
list.each(function(element) {
 
   var fx = new Fx.Styles(element, {duration:500, wait:false});
 
   element.addEvent('mouseenter', function(){
      fx.start({
         'margin-left': 70,
         'background-color': '#000000',
         color: '#ff8'
      });
   });
 
   element.addEvent('mouseleave', function(){
      fx.start({
         'margin-left': 0,
         'background-color': '#000000',
         'color': '#888'
      });
   });
 
});

var list = $$('#content_18');
list.each(function(element) {
 
   var fx = new Fx.Styles(element, {duration:500, wait:false});
 
   element.addEvent('mouseenter', function(){
      fx.start({
         'margin-left': 70,
         'background-color': '#transparent',
         color: '#ff8'
      });
   });
 
   element.addEvent('mouseleave', function(){
      fx.start({
         'margin-left': 0,
         'background-color': 'transparent',
         'color': '#888'
      });
   });
 
});
available id's:
0(controlpanel)
1(photos)
6(moreabout),
2(friends)
8(groups)
18(comments)
preview: p u g e
try to hover my control panel box (where primary pix located)
Back to top Go down
Chirokipau
Chirokipau
Global Mod
Male

> : LOL?XD
Posts : 1836
Age : 31
Location : Cavite.General trias.
Mood : Happy
Country : Semi slide when hovered(control panel) Philippines-1
Reg-Date : 2008-09-04
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/ayehempty

Semi slide when hovered(control panel) Vide
PostSubject: XD Semi slide when hovered(control panel) I_icon_minitimeWed Sep 17, 2008 5:02 pm

First to comment sir..

well nice trick..



Semi slide when hovered(control panel) 943748
Back to top Go down
exiomon
exiomon
HCG Member
Male

> : I love HCG!
Posts : 34
Age : 30
Location : somewere hir in bulacan..
Country : Semi slide when hovered(control panel) Philippines-1
Reg-Date : 2008-09-11
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/37839740

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeWed Sep 17, 2008 6:42 pm

eh...if i want all the box to have this trick ....what box id will i write
Semi slide when hovered(control panel) 588820 plz nid response hir
Back to top Go down
Heinz™
Heinz™
Global Mod
Male

> : I'm a bee.. can you be my hone
Posts : 1618
Age : 38
Country : Semi slide when hovered(control panel) Philippines-1
Reg-Date : 2008-09-10
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/lordheinz

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeWed Sep 17, 2008 9:27 pm

try to use the availble id buddy:
Quote :

available id's:
0(controlpanel)
1(photos)
6(moreabout),
2(friends)
8(groups)
18(comments)

and use the code..
Back to top Go down
exiomon
exiomon
HCG Member
Male

> : I love HCG!
Posts : 34
Age : 30
Location : somewere hir in bulacan..
Country : Semi slide when hovered(control panel) Philippines-1
Reg-Date : 2008-09-11
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/37839740

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeThu Sep 18, 2008 6:21 pm

ty,, i like this trick.....its soooo cool Semi slide when hovered(control panel) 698634 Semi slide when hovered(control panel) 698634
Back to top Go down
jaspermarkyo
jaspermarkyo
HCG Wizard
Male

> : I love HCG!
Posts : 54
Age : 34
Reg-Date : 2008-09-16
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeFri Sep 19, 2008 10:38 am

wow tnx men.. Semi slide when hovered(control panel) 854391
Back to top Go down
punk_ii_girl
punk_ii_girl
HCG Geek
Female

> : I love HCG!
Posts : 626
Age : 103
Mood : Happy
Country : Semi slide when hovered(control panel) Philippines-1
Reg-Date : 2008-09-11
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/38755596

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeFri Oct 31, 2008 9:42 pm

nice one,.
thanks sir heinz
Back to top Go down
rainer
rainer
HCG Elite
Male

> : reloaded
Posts : 1287
Age : 33
Location : ...in your ears
Country : Semi slide when hovered(control panel) Philippines-1
Reg-Date : 2008-10-22
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/50374119

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeSun Nov 02, 2008 3:14 pm

nyc trick!!!..wat if i want this to my headers??wat would be the code??.. Semi slide when hovered(control panel) 252270
Back to top Go down
wytsxarha
wytsxarha
HCG Freak
Female

> : I love HCG!
Posts : 107
Age : 32
Reg-Date : 2008-10-28
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/witeziah

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeFri Nov 14, 2008 7:14 pm

cHute2..!
teNkzxHu2 siR aYnz^^

_________________________________________________________________________
<CENTER><FONT FACE="century gothic"SIZE="1"COLOR="#ffcc99">im</font><br>Semi slide when hovered(control panel) Siggy<br><FONT FACE="century gothic"SIZE="1"COLOR="#66ff33">fUnNy.</font><FONT FACE="century gothic" SIZE="1"COLOR="#ff3300">dOrkypOrky.</font><FONT FACE="century gothic"SIZE="1"COLOR="#ffcc00">saD.</font><FONT FACE="century gothic"SIZE="1" COLOR="#330000">haPpY.</font><FONT FACE="century gothic"SIZE="1"COLOR="#3399ff">cLumsY.</font><FONT FACE="century gothic" SIZE="1" COLOR="#996633">gEeky.</font><FONT FACE="century gothic"SIZE="1" COLOR="#ff9999">cUtTie.</font><br><FONT FACE="century gothic"SIZE="1"COLOR="#993399"> bUt sEe</font><br><FONT FACE="century gothic"SIZE="1"COLOR="#333333">tHatz wHy yOu fell foR me</font></CENTER>
Back to top Go down
Cklarck
Cklarck
HCG Addict
Male

> : Forget Everything, Forgive Not
Posts : 273
Age : 35
Mood : Calm
Country : Semi slide when hovered(control panel) Philippines-1
Reg-Date : 2008-09-11
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://www.friendster.com/iamcklarck

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeFri Nov 14, 2008 7:19 pm

this one is tasty...gotta try it after friendster's maintenance...
Back to top Go down
juliansalanga
juliansalanga
HCG Addict
Female

> : HCG is the BOMB! XDD
Posts : 221
Age : 33
Mood : Apathetic
Reg-Date : 2008-10-28
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://www.friendster.com/25318369

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeThu Dec 11, 2008 10:35 pm

tenkyuuuuuuuuuuu. ^^
Back to top Go down
cesa0112
cesa0112
HCG Member
Female

> : maybe someday.. i will appreciate you!!xD
Posts : 45
Age : 30
Location : `~imus cavite~`
Mood : Confused
Reg-Date : 2008-09-13
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/30350930

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeSun Dec 28, 2008 8:33 am

cool thanks for the share ^_^
Back to top Go down
michael
michael
HCG Member
Male

> : I love HCG!
Posts : 11
Age : 29
Mood : Alone
Reg-Date : 2008-11-02
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://www.friendster.com/43385384

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeFri Jan 09, 2009 5:16 pm

sir Heinz™️ saan po yan ilagay???
Back to top Go down
stef018
stef018
HCG Freak
Female

> : hmmmMm..
Posts : 173
Age : 29
Location : idontknow to be exact.
Mood : Dorky
Reg-Date : 2009-01-08
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://www.friendster.com/akosistef

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeSat Jan 10, 2009 12:07 pm

thanks! victory
Back to top Go down
jimifirst
jimifirst
HCG Member
> : I love HCG!
Posts : 10
Reg-Date : 2009-01-01
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/80420463

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeTue Jan 13, 2009 8:24 pm

hey ur profy is in private we need a tester priview!
Back to top Go down
Jayzkie1407
Jayzkie1407
HCG Addict
Male

> : hiding on my shadow :)
Posts : 472
Age : 34
Location : somewhere close to your heart
Mood : Alone
Country : Semi slide when hovered(control panel) Philippines-1
Reg-Date : 2008-12-05
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/16543866

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeThu Jan 15, 2009 3:57 pm

another cool trick there sir.. ^_^
Back to top Go down
avatar
Marlou123
HCG Addict
Male

> : I love HCG!
Posts : 222
Age : 29
Location : Catarman Cordova Cebu
Mood : Excited
Reg-Date : 2008-12-30
Forum Warning : Semi slide when hovered(control panel) 210
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/HinzZo

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeTue Jan 20, 2009 12:40 pm

thnx for sharing hehhe nice tricks.......
keep it up dude...
Back to top Go down
yellieppei18
yellieppei18
Promoter
Female

> : KPop rules my world :)
Posts : 1965
Age : 30
Location : Dongho's heart.
Mood : Energetic
Country : Semi slide when hovered(control panel) SouthKorea-1
Reg-Date : 2008-11-08
Forum Warning : Semi slide when hovered(control panel) 110
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://www.friendster.com/teppeidoodles

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeSat Mar 21, 2009 3:14 pm

ilove this! tnx Sir LH .. :)
Back to top Go down
weszley
weszley
HCG Addict
Male

Posts : 320
Age : 36
Country : Semi slide when hovered(control panel) Malaysia
Reg-Date : 2009-01-30
Forum Warning : Semi slide when hovered(control panel) 110
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://http:/http://h1.badwaresite.www/kumin/hh.htm/www.friendster.co

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeSun Mar 22, 2009 3:51 pm

wow...nice...
but prwiew private Sir..~
Back to top Go down
misty
misty
HCG Freak
> : I love HCG!
Posts : 133
Reg-Date : 2009-02-11
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://profiles.friendster.com/30895946

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeFri Mar 27, 2009 7:52 pm

luv it........:]]
tnx kuya
Back to top Go down
Mickey™
Mickey™
Promoter
Male

> : Twitter: mickeysantilla
Posts : 2676
Age : 31
Location : Nueva Ecija
Mood : Happy
Country : Semi slide when hovered(control panel) Philippines-1
Reg-Date : 2009-01-31
Forum Warning : Semi slide when hovered(control panel) 010
Contribution :
Semi slide when hovered(control panel) Left_bar_bleue0 / 1000 / 100Semi slide when hovered(control panel) Right_bar_bleue



http://twitter.com/mickeysantilla

Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitimeFri May 29, 2009 2:34 pm

thanks for sharing Semi slide when hovered(control panel) 801166
Back to top Go down

Sponsored content





Semi slide when hovered(control panel) Vide
PostSubject: Re: Semi slide when hovered(control panel) Semi slide when hovered(control panel) I_icon_minitime

Back to top Go down

Semi slide when hovered(control panel)

View previous topic View next topic Back to top
Page 1 of 1
                         Posting Regulations                         

Permissions in this forum: You cannot reply to topics in this forum
:: Hide Codes Galore :: :: Design And Development :: HCG Design and Development -
Create a forum on Forumotion | ©phpBB | Free forum support | Report an abuse | Forumotion.com