The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HEADER CODING

4 posters

Go down

Solved HEADER CODING

Post by Elena♥ April 29th 2013, 5:33 pm

Elena♥
Elena♥
Forumember

Posts : 68
Reputation : 1

Back to top Go down

Solved Re: HEADER CODING

Post by Derri April 29th 2013, 7:28 pm

I'm not sure if its possible or not. However since what you've linked above isn't a forumotion forum then it might not be. I'll wait for someone else to give a more definitive answer but since that is another forum host it might not be.
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

Solved Re: HEADER CODING

Post by Elena♥ April 29th 2013, 7:45 pm

Oh yes its invision free but I´ve got forummotion so I was thinking if maybe is something like that also possible Smile
Elena♥
Elena♥
Forumember

Posts : 68
Reputation : 1

Back to top Go down

Solved Re: HEADER CODING

Post by Ultron's Vision April 29th 2013, 7:47 pm

It would indeed be possible using jQuery but it's somewhat difficult to simulate the exact code used there...

Code:
jQuery(document).ready(function(){
jQuery('img#i_logo').hover( // define onmouseenter
function(){
/* add code to display content with CSS transitions (I allowed myself to check
 * their source code, they are using transitions)
 */
}
,
function(){ // define onmouseleave
// Here, add code to make content invisible again
});
});

I am not really experienced with jQuery, maybe LGforum or someone more experienced with jQuery can help you.
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Solved Re: HEADER CODING

Post by Elena♥ April 29th 2013, 10:29 pm

Ok thank you so this is solved Smile
Elena♥
Elena♥
Forumember

Posts : 68
Reputation : 1

Back to top Go down

Solved Re: HEADER CODING

Post by SLGray April 29th 2013, 10:36 pm

Topic Solved & Locked


HEADER CODING Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum