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.

Jalokim Needed Here! Text Forum Rollover

3 posters

Go down

Solved Jalokim Needed Here! Text Forum Rollover

Post by Cman July 28th 2009, 7:26 pm

I was on this page.

http://forumzland.7forum.net/forum.htm

I noticed how when you rolled your mouse over a forum, the word Forumzland appeared on the bottom right of the forum. How can I do this?


Last edited by Cman on July 29th 2009, 9:08 pm; edited 2 times in total
Cman
Cman
Forumember

Male Posts : 681
Reputation : 5
Language : English
Location : Florida

http://firealarmsrme.org/

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by MrMega July 28th 2009, 7:28 pm

That forum has a special CSS/JavaScript code. You'll have to ask a really good coder like Placehold or Jalokim
MrMega
MrMega
Forumember

Male Posts : 981
Reputation : 11
Language : English, Polish, HTML, BBCode
Location : New York, United States

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Cman July 28th 2009, 7:33 pm

Okay, I was just wondering. Maybe Jalokim will come on the thread.
Cman
Cman
Forumember

Male Posts : 681
Reputation : 5
Language : English
Location : Florida

http://firealarmsrme.org/

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Guest July 28th 2009, 9:13 pm

It's just a background image being displayed using the hover CSS property.

On that forum, the CSS used to display the image is:

Code:
li.row:hover {background:url(http://i82.servimg.com/u/f82/14/02/94/66/hoveim11.png);}
along with some other background positioning/color rules.
avatar
Guest
Guest


Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Cman July 29th 2009, 4:52 pm

Dion wrote:It's just a background image being displayed using the hover CSS property.

On that forum, the CSS used to display the image is:

Code:
li.row:hover {background:url(http://i82.servimg.com/u/f82/14/02/94/66/hoveim11.png);}
along with some other background positioning/color rules.

Where do I insert this CSS?
Cman
Cman
Forumember

Male Posts : 681
Reputation : 5
Language : English
Location : Florida

http://firealarmsrme.org/

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by ankillien July 29th 2009, 5:24 pm

Hi!

You can add this code to Admin CP > Display > Colors > CSS stylesheet.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Cman July 29th 2009, 5:29 pm

So if I add this, it will show up ONLY on the forums, right?

Hey, I have never seen you before as a support moderator, welcome!
Cman
Cman
Forumember

Male Posts : 681
Reputation : 5
Language : English
Location : Florida

http://firealarmsrme.org/

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by ankillien July 29th 2009, 6:31 pm

Yes, show up on forum.

Thanks Smile
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Cman July 29th 2009, 6:36 pm

I did that and nothing happens.
Cman
Cman
Forumember

Male Posts : 681
Reputation : 5
Language : English
Location : Florida

http://firealarmsrme.org/

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by ankillien July 29th 2009, 6:44 pm

Try this code instead...

Code:
li.row:hover {
background:url(IMAGE URL HERE) right bottom no-repeat;
}

I've tested and it works.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Cman July 29th 2009, 6:56 pm

Nothing is still happening.
Cman
Cman
Forumember

Male Posts : 681
Reputation : 5
Language : English
Location : Florida

http://firealarmsrme.org/

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by ankillien July 29th 2009, 7:01 pm

Are you using phpBB3?
The above code is for BB3 version.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Cman July 29th 2009, 7:02 pm

No I am using PHPBB2, my favorite.
Cman
Cman
Forumember

Male Posts : 681
Reputation : 5
Language : English
Location : Florida

http://firealarmsrme.org/

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by ankillien July 29th 2009, 7:32 pm

Sorry, I couldn't find a way to do it in BB2 Jalokim Needed Here! Text Forum Rollover Mouais
Jalokim needed Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Cman July 29th 2009, 7:36 pm

It's okay...hopefully Jalokim will come on.
Cman
Cman
Forumember

Male Posts : 681
Reputation : 5
Language : English
Location : Florida

http://firealarmsrme.org/

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Guest July 29th 2009, 8:03 pm

This might work for phpBB2:

Code:
.forumline .row1.over:hover {background:url('IMAGE URL HERE') right bottom no-repeat;}
And I repeat MIGHT. The problem is that phpBB2 is practically brain-dead when it comes to CSS. You're much better off using a board like phpBB3, IPB2, or even punBB -- one whose code was written in the 21st Century -- where a CSS rule for what you want is trivial.
avatar
Guest
Guest


Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Cman July 29th 2009, 8:11 pm

It works, but the highlight color is orange. Can I change that? I had it to white.
Cman
Cman
Forumember

Male Posts : 681
Reputation : 5
Language : English
Location : Florida

http://firealarmsrme.org/

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by ankillien July 29th 2009, 8:19 pm

Oh yes! I just missed the 'over' class Confused
Thank for making it possible Dion Very Happy

To change highlight color, use this code...

Code:
.forumline .row1.over:hover {
background-color : COLOR-NAME;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by Cman July 29th 2009, 9:05 pm

Thanks.....you guys make me so happy. solved
Cman
Cman
Forumember

Male Posts : 681
Reputation : 5
Language : English
Location : Florida

http://firealarmsrme.org/

Back to top Go down

Solved Re: Jalokim Needed Here! Text Forum Rollover

Post by ankillien July 30th 2009, 4:03 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.

Glad we could help!
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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