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.

Hover Question..

4 posters

Go down

Hover Question.. Empty Hover Question..

Post by xGaming November 6th 2011, 7:25 pm

Whats the code to make your mouse show the moderators when you hover over a sub form?

EX:
http://www.overflowforum.com/
avatar
xGaming
Forumember

Posts : 85
Reputation : 1
Language : English

Back to top Go down

Hover Question.. Empty Re: Hover Question..

Post by Guest November 6th 2011, 7:35 pm

It would be something like:
Code:
<script type="text/javascript">
function moderators(){
   document.getElementById('formoderators').innerHTML = '<b>Moderators: moderator 1, moderator 2</b>';
}
</script>

Description of the forum


<span id="formoderators" onmouseover="moderators()"></span>
Put this code in the description of the forum you want. I don't tried this code yet, because I maked this right now, here can be mistakes. Very Happy
avatar
Guest
Guest


Back to top Go down

Hover Question.. Empty Re: Hover Question..

Post by Mati November 6th 2011, 8:28 pm

Add this to your Forum Description where you want the Moderators group to show.

Code:
<span class="mod"> Moderators:  Support Team, Support Team</span>

Then add the CSS on your CSS Stylesheet and save.
Code:

.mod {
    display: none;
}

.row1:hover .mod {
    display: block;
    position: absolute;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

Hover Question.. Empty Re: Hover Question..

Post by Mr DarkHaxers2 December 6th 2011, 2:01 am

I Need The Real Code For This Who Nos It
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

Hover Question.. Empty Re: Hover Question..

Post by Mr DarkHaxers2 December 6th 2011, 4:28 pm

It Did Not Work When I Refresh My Site Its Still There Its Not Hidden So When I Hover It Comes Up Please Help Me
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

Hover Question.. Empty Re: Hover Question..

Post by incredible_fear December 6th 2011, 4:59 pm

Mr BadHaxers2 wrote:It Did Not Work When I Refresh My Site Its Still There Its Not Hidden So When I Hover It Comes Up Please Help Me
Have you tried this?
Rideem3 wrote:I've made a tutorial here:
http://www.rd3designs.com/t16-sunday-scholastic-how-to-add-a-hover-forum-moderator-effect

Matti gave the code for phpBB2, but if you are in need of another version it's there Smile
It works fine for me.
incredible_fear
incredible_fear
Active Poster

Male Posts : 1582
Reputation : 133
Language : English

Back to top Go down

Hover Question.. Empty Re: Hover Question..

Post by Mr DarkHaxers2 December 7th 2011, 12:28 am

Where Do i Put This AT
Code:
<span class="fmods">Moderators: <a href="GROUPURL"><b><font color="GROUPCOLOR">GROUP</font></b></a></span>
Mr DarkHaxers2
Mr DarkHaxers2
Forumember

Male Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali

Back to top Go down

Back to top

- Similar topics

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